Qt: Attempt to shorten Game Boy settings pane

This commit is contained in:
Vicki Pfau 2023-01-14 15:51:32 -08:00
parent 724b79b035
commit e49fe46c26
1 changed files with 34 additions and 42 deletions

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>885</width> <width>880</width>
<height>797</height> <height>700</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -95,7 +95,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QStackedWidget" name="stackedWidget"> <widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>9</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="av"> <widget class="QWidget" name="av">
<layout class="QVBoxLayout" name="formLayout"> <layout class="QVBoxLayout" name="formLayout">
@ -2091,45 +2091,37 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="5" column="0" colspan="2">
<widget class="QRadioButton" name="gbColor"> <layout class="QGridLayout" name="gridLayout_2">
<property name="text"> <item row="0" column="1">
<string>Default color palette only</string> <widget class="QRadioButton" name="sgbColor">
</property> <property name="text">
<attribute name="buttonGroup"> <string>SGB color palette if available</string>
<string notr="true">gbColors</string> </property>
</attribute> </widget>
</widget> </item>
</item> <item row="0" column="0">
<item row="6" column="1"> <widget class="QRadioButton" name="gbColor">
<widget class="QRadioButton" name="sgbColor"> <property name="text">
<property name="text"> <string>Default color palette only</string>
<string>SGB color palette if available</string> </property>
</property> </widget>
<attribute name="buttonGroup"> </item>
<string notr="true">gbColors</string> <item row="1" column="0">
</attribute> <widget class="QRadioButton" name="cgbColor">
</widget> <property name="text">
</item> <string>GBC color palette if available</string>
<item row="7" column="1"> </property>
<widget class="QRadioButton" name="cgbColor"> </widget>
<property name="text"> </item>
<string>GBC color palette if available</string> <item row="1" column="1">
</property> <widget class="QRadioButton" name="scgbColor">
<attribute name="buttonGroup"> <property name="text">
<string notr="true">gbColors</string> <string>SGB (preferred) or GBC color palette if available</string>
</attribute> </property>
</widget> </widget>
</item> </item>
<item row="8" column="1"> </layout>
<widget class="QRadioButton" name="scgbColor">
<property name="text">
<string>SGB (preferred) or GBC color palette if available</string>
</property>
<attribute name="buttonGroup">
<string notr="true">gbColors</string>
</attribute>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>