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 |