Mon, 13 Apr 2020 16:26:46 +0200
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
7079
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>MicroPythonPage</class> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QWidget" name="MicroPythonPage"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
7140
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
9 | <width>476</width> |
7328 | 10 | <height>869</height> |
7079
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <layout class="QVBoxLayout" name="verticalLayout"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <widget class="QLabel" name="headerLabel"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="text"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <string><b>Configure MicroPython</b></string> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </widget> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <widget class="Line" name="line9_3"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <property name="frameShape"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <enum>QFrame::HLine</enum> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <property name="frameShadow"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <enum>QFrame::Sunken</enum> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <property name="orientation"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <enum>Qt::Horizontal</enum> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </widget> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <item> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
35 | <widget class="QGroupBox" name="groupBox_2"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
36 | <property name="title"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
37 | <string>Serial Link</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
38 | </property> |
7135
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
39 | <layout class="QGridLayout" name="gridLayout_2"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
40 | <item row="0" column="0"> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
41 | <widget class="QLabel" name="label_2"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
42 | <property name="text"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
43 | <string>Timeout for Serial Link Communication:</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
44 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
45 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
46 | </item> |
7135
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
47 | <item row="0" column="1"> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
48 | <widget class="QSpinBox" name="timeoutSpinBox"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
49 | <property name="toolTip"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
50 | <string>Enter the timout value</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
51 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
52 | <property name="alignment"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
53 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
54 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
55 | <property name="suffix"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
56 | <string> s</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
57 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
58 | <property name="minimum"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
59 | <number>1</number> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
60 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
61 | <property name="maximum"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
62 | <number>30</number> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
63 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
64 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
65 | </item> |
7135
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
66 | <item row="0" column="2"> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
67 | <spacer name="horizontalSpacer"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
68 | <property name="orientation"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
69 | <enum>Qt::Horizontal</enum> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
70 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
71 | <property name="sizeHint" stdset="0"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
72 | <size> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
73 | <width>195</width> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
74 | <height>20</height> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
75 | </size> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
76 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
77 | </spacer> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
78 | </item> |
7135
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
79 | <item row="1" column="0" colspan="3"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
80 | <widget class="QCheckBox" name="syncTimeCheckBox"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
81 | <property name="sizePolicy"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
82 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
83 | <horstretch>0</horstretch> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
84 | <verstretch>0</verstretch> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
85 | </sizepolicy> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
86 | </property> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
87 | <property name="toolTip"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
88 | <string>Select to synchronize the time after connection is established</string> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
89 | </property> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
90 | <property name="text"> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
91 | <string>Synchronize Time at Connect</string> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
92 | </property> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
93 | </widget> |
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
94 | </item> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
95 | </layout> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
96 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
97 | </item> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
98 | <item> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
99 | <widget class="QGroupBox" name="groupBox"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
100 | <property name="title"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
101 | <string>REPL Pane</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
102 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
103 | <layout class="QGridLayout" name="gridLayout"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
104 | <item row="0" column="0"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
105 | <widget class="QLabel" name="label"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
106 | <property name="text"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
107 | <string>Color Scheme for ANSI Escape Codes:</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
108 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
109 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
110 | </item> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
111 | <item row="0" column="1"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
112 | <widget class="QComboBox" name="colorSchemeComboBox"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
113 | <property name="sizePolicy"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
114 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
115 | <horstretch>0</horstretch> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
116 | <verstretch>0</verstretch> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
117 | </sizepolicy> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
118 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
119 | <property name="toolTip"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
120 | <string>Select the color scheme to be applied for ANSI color escape codes</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
121 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
122 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
123 | </item> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
124 | <item row="1" column="0" colspan="2"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
125 | <widget class="QCheckBox" name="replWrapCheckBox"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
126 | <property name="toolTip"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
127 | <string>Select to wrap long line in the REPL pane</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
128 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
129 | <property name="text"> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
130 | <string>Wrap long lines</string> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
131 | </property> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
132 | </widget> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
133 | </item> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
134 | </layout> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
135 | </widget> |
7079
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | </item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <item> |
7535
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
138 | <widget class="QGroupBox" name="groupBox_7"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
139 | <property name="title"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
140 | <string>Chart Pane</string> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
141 | </property> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
142 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
143 | <item> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
144 | <widget class="QLabel" name="label_11"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
145 | <property name="text"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
146 | <string>Color Theme:</string> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
147 | </property> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
148 | </widget> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
149 | </item> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
150 | <item> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
151 | <widget class="QComboBox" name="chartThemeComboBox"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
152 | <property name="sizePolicy"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
153 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
154 | <horstretch>0</horstretch> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
155 | <verstretch>0</verstretch> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
156 | </sizepolicy> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
157 | </property> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
158 | <property name="toolTip"> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
159 | <string>Select the color scheme of the chart</string> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
160 | </property> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
161 | </widget> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
162 | </item> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
163 | </layout> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
164 | </widget> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
165 | </item> |
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
166 | <item> |
7140
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
167 | <widget class="QGroupBox" name="groupBox_3"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
168 | <property name="title"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
169 | <string>MPY Cross Compiler</string> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
170 | </property> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
171 | <layout class="QHBoxLayout" name="horizontalLayout"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
172 | <item> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
173 | <widget class="QLabel" name="label_3"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
174 | <property name="text"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
175 | <string>Program:</string> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
176 | </property> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
177 | </widget> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
178 | </item> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
179 | <item> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
180 | <widget class="E5PathPicker" name="mpyCrossPicker" native="true"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
181 | <property name="sizePolicy"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
182 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
183 | <horstretch>0</horstretch> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
184 | <verstretch>0</verstretch> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
185 | </sizepolicy> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
186 | </property> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
187 | <property name="focusPolicy"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
188 | <enum>Qt::WheelFocus</enum> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
189 | </property> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
190 | <property name="toolTip"> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
191 | <string>Enter the path of the cross compiler executable</string> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
192 | </property> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
193 | </widget> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
194 | </item> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
195 | </layout> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
196 | </widget> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
197 | </item> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
198 | <item> |
7327 | 199 | <widget class="QGroupBox" name="groupBox_5"> |
200 | <property name="title"> | |
201 | <string>PyBoard</string> | |
202 | </property> | |
203 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
204 | <item> | |
205 | <widget class="QLabel" name="label_7"> | |
206 | <property name="text"> | |
207 | <string>dfu-util Path:</string> | |
208 | </property> | |
209 | </widget> | |
210 | </item> | |
211 | <item> | |
212 | <widget class="E5PathPicker" name="dfuUtilPathPicker" native="true"> | |
213 | <property name="sizePolicy"> | |
214 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> | |
215 | <horstretch>0</horstretch> | |
216 | <verstretch>0</verstretch> | |
217 | </sizepolicy> | |
218 | </property> | |
219 | <property name="focusPolicy"> | |
220 | <enum>Qt::WheelFocus</enum> | |
221 | </property> | |
222 | <property name="toolTip"> | |
223 | <string>Enter the path of the dfu-util flashing executable</string> | |
224 | </property> | |
225 | </widget> | |
226 | </item> | |
227 | </layout> | |
228 | </widget> | |
229 | </item> | |
230 | <item> | |
7328 | 231 | <widget class="QGroupBox" name="groupBox_6"> |
232 | <property name="title"> | |
233 | <string>Firmware</string> | |
234 | </property> | |
235 | <layout class="QGridLayout" name="gridLayout_4"> | |
236 | <item row="0" column="0"> | |
237 | <widget class="QLabel" name="label_8"> | |
238 | <property name="text"> | |
239 | <string>MicroPython:</string> | |
240 | </property> | |
241 | </widget> | |
242 | </item> | |
243 | <item row="0" column="1"> | |
244 | <widget class="E5ClearableLineEdit" name="micropythonFirmwareUrlLineEdit"> | |
245 | <property name="toolTip"> | |
246 | <string>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</string> | |
247 | </property> | |
248 | </widget> | |
249 | </item> | |
250 | <item row="1" column="0"> | |
251 | <widget class="QLabel" name="label_10"> | |
252 | <property name="text"> | |
253 | <string>CircuitPython:</string> | |
254 | </property> | |
255 | </widget> | |
256 | </item> | |
257 | <item row="1" column="1"> | |
258 | <widget class="E5ClearableLineEdit" name="circuitpythonFirmwareUrlLineEdit"> | |
259 | <property name="toolTip"> | |
260 | <string>Enter the URL for the CircuitPython firmware</string> | |
261 | </property> | |
262 | </widget> | |
263 | </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 | </layout> | |
279 | </widget> | |
280 | </item> | |
281 | <item> | |
7161
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
282 | <widget class="QGroupBox" name="groupBox_4"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
283 | <property name="title"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
284 | <string>Documentation</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
285 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
286 | <layout class="QGridLayout" name="gridLayout_3"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
287 | <item row="0" column="0"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
288 | <widget class="QLabel" name="label_4"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
289 | <property name="text"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
290 | <string>MicroPython:</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
291 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
292 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
293 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
294 | <item row="0" column="1"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
295 | <widget class="E5ClearableLineEdit" name="micropythonDocuUrlLineEdit"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
296 | <property name="toolTip"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
297 | <string>Enter the URL for the MicroPython documentation</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
298 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
299 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
300 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
301 | <item row="1" column="0"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
302 | <widget class="QLabel" name="label_5"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
303 | <property name="text"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
304 | <string>CircuitPython:</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
305 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
306 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
307 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
308 | <item row="1" column="1"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
309 | <widget class="E5ClearableLineEdit" name="circuitpythonDocuUrlLineEdit"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
310 | <property name="toolTip"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
311 | <string>Enter the URL for the CircuitPython documentation</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
312 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
313 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
314 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
315 | <item row="2" column="0"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
316 | <widget class="QLabel" name="label_6"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
317 | <property name="text"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
318 | <string>BBC micro:bit:</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
319 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
320 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
321 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
322 | <item row="2" column="1"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
323 | <widget class="E5ClearableLineEdit" name="microbitDocuUrlLineEdit"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
324 | <property name="toolTip"> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
325 | <string>Enter the URL for the BBC micro:bit MicroPython documentation</string> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
326 | </property> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
327 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
328 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
329 | </layout> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
330 | </widget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
331 | </item> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
332 | <item> |
7079
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
333 | <spacer name="verticalSpacer"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
334 | <property name="orientation"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
335 | <enum>Qt::Vertical</enum> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
336 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
337 | <property name="sizeHint" stdset="0"> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
338 | <size> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
339 | <width>20</width> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
340 | <height>252</height> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
341 | </size> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
342 | </property> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
343 | </spacer> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
344 | </item> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
345 | </layout> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
346 | </widget> |
7140
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
347 | <customwidgets> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
348 | <customwidget> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
349 | <class>E5PathPicker</class> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
350 | <extends>QWidget</extends> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
351 | <header>E5Gui/E5PathPicker.h</header> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
352 | <container>1</container> |
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
353 | </customwidget> |
7161
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
354 | <customwidget> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
355 | <class>E5ClearableLineEdit</class> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
356 | <extends>QLineEdit</extends> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
357 | <header>E5Gui/E5LineEdit.h</header> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
358 | </customwidget> |
7140
22f5fd76c10f
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7135
diff
changeset
|
359 | </customwidgets> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
360 | <tabstops> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
361 | <tabstop>timeoutSpinBox</tabstop> |
7135
44fcfc99b864
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7099
diff
changeset
|
362 | <tabstop>syncTimeCheckBox</tabstop> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
363 | <tabstop>colorSchemeComboBox</tabstop> |
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
364 | <tabstop>replWrapCheckBox</tabstop> |
7535
dac9bc72a0f3
MicroPython: made the chart widget color scheme aware and added a config option to configure a specific chart color theme.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7328
diff
changeset
|
365 | <tabstop>chartThemeComboBox</tabstop> |
7161
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
366 | <tabstop>mpyCrossPicker</tabstop> |
7327 | 367 | <tabstop>dfuUtilPathPicker</tabstop> |
7328 | 368 | <tabstop>micropythonFirmwareUrlLineEdit</tabstop> |
369 | <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> | |
370 | <tabstop>microbitFirmwareUrlLineEdit</tabstop> | |
7161
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
371 | <tabstop>micropythonDocuUrlLineEdit</tabstop> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
372 | <tabstop>circuitpythonDocuUrlLineEdit</tabstop> |
728018c32b09
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7140
diff
changeset
|
373 | <tabstop>microbitDocuUrlLineEdit</tabstop> |
7099
89f11ae6bec3
Preferences: added an option to configure the REPL pane line wrap mode.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
7086
diff
changeset
|
374 | </tabstops> |
7079
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | <resources/> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | <connections/> |
d1564b590677
Preferences: added a configuration pyge for the MicroPython interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | </ui> |