src/eric7/Plugins/PluginWizardQFileDialog.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11217
856628e8a303
equal deleted inserted replaced
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.

eric ide

mercurial