5 |
5 |
6 """ |
6 """ |
7 Module implementing the templates properties dialog. |
7 Module implementing the templates properties dialog. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import QRegExp, Qt, pyqtSlot |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import QDialog, QRegExpValidator |
12 |
12 |
13 import QScintilla.Lexers |
13 import QScintilla.Lexers |
14 |
14 |
15 from .Ui_TemplatePropertiesDialog import Ui_TemplatePropertiesDialog |
15 from .Ui_TemplatePropertiesDialog import Ui_TemplatePropertiesDialog |
16 |
16 |