29 Constructor |
29 Constructor |
30 |
30 |
31 @param script reference to the script (GreaseMonkeyScript) |
31 @param script reference to the script (GreaseMonkeyScript) |
32 @param parent reference to the parent widget (QWidget) |
32 @param parent reference to the parent widget (QWidget) |
33 """ |
33 """ |
34 super(GreaseMonkeyConfigurationScriptInfoDialog, self).__init__(parent) |
34 super().__init__(parent) |
35 self.setupUi(self) |
35 self.setupUi(self) |
36 |
36 |
37 self.iconLabel.setPixmap( |
37 self.iconLabel.setPixmap( |
38 UI.PixmapCache.getPixmap("greaseMonkey48")) |
38 UI.PixmapCache.getPixmap("greaseMonkey48")) |
39 |
39 |