11147:dee6e106b4d3 | 11148:15e30f0c76a8 |
---|---|
28 "longDescription": """This plugin shows the QFontDialog wizard.""", | 28 "longDescription": """This plugin shows the QFontDialog 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 FontDialogWizard(QObject): | 36 class FontDialogWizard(QObject): |
37 """ | 37 """ |
38 Class implementing the QFontDialog wizard plugin. | 38 Class implementing the QFontDialog wizard plugin. |