35 @type WebBrowserWindow |
35 @type WebBrowserWindow |
36 """ |
36 """ |
37 super().__init__(window) |
37 super().__init__(window) |
38 |
38 |
39 self.setToolTip( |
39 self.setToolTip( |
40 self.tr("Modify images loading settings temporarily" " or globally") |
40 self.tr("Modify images loading settings temporarily or globally") |
41 ) |
41 ) |
42 self.__icon = EricPixmapCache.getPixmap("filePixmap").scaled(16, 16) |
42 self.__icon = EricPixmapCache.getPixmap("filePixmap").scaled(16, 16) |
43 self.setPixmap(self.__icon) |
43 self.setPixmap(self.__icon) |
44 |
44 |
45 self._window.tabWidget().currentChanged.connect(self.__updateIcon) |
45 self._window.tabWidget().currentChanged.connect(self.__updateIcon) |