eric6/MicroPython/MicroPythonReplWidget.ui

branch
micropython
changeset 7059
a8fad276cbd5
parent 7054
fb84d8489bc1
child 7069
a09a30251d4e
diff -r bdd583f96e96 -r a8fad276cbd5 eric6/MicroPython/MicroPythonReplWidget.ui
--- a/eric6/MicroPython/MicroPythonReplWidget.ui	Tue Jul 09 19:49:41 2019 +0200
+++ b/eric6/MicroPython/MicroPythonReplWidget.ui	Wed Jul 10 20:21:57 2019 +0200
@@ -71,6 +71,30 @@
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout_2">
      <item>
+      <widget class="QToolButton" name="openButton">
+       <property name="toolTip">
+        <string>Press to open a file of the connected device</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="saveButton">
+       <property name="toolTip">
+        <string>Press to save the current editor to the connected device</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="Line" name="line">
+       <property name="lineWidth">
+        <number>2</number>
+       </property>
+       <property name="orientation">
+        <enum>Qt::Vertical</enum>
+       </property>
+      </widget>
+     </item>
+     <item>
       <widget class="QToolButton" name="runButton">
        <property name="toolTip">
         <string>Press to run the current script on the selected device</string>
@@ -139,6 +163,8 @@
  <tabstops>
   <tabstop>deviceTypeComboBox</tabstop>
   <tabstop>checkButton</tabstop>
+  <tabstop>openButton</tabstop>
+  <tabstop>saveButton</tabstop>
   <tabstop>runButton</tabstop>
   <tabstop>replButton</tabstop>
   <tabstop>filesButton</tabstop>

eric ide

mercurial