10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import * |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import * |
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 |
17 |
17 |
18 class TemplatePropertiesDialog(QDialog, Ui_TemplatePropertiesDialog): |
18 class TemplatePropertiesDialog(QDialog, Ui_TemplatePropertiesDialog): |
19 """ |
19 """ |
20 Class implementing the templates properties dialog. |
20 Class implementing the templates properties dialog. |