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")) |