17 # Start-Of-Header |
17 # Start-Of-Header |
18 name = "QInputDialog Wizard Plugin" |
18 name = "QInputDialog Wizard Plugin" |
19 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
19 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
20 autoactivate = True |
20 autoactivate = True |
21 deactivateable = True |
21 deactivateable = True |
22 version = "5.4.0" |
22 version = "5.5.0" |
23 className = "InputDialogWizard" |
23 className = "InputDialogWizard" |
24 packageName = "__core__" |
24 packageName = "__core__" |
25 shortDescription = "Show the QInputDialog wizard." |
25 shortDescription = "Show the QInputDialog wizard." |
26 longDescription = """This plugin shows the QInputDialog wizard.""" |
26 longDescription = """This plugin shows the QInputDialog wizard.""" |
27 pyqtApi = 2 |
27 pyqtApi = 2 |