mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 01:00:11 +00:00
Qt: fix settings_dialog layout. Add stretches.
This commit is contained in:
parent
b09ac19e61
commit
f88c3ae417
1 changed files with 49 additions and 21 deletions
|
@ -39,13 +39,13 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="coreTab">
|
<widget class="QWidget" name="coreTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>CPU</string>
|
<string>CPU</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="coreTabLayout">
|
<layout class="QVBoxLayout" name="coreTabLayout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="coreTabItemLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="coreTabItemLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -325,7 +325,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>GPU</string>
|
<string>GPU</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="gpuTab_layout">
|
<layout class="QVBoxLayout" name="gpuTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="gpuTabLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="gpuTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1277,7 +1277,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>I/O</string>
|
<string>I/O</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="inputTab_layout">
|
<layout class="QVBoxLayout" name="inputTab_layout" stretch="0,0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="inputTabLayoutTop" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="inputTabLayoutTop" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1408,7 +1408,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>System</string>
|
<string>System</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="systemTab_layout">
|
<layout class="QVBoxLayout" name="systemTab_layout" stretch="0,0,0,0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="systemTabLayout1" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="systemTabLayout1" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1661,7 +1661,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Network</string>
|
<string>Network</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="networkTab_layout">
|
<layout class="QVBoxLayout" name="networkTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="networkTabLayout" stretch="0,0">
|
<layout class="QHBoxLayout" name="networkTabLayout" stretch="0,0">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1725,10 +1725,13 @@
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>20</width>
|
<width>0</width>
|
||||||
<height>40</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -1759,10 +1762,13 @@
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>20</width>
|
<width>0</width>
|
||||||
<height>40</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -1822,7 +1828,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Advanced</string>
|
<string>Advanced</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="advancedTab_layout">
|
<layout class="QVBoxLayout" name="advancedTab_layout" stretch="1,0,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="advancedTabLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="advancedTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -1918,6 +1924,9 @@
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
|
@ -1932,12 +1941,6 @@
|
||||||
<layout class="QVBoxLayout" name="advancedTabLayoutMiddle">
|
<layout class="QVBoxLayout" name="advancedTabLayoutMiddle">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_libs">
|
<widget class="QGroupBox" name="gb_libs">
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Firmware Libraries</string>
|
<string>Firmware Libraries</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -2188,10 +2191,13 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacer_22">
|
<spacer name="advancedTabSpacerRight">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
|
@ -2251,7 +2257,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Emulator</string>
|
<string>Emulator</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="emulatorTab_layout">
|
<layout class="QVBoxLayout" name="emulatorTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="emulatorTabLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="emulatorTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -2988,7 +2994,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>GUI</string>
|
<string>GUI</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="guiTab_layout">
|
<layout class="QVBoxLayout" name="guiTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="guiTabLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="guiTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -3392,7 +3398,7 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Debug</string>
|
<string>Debug</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="debugTab_layout">
|
<layout class="QVBoxLayout" name="debugTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="debugTabLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="debugTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -3487,6 +3493,22 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacerDebugGPU">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -3564,6 +3586,9 @@
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
|
@ -3628,6 +3653,9 @@
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeType">
|
||||||
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||||
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue