Skip to content

Commit 435e42a

Browse files
committed
test panel - make mode buttons not checkable
The indicator shows state, so we don't need to chow checked state. in a real panel the buttons would be momentary buttons anyways
1 parent 0c50a8d commit 435e42a

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

configs/sim/axis/panel.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<string>Manual</string>
193193
</property>
194194
<property name="checkable">
195-
<bool>true</bool>
195+
<bool>false</bool>
196196
</property>
197197
<property name="autoExclusive">
198198
<bool>true</bool>
@@ -217,7 +217,7 @@
217217
<string>MDI</string>
218218
</property>
219219
<property name="checkable">
220-
<bool>true</bool>
220+
<bool>false</bool>
221221
</property>
222222
<property name="autoExclusive">
223223
<bool>true</bool>
@@ -242,7 +242,7 @@
242242
<string>Auto</string>
243243
</property>
244244
<property name="checkable">
245-
<bool>true</bool>
245+
<bool>false</bool>
246246
</property>
247247
<property name="autoExclusive">
248248
<bool>true</bool>

configs/sim/gmoccapy/panel.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>313</width>
10-
<height>467</height>
9+
<width>404</width>
10+
<height>537</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -195,7 +195,7 @@
195195
<bool>true</bool>
196196
</property>
197197
<property name="autoExclusive">
198-
<bool>true</bool>
198+
<bool>false</bool>
199199
</property>
200200
<property name="pin_name" stdset="0">
201201
<string>manual-mode</string>
@@ -220,7 +220,7 @@
220220
<bool>true</bool>
221221
</property>
222222
<property name="autoExclusive">
223-
<bool>true</bool>
223+
<bool>false</bool>
224224
</property>
225225
<property name="pin_name" stdset="0">
226226
<string>mdi-mode</string>
@@ -242,7 +242,7 @@
242242
<string>Auto</string>
243243
</property>
244244
<property name="checkable">
245-
<bool>true</bool>
245+
<bool>false</bool>
246246
</property>
247247
<property name="autoExclusive">
248248
<bool>true</bool>
@@ -341,7 +341,7 @@
341341
<rect>
342342
<x>0</x>
343343
<y>0</y>
344-
<width>313</width>
344+
<width>404</width>
345345
<height>22</height>
346346
</rect>
347347
</property>

configs/sim/qtdragon/qtdragon_xyz/panel.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<string>Manual</string>
193193
</property>
194194
<property name="checkable">
195-
<bool>true</bool>
195+
<bool>false</bool>
196196
</property>
197197
<property name="autoExclusive">
198198
<bool>true</bool>
@@ -217,7 +217,7 @@
217217
<string>MDI</string>
218218
</property>
219219
<property name="checkable">
220-
<bool>true</bool>
220+
<bool>false</bool>
221221
</property>
222222
<property name="autoExclusive">
223223
<bool>true</bool>
@@ -242,7 +242,7 @@
242242
<string>Auto</string>
243243
</property>
244244
<property name="checkable">
245-
<bool>true</bool>
245+
<bool>false</bool>
246246
</property>
247247
<property name="autoExclusive">
248248
<bool>true</bool>

0 commit comments

Comments
 (0)