src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
eric7
changeset 9958
a78b83d1062a
parent 9868
467288cffee2
child 9964
a298db96ba65
diff -r 0457d754fc9a -r a78b83d1062a src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui
--- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui	Sun Apr 02 11:13:14 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui	Sun Apr 02 15:55:20 2023 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>541</width>
-    <height>1947</height>
+    <height>2038</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -656,6 +656,61 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_17">
+     <property name="title">
+      <string>STLink</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_12">
+      <item row="0" column="0">
+       <widget class="QLabel" name="label_31">
+        <property name="text">
+         <string>st-info Path:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="EricPathPicker" name="stInfoPathPicker" native="true">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::WheelFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the path of the st-info executable</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="label_32">
+        <property name="text">
+         <string>st-flash Path:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="EricPathPicker" name="stFlashPathPicker" native="true">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::WheelFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the path of the st-flash flashing executable</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_8">
      <property name="title">
       <string>MicroPython</string>
@@ -958,6 +1013,8 @@
   <tabstop>ntpTimeoutSpinBox</tabstop>
   <tabstop>mpyCrossPicker</tabstop>
   <tabstop>dfuUtilPathPicker</tabstop>
+  <tabstop>stInfoPathPicker</tabstop>
+  <tabstop>stFlashPathPicker</tabstop>
   <tabstop>micropythonFirmwareUrlLineEdit</tabstop>
   <tabstop>micropythonDocuUrlLineEdit</tabstop>
   <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop>

eric ide

mercurial