src/eric7/MicroPython/EspFirmwareSelectionDialog.ui

branch
eric7
changeset 9751
606ac0e26533
parent 9413
80c06d472826
equal deleted inserted replaced
9750:4958dd72c937 9751:606ac0e26533
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>198</height> 10 <height>228</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>
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <layout class="QGridLayout" name="gridLayout"> 21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0"> 22 <item row="3" column="0">
23 <widget class="QLabel" name="label"> 23 <widget class="QLabel" name="label_5">
24 <property name="text"> 24 <property name="text">
25 <string>ESP Chip Type:</string> 25 <string>Baud Rate:</string>
26 </property> 26 </property>
27 </widget> 27 </widget>
28 </item>
29 <item row="4" column="2">
30 <widget class="QLabel" name="label_4">
31 <property name="text">
32 <string>Leave empty to use the default mode.</string>
33 </property>
34 </widget>
35 </item>
36 <item row="5" column="0">
37 <widget class="QLabel" name="addressLabel">
38 <property name="text">
39 <string>Address:</string>
40 </property>
41 </widget>
42 </item>
43 <item row="5" column="1" colspan="2">
44 <widget class="QLineEdit" name="addressEdit">
45 <property name="toolTip">
46 <string>Enter the flash addres in the hexadecimal form</string>
47 </property>
48 <property name="maxLength">
49 <number>7</number>
50 </property>
51 <property name="clearButtonEnabled">
52 <bool>true</bool>
53 </property>
54 </widget>
55 </item>
56 <item row="4" column="1">
57 <widget class="QComboBox" name="modeComboBox">
58 <property name="toolTip">
59 <string>Select the flash mode</string>
60 </property>
61 </widget>
62 </item>
63 <item row="4" column="0">
64 <widget class="QLabel" name="label_3">
65 <property name="toolTip">
66 <string/>
67 </property>
68 <property name="text">
69 <string>Flash Mode:</string>
70 </property>
71 </widget>
72 </item>
73 <item row="1" column="0">
74 <widget class="QLabel" name="label_2">
75 <property name="text">
76 <string>Firmware:</string>
77 </property>
78 </widget>
79 </item>
80 <item row="3" column="2">
81 <spacer name="horizontalSpacer_2">
82 <property name="orientation">
83 <enum>Qt::Horizontal</enum>
84 </property>
85 <property name="sizeHint" stdset="0">
86 <size>
87 <width>298</width>
88 <height>20</height>
89 </size>
90 </property>
91 </spacer>
28 </item> 92 </item>
29 <item row="0" column="1"> 93 <item row="0" column="1">
30 <widget class="QComboBox" name="espComboBox"> 94 <widget class="QComboBox" name="espComboBox">
31 <property name="toolTip"> 95 <property name="toolTip">
32 <string>Select the ESP chip type</string> 96 <string>Select the ESP chip type</string>
34 <property name="sizeAdjustPolicy"> 98 <property name="sizeAdjustPolicy">
35 <enum>QComboBox::AdjustToContents</enum> 99 <enum>QComboBox::AdjustToContents</enum>
36 </property> 100 </property>
37 </widget> 101 </widget>
38 </item> 102 </item>
39 <item row="0" column="2"> 103 <item row="3" column="1">
40 <spacer name="horizontalSpacer"> 104 <widget class="QComboBox" name="baudRateComboBox">
41 <property name="orientation"> 105 <property name="toolTip">
42 <enum>Qt::Horizontal</enum> 106 <string>Select the baud rate to be used for flashing (default: 115.200 bps)</string>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>318</width>
47 <height>20</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item row="1" column="0">
53 <widget class="QLabel" name="label_2">
54 <property name="text">
55 <string>Firmware:</string>
56 </property> 107 </property>
57 </widget> 108 </widget>
58 </item> 109 </item>
59 <item row="1" column="1" colspan="2"> 110 <item row="1" column="1" colspan="2">
60 <widget class="EricPathPicker" name="firmwarePicker" native="true"> 111 <widget class="EricPathPicker" name="firmwarePicker" native="true">
70 <property name="toolTip"> 121 <property name="toolTip">
71 <string>Enter the path of the firmware file</string> 122 <string>Enter the path of the firmware file</string>
72 </property> 123 </property>
73 </widget> 124 </widget>
74 </item> 125 </item>
75 <item row="2" column="0"> 126 <item row="0" column="0">
76 <widget class="QLabel" name="label_5"> 127 <widget class="QLabel" name="label">
77 <property name="text"> 128 <property name="text">
78 <string>Baud Rate:</string> 129 <string>ESP Chip Type:</string>
79 </property> 130 </property>
80 </widget> 131 </widget>
81 </item> 132 </item>
82 <item row="2" column="1"> 133 <item row="0" column="2">
83 <widget class="QComboBox" name="baudRateComboBox"> 134 <spacer name="horizontalSpacer">
84 <property name="toolTip">
85 <string>Select the baud rate to be used for flashing (default: 115.200 bps)</string>
86 </property>
87 </widget>
88 </item>
89 <item row="2" column="2">
90 <spacer name="horizontalSpacer_2">
91 <property name="orientation"> 135 <property name="orientation">
92 <enum>Qt::Horizontal</enum> 136 <enum>Qt::Horizontal</enum>
93 </property> 137 </property>
94 <property name="sizeHint" stdset="0"> 138 <property name="sizeHint" stdset="0">
95 <size> 139 <size>
96 <width>298</width> 140 <width>318</width>
97 <height>20</height> 141 <height>20</height>
98 </size> 142 </size>
99 </property> 143 </property>
100 </spacer> 144 </spacer>
101 </item> 145 </item>
102 <item row="3" column="0"> 146 <item row="2" column="0" colspan="3">
103 <widget class="QLabel" name="label_3"> 147 <widget class="QCheckBox" name="cpyCheckBox">
104 <property name="toolTip"> 148 <property name="toolTip">
105 <string/> 149 <string>Check this, if the firware to be loaded is CircuitPython (changes the flash address for some chips).</string>
106 </property> 150 </property>
107 <property name="text"> 151 <property name="text">
108 <string>Flash Mode:</string> 152 <string>Firmware is CircuitPython</string>
109 </property>
110 </widget>
111 </item>
112 <item row="3" column="1">
113 <widget class="QComboBox" name="modeComboBox">
114 <property name="toolTip">
115 <string>Select the flash mode</string>
116 </property>
117 </widget>
118 </item>
119 <item row="3" column="2">
120 <widget class="QLabel" name="label_4">
121 <property name="text">
122 <string>Leave empty to use the default mode.</string>
123 </property>
124 </widget>
125 </item>
126 <item row="4" column="0">
127 <widget class="QLabel" name="addressLabel">
128 <property name="text">
129 <string>Address:</string>
130 </property>
131 </widget>
132 </item>
133 <item row="4" column="1" colspan="2">
134 <widget class="QLineEdit" name="addressEdit">
135 <property name="toolTip">
136 <string>Enter the flash addres in the hexadecimal form</string>
137 </property>
138 <property name="maxLength">
139 <number>7</number>
140 </property>
141 <property name="clearButtonEnabled">
142 <bool>true</bool>
143 </property> 153 </property>
144 </widget> 154 </widget>
145 </item> 155 </item>
146 </layout> 156 </layout>
147 </item> 157 </item>
166 </customwidget> 176 </customwidget>
167 </customwidgets> 177 </customwidgets>
168 <tabstops> 178 <tabstops>
169 <tabstop>espComboBox</tabstop> 179 <tabstop>espComboBox</tabstop>
170 <tabstop>firmwarePicker</tabstop> 180 <tabstop>firmwarePicker</tabstop>
181 <tabstop>cpyCheckBox</tabstop>
171 <tabstop>baudRateComboBox</tabstop> 182 <tabstop>baudRateComboBox</tabstop>
172 <tabstop>modeComboBox</tabstop> 183 <tabstop>modeComboBox</tabstop>
173 <tabstop>addressEdit</tabstop> 184 <tabstop>addressEdit</tabstop>
174 </tabstops> 185 </tabstops>
175 <resources/> 186 <resources/>

eric ide

mercurial