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