src/eric7/Plugins/PluginWizardQInputDialog.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
28 "longDescription": """This plugin shows the QInputDialog wizard.""", 28 "longDescription": """This plugin shows the QInputDialog wizard.""",
29 "pyqtApi": 2, 29 "pyqtApi": 2,
30 } 30 }
31 # End-Of-Header 31 # End-Of-Header
32 32
33 error = "" # noqa: U200 33 error = "" # noqa: U-200
34 34
35 35
36 class InputDialogWizard(QObject): 36 class InputDialogWizard(QObject):
37 """ 37 """
38 Class implementing the QInputDialog wizard plugin. 38 Class implementing the QInputDialog wizard plugin.

eric ide

mercurial