11147:dee6e106b4d3 | 11148:15e30f0c76a8 |
---|---|
30 "longDescription": """This plugin shows the QFileDialog wizard.""", | 30 "longDescription": """This plugin shows the QFileDialog wizard.""", |
31 "pyqtApi": 2, | 31 "pyqtApi": 2, |
32 } | 32 } |
33 # End-Of-Header | 33 # End-Of-Header |
34 | 34 |
35 error = "" # noqa: U200 | 35 error = "" # noqa: U-200 |
36 | 36 |
37 | 37 |
38 class FileDialogWizard(QObject): | 38 class FileDialogWizard(QObject): |
39 """ | 39 """ |
40 Class implementing the QFileDialog wizard plugin. | 40 Class implementing the QFileDialog wizard plugin. |