10435:c712d09cc839 | 10436:f6881d10e995 |
---|---|
22 | 22 |
23 def __init__(self, parent=None): | 23 def __init__(self, parent=None): |
24 """ | 24 """ |
25 Constructor | 25 Constructor |
26 | 26 |
27 @param parent reference to the parent widget (QWidget) | 27 @param parent reference to the parent widget |
28 @type QWidget | |
28 """ | 29 """ |
29 super().__init__(parent) | 30 super().__init__(parent) |
30 self.setupUi(self) | 31 self.setupUi(self) |
31 | 32 |
32 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("pim48")) | 33 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("pim48")) |