|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MicroPythonReplWidget</class> |
|
4 <widget class="QWidget" name="MicroPythonReplWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>456</width> |
|
10 <height>548</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
16 <item> |
|
17 <widget class="QLabel" name="deviceIconLabel"> |
|
18 <property name="sizePolicy"> |
|
19 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
20 <horstretch>0</horstretch> |
|
21 <verstretch>0</verstretch> |
|
22 </sizepolicy> |
|
23 </property> |
|
24 <property name="minimumSize"> |
|
25 <size> |
|
26 <width>48</width> |
|
27 <height>48</height> |
|
28 </size> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item> |
|
33 <layout class="QGridLayout" name="gridLayout"> |
|
34 <item row="1" column="0" colspan="3"> |
|
35 <widget class="QLabel" name="deviceInfoLabel"> |
|
36 <property name="sizePolicy"> |
|
37 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
38 <horstretch>0</horstretch> |
|
39 <verstretch>0</verstretch> |
|
40 </sizepolicy> |
|
41 </property> |
|
42 <property name="wordWrap"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="0"> |
|
48 <widget class="QComboBox" name="deviceTypeComboBox"> |
|
49 <property name="sizePolicy"> |
|
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>0</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="0" column="2"> |
|
58 <widget class="E5Led" name="deviceConnectedLed" native="true"/> |
|
59 </item> |
|
60 <item row="0" column="1"> |
|
61 <widget class="QToolButton" name="checkButton"> |
|
62 <property name="toolTip"> |
|
63 <string>Press to check for connected devices</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </item> |
|
69 </layout> |
|
70 </item> |
|
71 <item> |
|
72 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
73 <item> |
|
74 <widget class="QToolButton" name="runButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Press to run the current script on the selected device</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item> |
|
81 <widget class="QToolButton" name="replButton"> |
|
82 <property name="toolTip"> |
|
83 <string>Press to open a terminal (REPL) on the selected device</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QToolButton" name="filesButton"> |
|
89 <property name="toolTip"> |
|
90 <string>Press to open a file manager on the selected device (REPL must be disconnected first)</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item> |
|
95 <widget class="QToolButton" name="chartButton"> |
|
96 <property name="toolTip"> |
|
97 <string>Press to open a chart window to display data receive from the selected device</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item> |
|
102 <spacer name="horizontalSpacer"> |
|
103 <property name="orientation"> |
|
104 <enum>Qt::Horizontal</enum> |
|
105 </property> |
|
106 <property name="sizeHint" stdset="0"> |
|
107 <size> |
|
108 <width>40</width> |
|
109 <height>20</height> |
|
110 </size> |
|
111 </property> |
|
112 </spacer> |
|
113 </item> |
|
114 <item> |
|
115 <widget class="QToolButton" name="disconnectButton"> |
|
116 <property name="toolTip"> |
|
117 <string>Press to disconnect the selected device</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 </layout> |
|
122 </item> |
|
123 <item> |
|
124 <widget class="QTextEdit" name="replEdit"/> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QLabel" name="statusLabel"/> |
|
128 </item> |
|
129 </layout> |
|
130 </widget> |
|
131 <customwidgets> |
|
132 <customwidget> |
|
133 <class>E5Led</class> |
|
134 <extends>QWidget</extends> |
|
135 <header>E5Gui/E5Led.h</header> |
|
136 <container>1</container> |
|
137 </customwidget> |
|
138 </customwidgets> |
|
139 <tabstops> |
|
140 <tabstop>deviceTypeComboBox</tabstop> |
|
141 <tabstop>checkButton</tabstop> |
|
142 <tabstop>runButton</tabstop> |
|
143 <tabstop>replButton</tabstop> |
|
144 <tabstop>filesButton</tabstop> |
|
145 <tabstop>chartButton</tabstop> |
|
146 <tabstop>disconnectButton</tabstop> |
|
147 <tabstop>replEdit</tabstop> |
|
148 </tabstops> |
|
149 <resources/> |
|
150 <connections/> |
|
151 </ui> |