24 Constructor |
24 Constructor |
25 |
25 |
26 @param parent reference to the parent widget |
26 @param parent reference to the parent widget |
27 @type QWidget |
27 @type QWidget |
28 """ |
28 """ |
29 super(AdBlockExceptionsDialog, self).__init__(parent) |
29 super().__init__(parent) |
30 self.setupUi(self) |
30 self.setupUi(self) |
31 self.setWindowFlags(Qt.WindowType.Window) |
31 self.setWindowFlags(Qt.WindowType.Window) |
32 |
32 |
33 self.iconLabel.setPixmap( |
33 self.iconLabel.setPixmap( |
34 UI.PixmapCache.getPixmap("adBlockPlusGreen48")) |
34 UI.PixmapCache.getPixmap("adBlockPlusGreen48")) |