ProjectPyramid/FormSelectionDialog.py

changeset 71
8a78fab32c18
parent 63
f249a66da0d5
child 74
11587ae1122f
equal deleted inserted replaced
70:8a89f6a21075 71:8a78fab32c18
5 5
6 """ 6 """
7 Module implementing a dialog to select the template type. 7 Module implementing a dialog to select the template type.
8 """ 8 """
9 9
10 from __future__ import unicode_literals # __IGNORE_WARNING__ 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import pyqtSlot 12 from PyQt4.QtCore import pyqtSlot
13 from PyQt4.QtGui import QDialog, QDialogButtonBox 13 from PyQt4.QtGui import QDialog, QDialogButtonBox
14 14
15 from .Ui_FormSelectionDialog import Ui_FormSelectionDialog 15 from .Ui_FormSelectionDialog import Ui_FormSelectionDialog

eric ide

mercurial