4540:45627d092846 | 4543:2e6a880670e9 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a dialog to show some template help. | 7 Module implementing a dialog to show some template help. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
9 | 11 |
10 from PyQt5.QtCore import Qt | 12 from PyQt5.QtCore import Qt |
11 from PyQt5.QtWidgets import QDialog | 13 from PyQt5.QtWidgets import QDialog |
12 | 14 |
13 from .Ui_TemplateHelpDialog import Ui_TemplateHelpDialog | 15 from .Ui_TemplateHelpDialog import Ui_TemplateHelpDialog |