src/eric7/MicroPython/MicroPythonFileManagerWidget.ui

branch
eric7
changeset 9760
11245ac9c258
parent 9413
80c06d472826
child 10523
e4069ddd7dc7
--- a/src/eric7/MicroPython/MicroPythonFileManagerWidget.ui	Mon Feb 13 17:53:27 2023 +0100
+++ b/src/eric7/MicroPython/MicroPythonFileManagerWidget.ui	Mon Feb 13 17:55:13 2023 +0100
@@ -25,24 +25,20 @@
     </widget>
    </item>
    <item row="0" column="2">
-    <layout class="QHBoxLayout" name="horizontalLayout_3">
-     <item>
-      <widget class="QLabel" name="label_2">
-       <property name="sizePolicy">
-        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-         <horstretch>0</horstretch>
-         <verstretch>0</verstretch>
-        </sizepolicy>
-       </property>
-       <property name="text">
-        <string>Device Files</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="EricLed" name="deviceConnectedLed" native="true"/>
-     </item>
-    </layout>
+    <widget class="QLabel" name="label_2">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="text">
+      <string>Device Files</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3">
+    <widget class="EricLed" name="deviceConnectedLed" native="true"/>
    </item>
    <item row="1" column="0">
     <widget class="QTreeWidget" name="localFileTreeWidget">
@@ -193,6 +189,57 @@
      </column>
     </widget>
    </item>
+   <item row="1" column="3">
+    <layout class="QVBoxLayout" name="verticalLayout_2">
+     <item>
+      <spacer name="verticalSpacer_4">
+       <property name="orientation">
+        <enum>Qt::Vertical</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>20</width>
+         <height>40</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QToolButton" name="openButton">
+       <property name="toolTip">
+        <string>Press to open the selected file of the device in an editor.</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="saveButton">
+       <property name="toolTip">
+        <string>Press to save the current editor to the selected file on the device.</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="saveAsButton">
+       <property name="toolTip">
+        <string>Press to save the current editor to a new file on the device.</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="verticalSpacer_3">
+       <property name="orientation">
+        <enum>Qt::Vertical</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>20</width>
+         <height>40</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
    <item row="2" column="0">
     <layout class="QHBoxLayout" name="horizontalLayout">
      <property name="spacing">

eric ide

mercurial