705 def on_connectButton_clicked(self): |
705 def on_connectButton_clicked(self): |
706 """ |
706 """ |
707 Private slot to connect to the selected device or disconnect from the |
707 Private slot to connect to the selected device or disconnect from the |
708 currently connected device. |
708 currently connected device. |
709 """ |
709 """ |
|
710 self.__osdLabel.clear() |
710 if self.__linkConnected: |
711 if self.__linkConnected: |
711 with EricOverrideCursor(): |
712 with EricOverrideCursor(): |
712 self.__disconnectFromDevice() |
713 self.__disconnectFromDevice() |
713 |
714 |
714 if self.replButton.isChecked(): |
715 if self.replButton.isChecked(): |