--- a/eric6/MicroPython/MicroPythonFileManagerWidget.ui Mon Jul 22 19:19:06 2019 +0200 +++ b/eric6/MicroPython/MicroPythonFileManagerWidget.ui Mon Jul 22 20:17:33 2019 +0200 @@ -23,7 +23,7 @@ <property name="bottomMargin"> <number>2</number> </property> - <item row="0" column="0" colspan="2"> + <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Local Files</string> @@ -76,45 +76,6 @@ </column> </widget> </item> - <item row="1" column="2"> - <widget class="QTreeWidget" name="deviceFileTreeWidget"> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="rootIsDecorated"> - <bool>false</bool> - </property> - <property name="itemsExpandable"> - <bool>false</bool> - </property> - <property name="sortingEnabled"> - <bool>true</bool> - </property> - <attribute name="headerShowSortIndicator" stdset="0"> - <bool>true</bool> - </attribute> - <column> - <property name="text"> - <string>Name</string> - </property> - </column> - <column> - <property name="text"> - <string>Mode</string> - </property> - </column> - <column> - <property name="text"> - <string>Size</string> - </property> - </column> - <column> - <property name="text"> - <string>Time</string> - </property> - </column> - </widget> - </item> <item row="1" column="1"> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -159,14 +120,97 @@ </item> </layout> </item> + <item row="1" column="2"> + <widget class="QTreeWidget" name="deviceFileTreeWidget"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + <attribute name="headerShowSortIndicator" stdset="0"> + <bool>true</bool> + </attribute> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Mode</string> + </property> + </column> + <column> + <property name="text"> + <string>Size</string> + </property> + </column> + <column> + <property name="text"> + <string>Time</string> + </property> + </column> + </widget> + </item> <item row="2" column="0"> - <widget class="QLabel" name="localCwd"/> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="localCwd"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="localUpButton"> + <property name="toolTip"> + <string>Press to move one directory level up</string> + </property> + </widget> + </item> + </layout> </item> <item row="2" column="2"> - <widget class="QLabel" name="deviceCwd"/> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="deviceCwd"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="deviceUpButton"> + <property name="toolTip"> + <string>Press to move one directory level up</string> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> + <tabstops> + <tabstop>localFileTreeWidget</tabstop> + <tabstop>deviceFileTreeWidget</tabstop> + <tabstop>putButton</tabstop> + <tabstop>getButton</tabstop> + <tabstop>localUpButton</tabstop> + <tabstop>deviceUpButton</tabstop> + </tabstops> <resources/> <connections/> </ui>