Helpviewer/Bookmarks/BookmarksMenu.py

changeset 453
a81097a85889
parent 55
b5c84934de9c
child 454
d28d558f7484
equal deleted inserted replaced
452:0bc58cbb64b2 453:a81097a85889
91 if not hasBookmarks: 91 if not hasBookmarks:
92 return 92 return
93 93
94 self.addSeparator() 94 self.addSeparator()
95 act = self.addAction(self.trUtf8("Open all in Tabs")) 95 act = self.addAction(self.trUtf8("Open all in Tabs"))
96 self.connect(act, SIGNAL("triggered()"), self.__openAll) 96 act.triggered.connect(self.__openAll)
97 97
98 def __openAll(self): 98 def __openAll(self):
99 """ 99 """
100 Private slot to open all the menu's items. 100 Private slot to open all the menu's items.
101 """ 101 """

eric ide

mercurial