eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 8051
b78279548993
parent 8038
73ec029d4107
child 8053
5316e335722f
equal deleted inserted replaced
8050:2090a7b8a326 8051:b78279548993
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>984</height> 10 <height>1001</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">
355 <item> 355 <item>
356 <widget class="QGroupBox" name="groupBox_11"> 356 <widget class="QGroupBox" name="groupBox_11">
357 <property name="title"> 357 <property name="title">
358 <string>Calliope mini:</string> 358 <string>Calliope mini:</string>
359 </property> 359 </property>
360 <layout class="QGridLayout" name="gridLayout_8"> 360 <layout class="QGridLayout" name="gridLayout_4">
361 <item row="0" column="0"> 361 <item row="0" column="0">
362 <widget class="QLabel" name="label_21"> 362 <widget class="QLabel" name="label_21">
363 <property name="text"> 363 <property name="text">
364 <string>Firmware:</string> 364 <string>Firmware:</string>
365 </property> 365 </property>
371 <string>Enter the URL for the Callope mini Firmware</string> 371 <string>Enter the URL for the Callope mini Firmware</string>
372 </property> 372 </property>
373 </widget> 373 </widget>
374 </item> 374 </item>
375 <item row="1" column="0"> 375 <item row="1" column="0">
376 <widget class="QLabel" name="label_5">
377 <property name="text">
378 <string>MicroPython:</string>
379 </property>
380 </widget>
381 </item>
382 <item row="1" column="1">
383 <widget class="E5ClearableLineEdit" name="calliopeMicroPythonUrlLineEdit">
384 <property name="toolTip">
385 <string>Enter the URL for the Calliope mini MicroPython Firmware</string>
386 </property>
387 </widget>
388 </item>
389 <item row="2" column="0">
376 <widget class="QLabel" name="label_20"> 390 <widget class="QLabel" name="label_20">
377 <property name="text"> 391 <property name="text">
378 <string>Documentation:</string> 392 <string>Documentation:</string>
379 </property> 393 </property>
380 </widget> 394 </widget>
381 </item> 395 </item>
382 <item row="1" column="1"> 396 <item row="2" column="1">
383 <widget class="E5ClearableLineEdit" name="calliopeDocuUrlLineEdit"> 397 <widget class="E5ClearableLineEdit" name="calliopeDocuUrlLineEdit">
384 <property name="toolTip"> 398 <property name="toolTip">
385 <string>Enter the URL for the Calliope mini MicroPython documentation</string> 399 <string>Enter the URL for the Calliope mini MicroPython documentation</string>
386 </property> 400 </property>
387 </widget> 401 </widget>
431 <tabstop>circuitpythonDocuUrlLineEdit</tabstop> 445 <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
432 <tabstop>microbitFirmwareUrlLineEdit</tabstop> 446 <tabstop>microbitFirmwareUrlLineEdit</tabstop>
433 <tabstop>microbitMicroPythonUrlLineEdit</tabstop> 447 <tabstop>microbitMicroPythonUrlLineEdit</tabstop>
434 <tabstop>microbitDocuUrlLineEdit</tabstop> 448 <tabstop>microbitDocuUrlLineEdit</tabstop>
435 <tabstop>calliopeFirmwareUrlLineEdit</tabstop> 449 <tabstop>calliopeFirmwareUrlLineEdit</tabstop>
450 <tabstop>calliopeMicroPythonUrlLineEdit</tabstop>
436 <tabstop>calliopeDocuUrlLineEdit</tabstop> 451 <tabstop>calliopeDocuUrlLineEdit</tabstop>
437 </tabstops> 452 </tabstops>
438 <resources/> 453 <resources/>
439 <connections/> 454 <connections/>
440 </ui> 455 </ui>

eric ide

mercurial