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