eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 7327
71883ddcb762
parent 7161
728018c32b09
child 7328
e2d85ef3fadb
diff -r eab46b63ed91 -r 71883ddcb762 eric6/Preferences/ConfigurationPages/MicroPythonPage.ui
--- a/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Sat Nov 02 18:19:24 2019 +0100
+++ b/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Sat Nov 02 18:21:01 2019 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>476</width>
-    <height>550</height>
+    <height>691</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -167,6 +167,38 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_5">
+     <property name="title">
+      <string>PyBoard</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <item>
+       <widget class="QLabel" name="label_7">
+        <property name="text">
+         <string>dfu-util Path:</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="E5PathPicker" name="dfuUtilPathPicker" 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 dfu-util flashing executable</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_4">
      <property name="title">
       <string>Documentation</string>
@@ -251,6 +283,7 @@
   <tabstop>colorSchemeComboBox</tabstop>
   <tabstop>replWrapCheckBox</tabstop>
   <tabstop>mpyCrossPicker</tabstop>
+  <tabstop>dfuUtilPathPicker</tabstop>
   <tabstop>micropythonDocuUrlLineEdit</tabstop>
   <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
   <tabstop>microbitDocuUrlLineEdit</tabstop>

eric ide

mercurial