|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>1487</width> |
10 | | - <height>870</height> |
| 9 | + <width>1180</width> |
| 10 | + <height>701</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
87 | 87 | <string>Read lisp code from connected VESC</string> |
88 | 88 | </property> |
89 | 89 | <property name="text"> |
90 | | - <string>Read Existing</string> |
| 90 | + <string>Read</string> |
91 | 91 | </property> |
92 | 92 | <property name="icon"> |
93 | 93 | <iconset resource="../res.qrc"> |
|
98 | 98 | </property> |
99 | 99 | </widget> |
100 | 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 | 101 | <item> |
115 | 102 | <widget class="QPushButton" name="helpButton"> |
116 | 103 | <property name="toolTip"> |
|
128 | 115 | </property> |
129 | 116 | </widget> |
130 | 117 | </item> |
| 118 | + <item> |
| 119 | + <spacer name="horizontalSpacer"> |
| 120 | + <property name="orientation"> |
| 121 | + <enum>Qt::Horizontal</enum> |
| 122 | + </property> |
| 123 | + <property name="sizeHint" stdset="0"> |
| 124 | + <size> |
| 125 | + <width>40</width> |
| 126 | + <height>20</height> |
| 127 | + </size> |
| 128 | + </property> |
| 129 | + </spacer> |
| 130 | + </item> |
131 | 131 | </layout> |
132 | 132 | </item> |
133 | 133 | <item> |
|
149 | 149 | </widget> |
150 | 150 | <widget class="QWidget" name="layoutWidget2"> |
151 | 151 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 152 | + <property name="spacing"> |
| 153 | + <number>3</number> |
| 154 | + </property> |
152 | 155 | <item> |
153 | 156 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
154 | 157 | <item> |
155 | | - <widget class="QPushButton" name="runButton"> |
156 | | - <property name="text"> |
157 | | - <string>Run</string> |
| 158 | + <widget class="QRadioButton" name="pollOffButton"> |
| 159 | + <property name="toolTip"> |
| 160 | + <string>Data polling disabled</string> |
158 | 161 | </property> |
159 | | - <property name="icon"> |
160 | | - <iconset resource="../res.qrc"> |
161 | | - <normaloff>:/res/icons/Circled Play-96.png</normaloff>:/res/icons/Circled Play-96.png</iconset> |
| 162 | + <property name="text"> |
| 163 | + <string>Poll Off</string> |
162 | 164 | </property> |
163 | | - <property name="flat"> |
| 165 | + <property name="checked"> |
164 | 166 | <bool>true</bool> |
165 | 167 | </property> |
166 | 168 | </widget> |
167 | 169 | </item> |
168 | 170 | <item> |
169 | | - <widget class="QPushButton" name="stopButton"> |
170 | | - <property name="text"> |
171 | | - <string>Stop</string> |
172 | | - </property> |
173 | | - <property name="icon"> |
174 | | - <iconset resource="../res.qrc"> |
175 | | - <normaloff>:/res/icons/Shutdown-96.png</normaloff>:/res/icons/Shutdown-96.png</iconset> |
| 171 | + <widget class="QRadioButton" name="pollVtButton"> |
| 172 | + <property name="toolTip"> |
| 173 | + <string>Poll variables starting with vt only</string> |
176 | 174 | </property> |
177 | | - <property name="flat"> |
178 | | - <bool>true</bool> |
| 175 | + <property name="text"> |
| 176 | + <string>Poll VT</string> |
179 | 177 | </property> |
180 | 178 | </widget> |
181 | 179 | </item> |
182 | 180 | <item> |
183 | | - <widget class="QCheckBox" name="pollBox"> |
| 181 | + <widget class="QRadioButton" name="pollAllButton"> |
| 182 | + <property name="toolTip"> |
| 183 | + <string>Poll all variables</string> |
| 184 | + </property> |
184 | 185 | <property name="text"> |
185 | | - <string>Poll Status</string> |
| 186 | + <string>Poll All</string> |
186 | 187 | </property> |
187 | 188 | </widget> |
188 | 189 | </item> |
| 190 | + <item> |
| 191 | + <spacer name="horizontalSpacer_3"> |
| 192 | + <property name="orientation"> |
| 193 | + <enum>Qt::Horizontal</enum> |
| 194 | + </property> |
| 195 | + <property name="sizeHint" stdset="0"> |
| 196 | + <size> |
| 197 | + <width>40</width> |
| 198 | + <height>20</height> |
| 199 | + </size> |
| 200 | + </property> |
| 201 | + </spacer> |
| 202 | + </item> |
189 | 203 | <item> |
190 | 204 | <widget class="QSpinBox" name="pollRateBox"> |
| 205 | + <property name="toolTip"> |
| 206 | + <string>Poll Rate</string> |
| 207 | + </property> |
191 | 208 | <property name="suffix"> |
192 | 209 | <string> Hz</string> |
193 | 210 | </property> |
|
277 | 294 | </widget> |
278 | 295 | </item> |
279 | 296 | <item> |
280 | | - <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 297 | + <layout class="QHBoxLayout" name="horizontalLayout_11"> |
281 | 298 | <item> |
282 | | - <widget class="QLabel" name="label_6"> |
| 299 | + <widget class="QPushButton" name="runButton"> |
| 300 | + <property name="toolTip"> |
| 301 | + <string>Run or re-run evaluator</string> |
| 302 | + </property> |
283 | 303 | <property name="text"> |
284 | | - <string>Stream Mode:</string> |
| 304 | + <string>Run</string> |
285 | 305 | </property> |
286 | | - <property name="alignment"> |
287 | | - <set>Qt::AlignCenter</set> |
| 306 | + <property name="icon"> |
| 307 | + <iconset resource="../res.qrc"> |
| 308 | + <normaloff>:/res/icons/Circled Play-96.png</normaloff>:/res/icons/Circled Play-96.png</iconset> |
| 309 | + </property> |
| 310 | + <property name="flat"> |
| 311 | + <bool>true</bool> |
288 | 312 | </property> |
289 | 313 | </widget> |
290 | 314 | </item> |
291 | 315 | <item> |
292 | | - <widget class="QComboBox" name="streamModeBox"> |
293 | | - <property name="currentIndex"> |
294 | | - <number>1</number> |
| 316 | + <widget class="QPushButton" name="stopButton"> |
| 317 | + <property name="toolTip"> |
| 318 | + <string>Stop evaluator</string> |
| 319 | + </property> |
| 320 | + <property name="text"> |
| 321 | + <string>Stop</string> |
| 322 | + </property> |
| 323 | + <property name="icon"> |
| 324 | + <iconset resource="../res.qrc"> |
| 325 | + <normaloff>:/res/icons/Shutdown-96.png</normaloff>:/res/icons/Shutdown-96.png</iconset> |
| 326 | + </property> |
| 327 | + <property name="flat"> |
| 328 | + <bool>true</bool> |
295 | 329 | </property> |
296 | | - <item> |
297 | | - <property name="text"> |
298 | | - <string>Load on top</string> |
299 | | - </property> |
300 | | - </item> |
301 | | - <item> |
302 | | - <property name="text"> |
303 | | - <string>Reset & Load</string> |
304 | | - </property> |
305 | | - </item> |
306 | | - <item> |
307 | | - <property name="text"> |
308 | | - <string>Reload Flash & Load</string> |
309 | | - </property> |
310 | | - </item> |
311 | 330 | </widget> |
312 | 331 | </item> |
313 | 332 | <item> |
314 | | - <spacer name="horizontalSpacer_2"> |
| 333 | + <spacer name="horizontalSpacer_4"> |
315 | 334 | <property name="orientation"> |
316 | 335 | <enum>Qt::Horizontal</enum> |
317 | 336 | </property> |
|
338 | 357 | </item> |
339 | 358 | </layout> |
340 | 359 | </item> |
| 360 | + <item> |
| 361 | + <widget class="QComboBox" name="streamModeBox"> |
| 362 | + <property name="toolTip"> |
| 363 | + <string>Stream Mode</string> |
| 364 | + </property> |
| 365 | + <property name="currentIndex"> |
| 366 | + <number>1</number> |
| 367 | + </property> |
| 368 | + <property name="frame"> |
| 369 | + <bool>false</bool> |
| 370 | + </property> |
| 371 | + <item> |
| 372 | + <property name="text"> |
| 373 | + <string>After Stream: Load on top</string> |
| 374 | + </property> |
| 375 | + </item> |
| 376 | + <item> |
| 377 | + <property name="text"> |
| 378 | + <string>After Stream: Reset & Load</string> |
| 379 | + </property> |
| 380 | + </item> |
| 381 | + <item> |
| 382 | + <property name="text"> |
| 383 | + <string>After Stream: Reload Flash & Load</string> |
| 384 | + </property> |
| 385 | + </item> |
| 386 | + </widget> |
| 387 | + </item> |
341 | 388 | </layout> |
342 | 389 | </widget> |
343 | 390 | </widget> |
|
0 commit comments