138 Private slot to handle changes of the Bookmark2 select button. |
138 Private slot to handle changes of the Bookmark2 select button. |
139 |
139 |
140 @param checked state of the button (boolean) |
140 @param checked state of the button (boolean) |
141 """ |
141 """ |
142 self.__updateOK() |
142 self.__updateOK() |
143 |
|
144 |
143 |
145 @pyqtSlot(str) |
144 @pyqtSlot(str) |
146 def on_id1Edit_textChanged(self, txt): |
145 def on_id1Edit_textChanged(self, txt): |
147 """ |
146 """ |
148 Private slot to handle changes of the ID1 edit. |
147 Private slot to handle changes of the ID1 edit. |