90 |
91 |
91 self.__load() |
92 self.__load() |
92 |
93 |
93 self.__updateTimer = QBasicTimer() |
94 self.__updateTimer = QBasicTimer() |
94 |
95 |
|
96 @pyqtSlot(QPoint) |
95 def __customContextMenuRequested(self, pos): |
97 def __customContextMenuRequested(self, pos): |
96 """ |
98 """ |
97 Private slot to handle the context menu request for the bookmarks tree. |
99 Private slot to handle the context menu request for the bookmarks tree. |
98 |
100 |
99 @param pos position the context menu was requested (QPoint) |
101 @param pos position the context menu was requested (QPoint) |