944:1b59c4ba121e | 945:8cd4d08fa9f6 |
---|---|
29 longDescription = """This plugin shows the About dialogs.""" | 29 longDescription = """This plugin shows the About dialogs.""" |
30 pyqtApi = 2 | 30 pyqtApi = 2 |
31 # End-Of-Header | 31 # End-Of-Header |
32 | 32 |
33 error = "" | 33 error = "" |
34 | |
34 | 35 |
35 class AboutPlugin(QObject): | 36 class AboutPlugin(QObject): |
36 """ | 37 """ |
37 Class implementing the About plugin. | 38 Class implementing the About plugin. |
38 """ | 39 """ |