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