Plugins/PluginWizardQInputDialog.py

changeset 4535
ec12db87e8c0
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4529:6becda664299 4535:ec12db87e8c0
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "QInputDialog Wizard Plugin" 20 name = "QInputDialog Wizard Plugin"
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 21 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
22 autoactivate = True 22 autoactivate = True
23 deactivateable = True 23 deactivateable = True
24 version = "6.1.0" 24 version = "6.2.0"
25 className = "InputDialogWizard" 25 className = "InputDialogWizard"
26 packageName = "__core__" 26 packageName = "__core__"
27 shortDescription = "Show the QInputDialog wizard." 27 shortDescription = "Show the QInputDialog wizard."
28 longDescription = """This plugin shows the QInputDialog wizard.""" 28 longDescription = """This plugin shows the QInputDialog wizard."""
29 pyqtApi = 2 29 pyqtApi = 2

eric ide

mercurial