Plugins/PluginWizardQInputDialog.py

changeset 467
0911d8be9b07
parent 454
d28d558f7484
child 537
72b32daeb8d6
equal deleted inserted replaced
466:e6a4bc9e1043 467:0911d8be9b07
5 5
6 """ 6 """
7 Module implementing the QInputDialog wizard plugin. 7 Module implementing the QInputDialog wizard plugin.
8 """ 8 """
9 9
10 from PyQt4.QtCore import QObject, SIGNAL 10 from PyQt4.QtCore import QObject
11 from PyQt4.QtGui import QDialog, QMessageBox 11 from PyQt4.QtGui import QDialog, QMessageBox
12 12
13 from E5Gui.E5Application import e5App 13 from E5Gui.E5Application import e5App
14 from E5Gui.E5Action import E5Action 14 from E5Gui.E5Action import E5Action
15 15

eric ide

mercurial