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")) |
35 |
|
36 self.hostEdit.setInactiveText(self.tr("Enter host to be added...")) |
|
37 |
35 |
38 self.buttonBox.setFocus() |
36 self.buttonBox.setFocus() |
39 |
37 |
40 def load(self, hosts): |
38 def load(self, hosts): |
41 """ |
39 """ |