27 |
27 |
28 def __init__(self, script, parent=None): |
28 def __init__(self, script, parent=None): |
29 """ |
29 """ |
30 Constructor |
30 Constructor |
31 |
31 |
32 @param script reference to the script (GreaseMonkeyScript) |
32 @param script reference to the script |
33 @param parent reference to the parent widget (QWidget) |
33 @type GreaseMonkeyScript |
|
34 @param parent reference to the parent widget |
|
35 @type QWidget |
34 """ |
36 """ |
35 super().__init__(parent) |
37 super().__init__(parent) |
36 self.setupUi(self) |
38 self.setupUi(self) |
37 |
39 |
38 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("greaseMonkey48")) |
40 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("greaseMonkey48")) |