eric6/MicroPython/EspFirmwareSelectionDialog.ui

changeset 7595
5db6bfeff23e
parent 7108
4f6133a01c6a
child 8181
72f55caf6258
equal deleted inserted replaced
7594:ee35df230130 7595:5db6bfeff23e
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>500</width> 9 <width>500</width>
10 <height>114</height> 10 <height>140</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Flash MicroPython Firmware</string> 14 <string>Flash MicroPython Firmware</string>
15 </property> 15 </property>
41 <property name="orientation"> 41 <property name="orientation">
42 <enum>Qt::Horizontal</enum> 42 <enum>Qt::Horizontal</enum>
43 </property> 43 </property>
44 <property name="sizeHint" stdset="0"> 44 <property name="sizeHint" stdset="0">
45 <size> 45 <size>
46 <width>40</width> 46 <width>318</width>
47 <height>20</height> 47 <height>20</height>
48 </size> 48 </size>
49 </property> 49 </property>
50 </spacer> 50 </spacer>
51 </item> 51 </item>
65 <string>Enter the path of the firmware file</string> 65 <string>Enter the path of the firmware file</string>
66 </property> 66 </property>
67 </widget> 67 </widget>
68 </item> 68 </item>
69 <item row="2" column="0"> 69 <item row="2" column="0">
70 <widget class="QLabel" name="label_3">
71 <property name="toolTip">
72 <string/>
73 </property>
74 <property name="text">
75 <string>Flash Mode:</string>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="1">
80 <widget class="QComboBox" name="modeComboBox">
81 <property name="toolTip">
82 <string>Select the flash mode</string>
83 </property>
84 </widget>
85 </item>
86 <item row="2" column="2">
87 <widget class="QLabel" name="label_4">
88 <property name="text">
89 <string>Leave empty to use the default mode.</string>
90 </property>
91 </widget>
92 </item>
93 <item row="3" column="0">
70 <widget class="QLabel" name="addressLabel"> 94 <widget class="QLabel" name="addressLabel">
71 <property name="text"> 95 <property name="text">
72 <string>Address:</string> 96 <string>Address:</string>
73 </property> 97 </property>
74 </widget> 98 </widget>
75 </item> 99 </item>
76 <item row="2" column="1" colspan="2"> 100 <item row="3" column="1" colspan="2">
77 <widget class="E5ClearableLineEdit" name="addressEdit"> 101 <widget class="E5ClearableLineEdit" name="addressEdit">
78 <property name="toolTip"> 102 <property name="toolTip">
79 <string>Enter the flash addres in the hexadecimal form</string> 103 <string>Enter the flash addres in the hexadecimal form</string>
80 </property> 104 </property>
81 <property name="maxLength"> 105 <property name="maxLength">
111 </customwidget> 135 </customwidget>
112 </customwidgets> 136 </customwidgets>
113 <tabstops> 137 <tabstops>
114 <tabstop>espComboBox</tabstop> 138 <tabstop>espComboBox</tabstop>
115 <tabstop>firmwarePicker</tabstop> 139 <tabstop>firmwarePicker</tabstop>
140 <tabstop>modeComboBox</tabstop>
116 <tabstop>addressEdit</tabstop> 141 <tabstop>addressEdit</tabstop>
117 </tabstops> 142 </tabstops>
118 <resources/> 143 <resources/>
119 <connections> 144 <connections>
120 <connection> 145 <connection>

eric ide

mercurial