544:303e2c8fd00e | 545:1538031b5175 |
---|---|
12 | 12 |
13 from UI.Info import * | 13 from UI.Info import * |
14 import UI.PixmapCache | 14 import UI.PixmapCache |
15 | 15 |
16 from E5Gui.E5Action import E5Action | 16 from E5Gui.E5Action import E5Action |
17 from E5Gui import E5MessageBox | |
17 | 18 |
18 from AboutPlugin.AboutDialog import AboutDialog | 19 from AboutPlugin.AboutDialog import AboutDialog |
19 | 20 |
20 # Start-Of-Header | 21 # Start-Of-Header |
21 name = "About Plugin" | 22 name = "About Plugin" |
122 | 123 |
123 def __aboutQt(self): | 124 def __aboutQt(self): |
124 """ | 125 """ |
125 Private slot to handle the About Qt dialog. | 126 Private slot to handle the About Qt dialog. |
126 """ | 127 """ |
127 QMessageBox.aboutQt(self.__ui, Program) | 128 E5MessageBox.aboutQt(self.__ui, Program) |