eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 8067
a467ab075be0
parent 8053
5316e335722f
child 8091
c000526a6d0d
--- a/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Thu Feb 04 14:35:50 2021 +0100
+++ b/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Thu Feb 04 14:38:01 2021 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>476</width>
-    <height>1031</height>
+    <height>1087</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -32,6 +32,31 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_4">
+     <property name="title">
+      <string>Workspace</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_4">
+      <item>
+       <widget class="E5PathPicker" name="workspacePicker" native="true">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the name of the MicroPython workspace directory</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_2">
      <property name="title">
       <string>Serial Link</string>
@@ -449,6 +474,7 @@
   </customwidget>
  </customwidgets>
  <tabstops>
+  <tabstop>workspacePicker</tabstop>
   <tabstop>timeoutSpinBox</tabstop>
   <tabstop>syncTimeCheckBox</tabstop>
   <tabstop>colorSchemeComboBox</tabstop>

eric ide

mercurial