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