src/eric7/Plugins/PluginWizardQColorDialog.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
28 "longDescription": """This plugin shows the QColorDialog wizard.""", 28 "longDescription": """This plugin shows the QColorDialog 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 ColorDialogWizard(QObject): 36 class ColorDialogWizard(QObject):
37 """ 37 """
38 Class implementing the QColorDialog wizard plugin. 38 Class implementing the QColorDialog wizard plugin.

eric ide

mercurial