46 self.__mw = mainWindow |
46 self.__mw = mainWindow |
47 self.__browser = None |
47 self.__browser = None |
48 self.__privateMode = QWebSettings.globalSettings().testAttribute( |
48 self.__privateMode = QWebSettings.globalSettings().testAttribute( |
49 QWebSettings.PrivateBrowsingEnabled) |
49 QWebSettings.PrivateBrowsingEnabled) |
50 |
50 |
51 self.__bmActiveIcon = UI.PixmapCache.getIcon("bookmark.png") |
51 self.__bmActiveIcon = UI.PixmapCache.getIcon("bookmark16.png") |
52 self.__bmInactiveIcon = QIcon(self.__bmActiveIcon.pixmap(16, 16, QIcon.Disabled)) |
52 self.__bmInactiveIcon = QIcon(self.__bmActiveIcon.pixmap(16, 16, QIcon.Disabled)) |
53 |
53 |
54 self.__favicon = FavIconLabel(self) |
54 self.__favicon = FavIconLabel(self) |
55 self.addWidget(self.__favicon, E5LineEdit.LeftSide) |
55 self.addWidget(self.__favicon, E5LineEdit.LeftSide) |
56 |
56 |