Remove invisible GroupBoxes (they appear on Fusion)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
99f6a02a14
commit
6abd7ac673
1 changed files with 42 additions and 80 deletions
|
@ -43,7 +43,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>746</width>
|
<width>746</width>
|
||||||
<height>1202</height>
|
<height>1194</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||||
|
@ -64,47 +64,23 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="instanceSortBox">
|
<widget class="QRadioButton" name="sortByNameBtn">
|
||||||
<property name="title">
|
<property name="text">
|
||||||
<string/>
|
<string>By &name</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<attribute name="buttonGroup">
|
||||||
<bool>true</bool>
|
<string notr="true">sortingModeGroup</string>
|
||||||
|
</attribute>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="sortLastLaunchedBtn">
|
||||||
|
<property name="text">
|
||||||
|
<string>&By last launched</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<attribute name="buttonGroup">
|
||||||
<property name="leftMargin">
|
<string notr="true">sortingModeGroup</string>
|
||||||
<number>0</number>
|
</attribute>
|
||||||
</property>
|
|
||||||
<property name="topMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="sortByNameBtn">
|
|
||||||
<property name="text">
|
|
||||||
<string>By &name</string>
|
|
||||||
</property>
|
|
||||||
<attribute name="buttonGroup">
|
|
||||||
<string notr="true">sortingModeGroup</string>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="sortLastLaunchedBtn">
|
|
||||||
<property name="text">
|
|
||||||
<string>&By last launched</string>
|
|
||||||
</property>
|
|
||||||
<attribute name="buttonGroup">
|
|
||||||
<string notr="true">sortingModeGroup</string>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -131,48 +107,33 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBox">
|
<widget class="QRadioButton" name="askToRenameDirBtn">
|
||||||
<property name="title">
|
<property name="text">
|
||||||
<string/>
|
<string>Ask what to do</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<attribute name="buttonGroup">
|
||||||
<bool>true</bool>
|
<string notr="true">renamingBehaviorGroup</string>
|
||||||
|
</attribute>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="alwaysRenameDirBtn">
|
||||||
|
<property name="text">
|
||||||
|
<string>Always rename the folder</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
<attribute name="buttonGroup">
|
||||||
<property name="leftMargin">
|
<string notr="true">renamingBehaviorGroup</string>
|
||||||
<number>0</number>
|
</attribute>
|
||||||
</property>
|
</widget>
|
||||||
<property name="topMargin">
|
</item>
|
||||||
<number>0</number>
|
<item>
|
||||||
</property>
|
<widget class="QRadioButton" name="neverRenameDirBtn">
|
||||||
<property name="rightMargin">
|
<property name="text">
|
||||||
<number>0</number>
|
<string>Never rename the folder</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="bottomMargin">
|
<attribute name="buttonGroup">
|
||||||
<number>0</number>
|
<string notr="true">renamingBehaviorGroup</string>
|
||||||
</property>
|
</attribute>
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="askToRenameDirBtn">
|
|
||||||
<property name="text">
|
|
||||||
<string>Ask what to do</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="alwaysRenameDirBtn">
|
|
||||||
<property name="text">
|
|
||||||
<string>Always rename the folder</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QRadioButton" name="neverRenameDirBtn">
|
|
||||||
<property name="text">
|
|
||||||
<string>Never rename the folder</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -711,5 +672,6 @@
|
||||||
<connections/>
|
<connections/>
|
||||||
<buttongroups>
|
<buttongroups>
|
||||||
<buttongroup name="sortingModeGroup"/>
|
<buttongroup name="sortingModeGroup"/>
|
||||||
|
<buttongroup name="renamingBehaviorGroup"/>
|
||||||
</buttongroups>
|
</buttongroups>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue