eric7/WebBrowser/QtHelp/HelpIndexWidget.py

branch
eric7
changeset 8564
c48137b0d7ba
parent 8421
cd4eee7f1d28
child 8565
207b47c2eed9
equal deleted inserted replaced
8563:3c6547443fb2 8564:c48137b0d7ba
71 self.__showContextMenu) 71 self.__showContextMenu)
72 self.__searchEdit.returnPressed.connect( 72 self.__searchEdit.returnPressed.connect(
73 self.__index.activateCurrentItem) 73 self.__index.activateCurrentItem)
74 self.__layout.addWidget(self.__index) 74 self.__layout.addWidget(self.__index)
75 75
76 @pyqtSlot(QUrl, str) 76 @pyqtSlot(QHelpLink, str)
77 def __documentActivated(self, document, keyword, modifiers=None): 77 def __documentActivated(self, document, keyword, modifiers=None):
78 """ 78 """
79 Private slot to handle the activation of a keyword entry. 79 Private slot to handle the activation of a keyword entry.
80 80
81 @param document reference to a data structure containing the 81 @param document reference to a data structure containing the

eric ide

mercurial