Skip to content

Commit

Permalink
Add radio buttons to button groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Sep 28, 2024
1 parent 026e06d commit d32aac3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/qvoptionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -738,13 +738,19 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">fileSortButtonGroup</string>
</attribute>
</widget>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="descendingRadioButton1">
<property name="text">
<string>D&amp;escending</string>
</property>
<attribute name="buttonGroup">
<string notr="true">fileSortButtonGroup</string>
</attribute>
</widget>
</item>
<item row="4" column="1">
Expand Down Expand Up @@ -1145,13 +1151,19 @@
<property name="text">
<string>Click</string>
</property>
<attribute name="buttonGroup">
<string notr="true">mouseMiddleButtonModeButtonGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="middleButtonModeDragRadioButton">
<property name="text">
<string>Drag</string>
</property>
<attribute name="buttonGroup">
<string notr="true">mouseMiddleButtonModeButtonGroup</string>
</attribute>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -1461,4 +1473,8 @@
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="fileSortButtonGroup"/>
<buttongroup name="mouseMiddleButtonModeButtonGroup"/>
</buttongroups>
</ui>

0 comments on commit d32aac3

Please sign in to comment.