src/eric7/MicroPython/MicroPythonFileManagerWidget.py

branch
mpy_network
changeset 9788
12294115900a
parent 9787
163511257f24
parent 9786
f94b530722af
child 9802
22aeee2bf35f
equal deleted inserted replaced
9787:163511257f24 9788:12294115900a
420 self.saveButton.setEnabled(enable) 420 self.saveButton.setEnabled(enable)
421 421
422 @pyqtSlot(str) 422 @pyqtSlot(str)
423 def on_deviceCwd_textChanged(self, cwd): 423 def on_deviceCwd_textChanged(self, cwd):
424 """ 424 """
425 Public slot handling a change of the current device working directory. 425 Private slot handling a change of the current device working directory.
426 426
427 @param cwd current device working directory 427 @param cwd current device working directory
428 @type str 428 @type str
429 """ 429 """
430 self.deviceUpButton.setEnabled(cwd != "/") 430 self.deviceUpButton.setEnabled(cwd != "/")

eric ide

mercurial