2961:e4e2efb4846a | 2962:d6c9d1ca2da4 |
---|---|
89 | 89 |
90 @pyqtSlot(str) | 90 @pyqtSlot(str) |
91 def on_nameCombo_activated(self, txt): | 91 def on_nameCombo_activated(self, txt): |
92 """ | 92 """ |
93 Private slot to handle changes of the selected bookmark name. | 93 Private slot to handle changes of the selected bookmark name. |
94 | |
95 @param txt selected combo entry (string) | |
94 """ | 96 """ |
95 self.__updateOK() | 97 self.__updateOK() |
96 self.__updateBookmarksCombo() | 98 self.__updateBookmarksCombo() |
97 | 99 |
98 @pyqtSlot(str) | 100 @pyqtSlot(str) |