Project/CreateDialogCodeDialog.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 121
2ce3ab9417e6
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
6 """ 6 """
7 Module implementing a dialog to generate code for a Qt4 dialog. 7 Module implementing a dialog to generate code for a Qt4 dialog.
8 """ 8 """
9 9
10 import os 10 import os
11 import sys
12 11
13 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
14 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
15 from PyQt4 import uic 14 from PyQt4 import uic
16 15

eric ide

mercurial