Skip to content

Commit a137c7d

Browse files
committed
Disable autoExclusive on Radio Buttons
1 parent 0dbfef7 commit a137c7d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

mainwindow.ui

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
<x>10</x>
376376
<y>10</y>
377377
<width>421</width>
378-
<height>411</height>
378+
<height>417</height>
379379
</rect>
380380
</property>
381381
<layout class="QGridLayout" name="commonGridLayout">
@@ -612,6 +612,9 @@
612612
<property name="checked">
613613
<bool>true</bool>
614614
</property>
615+
<property name="autoExclusive">
616+
<bool>false</bool>
617+
</property>
615618
</widget>
616619
</item>
617620
<item>
@@ -625,6 +628,9 @@
625628
<property name="checked">
626629
<bool>false</bool>
627630
</property>
631+
<property name="autoExclusive">
632+
<bool>false</bool>
633+
</property>
628634
</widget>
629635
</item>
630636
</layout>
@@ -645,6 +651,9 @@
645651
<property name="checked">
646652
<bool>true</bool>
647653
</property>
654+
<property name="autoExclusive">
655+
<bool>false</bool>
656+
</property>
648657
</widget>
649658
</item>
650659
<item>
@@ -655,6 +664,9 @@
655664
<property name="text">
656665
<string>Imperial</string>
657666
</property>
667+
<property name="autoExclusive">
668+
<bool>false</bool>
669+
</property>
658670
</widget>
659671
</item>
660672
</layout>
@@ -751,6 +763,9 @@
751763
<property name="checked">
752764
<bool>true</bool>
753765
</property>
766+
<property name="autoExclusive">
767+
<bool>false</bool>
768+
</property>
754769
</widget>
755770
</item>
756771
<item>
@@ -761,6 +776,9 @@
761776
<property name="text">
762777
<string>Y axis</string>
763778
</property>
779+
<property name="autoExclusive">
780+
<bool>false</bool>
781+
</property>
764782
</widget>
765783
</item>
766784
</layout>

0 commit comments

Comments
 (0)