eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 8032
76375aa6bc04
parent 7749
285855999b4e
child 8038
73ec029d4107
equal deleted inserted replaced
8030:b356d92d4e02 8032:76375aa6bc04
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>476</width> 9 <width>476</width>
10 <height>821</height> 10 <height>911</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
226 </item> 226 </item>
227 </layout> 227 </layout>
228 </widget> 228 </widget>
229 </item> 229 </item>
230 <item> 230 <item>
231 <widget class="QGroupBox" name="groupBox_6"> 231 <widget class="QGroupBox" name="groupBox_8">
232 <property name="title"> 232 <property name="title">
233 <string>Firmware</string> 233 <string>MicroPython</string>
234 </property> 234 </property>
235 <layout class="QGridLayout" name="gridLayout_4"> 235 <layout class="QGridLayout" name="gridLayout_5">
236 <item row="0" column="0"> 236 <item row="0" column="0">
237 <widget class="QLabel" name="label_8"> 237 <widget class="QLabel" name="label_14">
238 <property name="text"> 238 <property name="text">
239 <string>MicroPython:</string> 239 <string>Firmware:</string>
240 </property> 240 </property>
241 </widget> 241 </widget>
242 </item> 242 </item>
243 <item row="0" column="1"> 243 <item row="0" column="1">
244 <widget class="E5ClearableLineEdit" name="micropythonFirmwareUrlLineEdit"> 244 <widget class="E5ClearableLineEdit" name="micropythonFirmwareUrlLineEdit">
246 <string>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</string> 246 <string>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</string>
247 </property> 247 </property>
248 </widget> 248 </widget>
249 </item> 249 </item>
250 <item row="1" column="0"> 250 <item row="1" column="0">
251 <widget class="QLabel" name="label_10"> 251 <widget class="QLabel" name="label_15">
252 <property name="text"> 252 <property name="text">
253 <string>CircuitPython:</string> 253 <string>Documentation:</string>
254 </property> 254 </property>
255 </widget> 255 </widget>
256 </item> 256 </item>
257 <item row="1" column="1"> 257 <item row="1" column="1">
258 <widget class="E5ClearableLineEdit" name="micropythonDocuUrlLineEdit">
259 <property name="toolTip">
260 <string>Enter the URL for the MicroPython documentation</string>
261 </property>
262 </widget>
263 </item>
264 </layout>
265 </widget>
266 </item>
267 <item>
268 <widget class="QGroupBox" name="groupBox_9">
269 <property name="title">
270 <string>CircuitPython</string>
271 </property>
272 <layout class="QGridLayout" name="gridLayout_6">
273 <item row="0" column="0">
274 <widget class="QLabel" name="label_17">
275 <property name="text">
276 <string>Firmware:</string>
277 </property>
278 </widget>
279 </item>
280 <item row="0" column="1">
258 <widget class="E5ClearableLineEdit" name="circuitpythonFirmwareUrlLineEdit"> 281 <widget class="E5ClearableLineEdit" name="circuitpythonFirmwareUrlLineEdit">
259 <property name="toolTip"> 282 <property name="toolTip">
260 <string>Enter the URL for the CircuitPython firmware</string> 283 <string>Enter the URL for the CircuitPython firmware</string>
261 </property> 284 </property>
262 </widget> 285 </widget>
263 </item> 286 </item>
264 <item row="2" column="0">
265 <widget class="QLabel" name="label_9">
266 <property name="text">
267 <string>BBC micro:bit:</string>
268 </property>
269 </widget>
270 </item>
271 <item row="2" column="1">
272 <widget class="E5ClearableLineEdit" name="microbitFirmwareUrlLineEdit">
273 <property name="toolTip">
274 <string>Enter the URL for the BBC micro:bit Firmware</string>
275 </property>
276 </widget>
277 </item>
278 <item row="3" column="0">
279 <widget class="QLabel" name="label_13">
280 <property name="text">
281 <string>Calliope mini:</string>
282 </property>
283 </widget>
284 </item>
285 <item row="3" column="1">
286 <widget class="E5ClearableLineEdit" name="calliopeFirmwareUrlLineEdit">
287 <property name="toolTip">
288 <string>Enter the URL for the Callope mini Firmware</string>
289 </property>
290 </widget>
291 </item>
292 </layout>
293 </widget>
294 </item>
295 <item>
296 <widget class="QGroupBox" name="groupBox_4">
297 <property name="title">
298 <string>Documentation</string>
299 </property>
300 <layout class="QGridLayout" name="gridLayout_3">
301 <item row="0" column="0">
302 <widget class="QLabel" name="label_4">
303 <property name="text">
304 <string>MicroPython:</string>
305 </property>
306 </widget>
307 </item>
308 <item row="0" column="1">
309 <widget class="E5ClearableLineEdit" name="micropythonDocuUrlLineEdit">
310 <property name="toolTip">
311 <string>Enter the URL for the MicroPython documentation</string>
312 </property>
313 </widget>
314 </item>
315 <item row="1" column="0"> 287 <item row="1" column="0">
316 <widget class="QLabel" name="label_5"> 288 <widget class="QLabel" name="label_16">
317 <property name="text"> 289 <property name="text">
318 <string>CircuitPython:</string> 290 <string>Documentation:</string>
319 </property> 291 </property>
320 </widget> 292 </widget>
321 </item> 293 </item>
322 <item row="1" column="1"> 294 <item row="1" column="1">
323 <widget class="E5ClearableLineEdit" name="circuitpythonDocuUrlLineEdit"> 295 <widget class="E5ClearableLineEdit" name="circuitpythonDocuUrlLineEdit">
324 <property name="toolTip"> 296 <property name="toolTip">
325 <string>Enter the URL for the CircuitPython documentation</string> 297 <string>Enter the URL for the CircuitPython documentation</string>
326 </property> 298 </property>
327 </widget> 299 </widget>
328 </item> 300 </item>
329 <item row="2" column="0"> 301 </layout>
330 <widget class="QLabel" name="label_6"> 302 </widget>
331 <property name="text"> 303 </item>
332 <string>BBC micro:bit:</string> 304 <item>
333 </property> 305 <widget class="QGroupBox" name="groupBox_10">
334 </widget> 306 <property name="title">
335 </item> 307 <string>BBC micro:bit</string>
336 <item row="2" column="1"> 308 </property>
309 <layout class="QGridLayout" name="gridLayout_7">
310 <item row="0" column="0">
311 <widget class="QLabel" name="label_18">
312 <property name="text">
313 <string>Firmware:</string>
314 </property>
315 </widget>
316 </item>
317 <item row="0" column="1">
318 <widget class="E5ClearableLineEdit" name="microbitFirmwareUrlLineEdit">
319 <property name="toolTip">
320 <string>Enter the URL for the BBC micro:bit Firmware</string>
321 </property>
322 </widget>
323 </item>
324 <item row="1" column="0">
325 <widget class="QLabel" name="label_19">
326 <property name="text">
327 <string>Documentation:</string>
328 </property>
329 </widget>
330 </item>
331 <item row="1" column="1">
337 <widget class="E5ClearableLineEdit" name="microbitDocuUrlLineEdit"> 332 <widget class="E5ClearableLineEdit" name="microbitDocuUrlLineEdit">
338 <property name="toolTip"> 333 <property name="toolTip">
339 <string>Enter the URL for the BBC micro:bit MicroPython documentation</string> 334 <string>Enter the URL for the BBC micro:bit MicroPython documentation</string>
340 </property> 335 </property>
341 </widget> 336 </widget>
342 </item> 337 </item>
343 <item row="3" column="0"> 338 </layout>
344 <widget class="QLabel" name="label_12"> 339 </widget>
345 <property name="text"> 340 </item>
346 <string>Calliope mini:</string> 341 <item>
347 </property> 342 <widget class="QGroupBox" name="groupBox_11">
348 </widget> 343 <property name="title">
349 </item> 344 <string>Calliope mini:</string>
350 <item row="3" column="1"> 345 </property>
346 <layout class="QGridLayout" name="gridLayout_8">
347 <item row="0" column="0">
348 <widget class="QLabel" name="label_21">
349 <property name="text">
350 <string>Firmware:</string>
351 </property>
352 </widget>
353 </item>
354 <item row="0" column="1">
355 <widget class="E5ClearableLineEdit" name="calliopeFirmwareUrlLineEdit">
356 <property name="toolTip">
357 <string>Enter the URL for the Callope mini Firmware</string>
358 </property>
359 </widget>
360 </item>
361 <item row="1" column="0">
362 <widget class="QLabel" name="label_20">
363 <property name="text">
364 <string>Documentation:</string>
365 </property>
366 </widget>
367 </item>
368 <item row="1" column="1">
351 <widget class="E5ClearableLineEdit" name="calliopeDocuUrlLineEdit"> 369 <widget class="E5ClearableLineEdit" name="calliopeDocuUrlLineEdit">
352 <property name="toolTip"> 370 <property name="toolTip">
353 <string>Enter the URL for the Calliope mini MicroPython documentation</string> 371 <string>Enter the URL for the Calliope mini MicroPython documentation</string>
354 </property> 372 </property>
355 </widget> 373 </widget>
379 <tabstop>replWrapCheckBox</tabstop> 397 <tabstop>replWrapCheckBox</tabstop>
380 <tabstop>chartThemeComboBox</tabstop> 398 <tabstop>chartThemeComboBox</tabstop>
381 <tabstop>mpyCrossPicker</tabstop> 399 <tabstop>mpyCrossPicker</tabstop>
382 <tabstop>dfuUtilPathPicker</tabstop> 400 <tabstop>dfuUtilPathPicker</tabstop>
383 <tabstop>micropythonFirmwareUrlLineEdit</tabstop> 401 <tabstop>micropythonFirmwareUrlLineEdit</tabstop>
402 <tabstop>micropythonDocuUrlLineEdit</tabstop>
384 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> 403 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop>
404 <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
385 <tabstop>microbitFirmwareUrlLineEdit</tabstop> 405 <tabstop>microbitFirmwareUrlLineEdit</tabstop>
406 <tabstop>microbitDocuUrlLineEdit</tabstop>
386 <tabstop>calliopeFirmwareUrlLineEdit</tabstop> 407 <tabstop>calliopeFirmwareUrlLineEdit</tabstop>
387 <tabstop>micropythonDocuUrlLineEdit</tabstop>
388 <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
389 <tabstop>microbitDocuUrlLineEdit</tabstop>
390 <tabstop>calliopeDocuUrlLineEdit</tabstop> 408 <tabstop>calliopeDocuUrlLineEdit</tabstop>
391 </tabstops> 409 </tabstops>
392 <resources/> 410 <resources/>
393 <connections/> 411 <connections/>
394 </ui> 412 </ui>

eric ide

mercurial