190 <property name="focusPolicy"> |
190 <property name="focusPolicy"> |
191 <enum>Qt::WheelFocus</enum> |
191 <enum>Qt::WheelFocus</enum> |
192 </property> |
192 </property> |
193 <property name="toolTip"> |
193 <property name="toolTip"> |
194 <string>Enter the path of the dfu-util flashing executable</string> |
194 <string>Enter the path of the dfu-util flashing executable</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 </layout> |
|
199 </widget> |
|
200 </item> |
|
201 <item> |
|
202 <widget class="QGroupBox" name="groupBox_6"> |
|
203 <property name="title"> |
|
204 <string>Firmware</string> |
|
205 </property> |
|
206 <layout class="QGridLayout" name="gridLayout_4"> |
|
207 <item row="0" column="0"> |
|
208 <widget class="QLabel" name="label_8"> |
|
209 <property name="text"> |
|
210 <string>MicroPython:</string> |
|
211 </property> |
|
212 </widget> |
|
213 </item> |
|
214 <item row="0" column="1"> |
|
215 <widget class="E5ClearableLineEdit" name="micropythonFirmwareUrlLineEdit"> |
|
216 <property name="toolTip"> |
|
217 <string>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</string> |
|
218 </property> |
|
219 </widget> |
|
220 </item> |
|
221 <item row="1" column="0"> |
|
222 <widget class="QLabel" name="label_10"> |
|
223 <property name="text"> |
|
224 <string>CircuitPython:</string> |
|
225 </property> |
|
226 </widget> |
|
227 </item> |
|
228 <item row="1" column="1"> |
|
229 <widget class="E5ClearableLineEdit" name="circuitpythonFirmwareUrlLineEdit"> |
|
230 <property name="toolTip"> |
|
231 <string>Enter the URL for the CircuitPython firmware</string> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 <item row="2" column="0"> |
|
236 <widget class="QLabel" name="label_9"> |
|
237 <property name="text"> |
|
238 <string>BBC micro:bit:</string> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 <item row="2" column="1"> |
|
243 <widget class="E5ClearableLineEdit" name="microbitFirmwareUrlLineEdit"> |
|
244 <property name="toolTip"> |
|
245 <string>Enter the URL for the BBC micro:bit Firmware</string> |
195 </property> |
246 </property> |
196 </widget> |
247 </widget> |
197 </item> |
248 </item> |
198 </layout> |
249 </layout> |
199 </widget> |
250 </widget> |
282 <tabstop>syncTimeCheckBox</tabstop> |
333 <tabstop>syncTimeCheckBox</tabstop> |
283 <tabstop>colorSchemeComboBox</tabstop> |
334 <tabstop>colorSchemeComboBox</tabstop> |
284 <tabstop>replWrapCheckBox</tabstop> |
335 <tabstop>replWrapCheckBox</tabstop> |
285 <tabstop>mpyCrossPicker</tabstop> |
336 <tabstop>mpyCrossPicker</tabstop> |
286 <tabstop>dfuUtilPathPicker</tabstop> |
337 <tabstop>dfuUtilPathPicker</tabstop> |
|
338 <tabstop>micropythonFirmwareUrlLineEdit</tabstop> |
|
339 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> |
|
340 <tabstop>microbitFirmwareUrlLineEdit</tabstop> |
287 <tabstop>micropythonDocuUrlLineEdit</tabstop> |
341 <tabstop>micropythonDocuUrlLineEdit</tabstop> |
288 <tabstop>circuitpythonDocuUrlLineEdit</tabstop> |
342 <tabstop>circuitpythonDocuUrlLineEdit</tabstop> |
289 <tabstop>microbitDocuUrlLineEdit</tabstop> |
343 <tabstop>microbitDocuUrlLineEdit</tabstop> |
290 </tabstops> |
344 </tabstops> |
291 <resources/> |
345 <resources/> |