--- a/eric6/MicroPython/MicroPythonFileManagerWidget.ui Wed Aug 07 16:08:46 2019 +0200 +++ b/eric6/MicroPython/MicroPythonFileManagerWidget.ui Wed Aug 07 16:10:12 2019 +0200 @@ -96,7 +96,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>40</height> + <height>13</height> </size> </property> </spacer> @@ -116,6 +116,13 @@ </widget> </item> <item> + <widget class="QToolButton" name="putAsButton"> + <property name="toolTip"> + <string>Press to copy the selected file to the device with a new name</string> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="getButton"> <property name="toolTip"> <string>Press to copy the selected file from the device</string> @@ -123,6 +130,13 @@ </widget> </item> <item> + <widget class="QToolButton" name="getAsButton"> + <property name="toolTip"> + <string>Press to copy the selected file from the device with a new name</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -256,7 +270,9 @@ <tabstop>deviceFileTreeWidget</tabstop> <tabstop>syncButton</tabstop> <tabstop>putButton</tabstop> + <tabstop>putAsButton</tabstop> <tabstop>getButton</tabstop> + <tabstop>getAsButton</tabstop> <tabstop>localUpButton</tabstop> <tabstop>localReloadButton</tabstop> <tabstop>deviceUpButton</tabstop>