535 UI.PixmapCache.getIcon("tabClose"), |
535 UI.PixmapCache.getIcon("tabClose"), |
536 self.tr("&Close checked tabs")) |
536 self.tr("&Close checked tabs")) |
537 act.setObjectName("closeSelection") |
537 act.setObjectName("closeSelection") |
538 act.triggered.connect(lambda: self.__processActions(act)) |
538 act.triggered.connect(lambda: self.__processActions(act)) |
539 |
539 |
540 menu.exec_(self.__tree.viewport().mapToGlobal(pos)) |
540 menu.exec(self.__tree.viewport().mapToGlobal(pos)) |
541 |
541 |
542 def mainWindowCreated(self, mainWin, refresh=True): |
542 def mainWindowCreated(self, mainWin, refresh=True): |
543 """ |
543 """ |
544 Public method to act on the creation of a new web browser window. |
544 Public method to act on the creation of a new web browser window. |
545 |
545 |