712 def on_connectButton_clicked(self): |
712 def on_connectButton_clicked(self): |
713 """ |
713 """ |
714 Private slot to connect to the selected device or disconnect from the |
714 Private slot to connect to the selected device or disconnect from the |
715 currently connected device. |
715 currently connected device. |
716 """ |
716 """ |
|
717 self.__osdLabel.clear() |
717 if self.__linkConnected: |
718 if self.__linkConnected: |
718 with EricOverrideCursor(): |
719 with EricOverrideCursor(): |
719 self.__disconnectFromDevice() |
720 self.__disconnectFromDevice() |
720 |
721 |
721 if self.replButton.isChecked(): |
722 if self.replButton.isChecked(): |