eric6/MicroPython/MicroPythonFileManagerWidget.py

changeset 8058
9769eb548f0d
parent 7923
91e843545d9a
child 8067
a467ab075be0
equal deleted inserted replaced
8057:f87f84ffcf3d 8058:9769eb548f0d
544 @param localDir name of the local directory 544 @param localDir name of the local directory
545 @type str 545 @type str
546 @param deviceDir name of the device directory 546 @param deviceDir name of the device directory
547 @type str 547 @type str
548 """ 548 """
549 self.__listLocalFiles(self.localCwd.text()) 549 # simulate button presses to reload the two lists
550 self.__newDeviceList() 550 self.on_localReloadButton_clicked()
551 self.on_deviceReloadButton_clicked()
551 552
552 @pyqtSlot(str) 553 @pyqtSlot(str)
553 def __handleRsyncProgressMessage(self, message): 554 def __handleRsyncProgressMessage(self, message):
554 """ 555 """
555 Private slot handling progress messages sent by the file manager. 556 Private slot handling progress messages sent by the file manager.

eric ide

mercurial