src/eric7/MicroPython/MicroPythonFileManagerWidget.py

branch
eric7
changeset 9769
c6cda4cb81d5
parent 9767
2eed840795c0
child 9786
f94b530722af
child 9787
163511257f24
equal deleted inserted replaced
9768:e2b622afb5ff 9769:c6cda4cb81d5
55 """ 55 """
56 super().__init__(parent) 56 super().__init__(parent)
57 self.setupUi(self) 57 self.setupUi(self)
58 58
59 self.__repl = parent 59 self.__repl = parent
60 deviceWithLocalAccess = device.supportsLocalFileAccess()
61 60
62 self.syncButton.setIcon(EricPixmapCache.getIcon("2rightarrow")) 61 self.syncButton.setIcon(EricPixmapCache.getIcon("2rightarrow"))
63 self.putButton.setIcon(EricPixmapCache.getIcon("1rightarrow")) 62 self.putButton.setIcon(EricPixmapCache.getIcon("1rightarrow"))
64 self.putAsButton.setIcon(EricPixmapCache.getIcon("putAs")) 63 self.putAsButton.setIcon(EricPixmapCache.getIcon("putAs"))
65 self.getButton.setIcon(EricPixmapCache.getIcon("1leftarrow")) 64 self.getButton.setIcon(EricPixmapCache.getIcon("1leftarrow"))

eric ide

mercurial