21 # Start-Of-Header |
21 # Start-Of-Header |
22 name = "QFileDialog Wizard Plugin" |
22 name = "QFileDialog Wizard Plugin" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
24 autoactivate = True |
24 autoactivate = True |
25 deactivateable = True |
25 deactivateable = True |
26 version = "6.1.0" |
26 version = "6.2.0" |
27 className = "FileDialogWizard" |
27 className = "FileDialogWizard" |
28 packageName = "__core__" |
28 packageName = "__core__" |
29 shortDescription = "Show the QFileDialog wizard." |
29 shortDescription = "Show the QFileDialog wizard." |
30 longDescription = """This plugin shows the QFileDialog wizard.""" |
30 longDescription = """This plugin shows the QFileDialog wizard.""" |
31 pyqtApi = 2 |
31 pyqtApi = 2 |