eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui

branch
eric7
changeset 8945
b6be65111565
parent 8923
bbf9aa041116
--- a/eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui	Tue Feb 08 16:22:59 2022 +0100
+++ b/eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui	Sat Feb 12 13:02:35 2022 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>166</height>
+    <height>198</height>
    </rect>
   </property>
   <property name="sizeGripEnabled">
@@ -40,7 +40,7 @@
        </property>
        <property name="sizeHint" stdset="0">
         <size>
-         <width>268</width>
+         <width>298</width>
          <height>20</height>
         </size>
        </property>
@@ -60,31 +60,77 @@
        </property>
       </widget>
      </item>
+     <item row="1" column="2">
+      <widget class="QLabel" name="sizeInfoLabel">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="text">
+        <string>Leave empty to auto detect. size.</string>
+       </property>
+       <property name="wordWrap">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
      <item row="2" column="0">
+      <widget class="QLabel" name="label_6">
+       <property name="text">
+        <string>Baud Rate:</string>
+       </property>
+      </widget>
+     </item>
+     <item row="2" column="1">
+      <widget class="QComboBox" name="baudRateComboBox">
+       <property name="toolTip">
+        <string>Select the baud rate to be used for flashing (default: 115.200 bps)</string>
+       </property>
+      </widget>
+     </item>
+     <item row="3" column="0">
       <widget class="QLabel" name="label_3">
        <property name="toolTip">
         <string/>
        </property>
        <property name="text">
-        <string>Flashmode:</string>
+        <string>Flash Mode:</string>
        </property>
       </widget>
      </item>
-     <item row="2" column="1">
+     <item row="3" column="1">
       <widget class="QComboBox" name="modeComboBox">
        <property name="toolTip">
         <string>Select the flash mode</string>
        </property>
       </widget>
      </item>
-     <item row="3" column="0">
+     <item row="3" column="2">
+      <widget class="QLabel" name="modeInfoLabel">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="text">
+        <string>Leave empty to use the default mode.</string>
+       </property>
+       <property name="wordWrap">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item row="4" column="0">
       <widget class="QLabel" name="label_4">
        <property name="text">
         <string>Firmware:</string>
        </property>
       </widget>
      </item>
-     <item row="3" column="1" colspan="2">
+     <item row="4" column="1" colspan="2">
       <widget class="EricPathPicker" name="firmwarePicker" native="true">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@@ -122,6 +168,13 @@
    <container>1</container>
   </customwidget>
  </customwidgets>
+ <tabstops>
+  <tabstop>espComboBox</tabstop>
+  <tabstop>sizeComboBox</tabstop>
+  <tabstop>baudRateComboBox</tabstop>
+  <tabstop>modeComboBox</tabstop>
+  <tabstop>firmwarePicker</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>

eric ide

mercurial