Merge pull request #455 from Xphalnos/main
Qt-GUI: Improvements (Part 2)
This commit is contained in:
commit
ecf7f36763
|
@ -11,8 +11,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1024</width>
|
<width>854</width>
|
||||||
<height>768</height>
|
<height>480</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
@ -21,6 +21,12 @@
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>11</pointsize>
|
||||||
|
<bold>false</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Settings</string>
|
<string>Settings</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -45,8 +51,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1002</width>
|
<width>832</width>
|
||||||
<height>710</height>
|
<height>418</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
@ -62,15 +68,15 @@
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>General</string>
|
<string>General</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="generalTabVLayout" stretch="0,1,0,0,0,0,0">
|
<layout class="QVBoxLayout" name="generalTabVLayout" stretch="0,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="generalTabHLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="generalTabHLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="generalTabLayoutLeft">
|
<layout class="QVBoxLayout" name="systemTabLayoutLeft">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="emuSettings">
|
<widget class="QGroupBox" name="emuSettings">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Emulator Settings</string>
|
<string>System</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="emuSettingsLayout">
|
<layout class="QVBoxLayout" name="emuSettingsLayout">
|
||||||
<item>
|
<item>
|
||||||
|
@ -262,27 +268,6 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="fullscreenCheckBox">
|
|
||||||
<property name="text">
|
|
||||||
<string>Enable Fullscreen</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showSplashCheckBox">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show Splash</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="ps4proCheckBox">
|
|
||||||
<property name="text">
|
|
||||||
<string>Is PS4 Pro</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<spacer name="emulatorTabSpacerLeft">
|
<spacer name="emulatorTabSpacerLeft">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
@ -306,10 +291,57 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="emulatorTabLayoutMiddle">
|
<layout class="QVBoxLayout" name="emulatorTabLayoutMiddle">
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="emulatorSettingsGroupBox">
|
||||||
|
<property name="title">
|
||||||
|
<string>Emulator</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="additionalSettingsVLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="fullscreenCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable Fullscreen</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showSplashCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show Splash</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="ps4proCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Is PS4 Pro</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="emulatorSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Orientation::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="loggerTabLayoutRight">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="loggerGroupBox">
|
<widget class="QGroupBox" name="loggerGroupBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Logger Settings</string>
|
<string>Logger</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="loggerLayout">
|
<layout class="QVBoxLayout" name="loggerLayout">
|
||||||
<item>
|
<item>
|
||||||
|
@ -379,31 +411,15 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="generalTabLayoutRight">
|
<spacer name="logSpacer">
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="additionalSettings">
|
|
||||||
<property name="title">
|
|
||||||
<string>Additional Settings</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="additionalSettingsVLayout">
|
|
||||||
<item>
|
|
||||||
<spacer name="emulatorTabSpacerRight">
|
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Orientation::Vertical</enum>
|
<enum>Qt::Orientation::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>20</width>
|
||||||
<height>0</height>
|
<height>40</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -415,24 +431,6 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QWidget" name="widgetSettingsTop" native="true">
|
|
||||||
<layout class="QHBoxLayout" name="widgetGpuTopLayout">
|
|
||||||
<property name="leftMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="topMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="widgetSettingsBottom" native="true">
|
<widget class="QWidget" name="widgetSettingsBottom" native="true">
|
||||||
<layout class="QHBoxLayout" name="widgetGpuBottomLayout">
|
<layout class="QHBoxLayout" name="widgetGpuBottomLayout">
|
||||||
|
@ -451,58 +449,13 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<spacer name="emulator_tab_layout_right_spacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Orientation::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>0</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QVBoxLayout" name="emulatorTabLayoutMiddle_2"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QVBoxLayout" name="emulatorTabLayoutRight">
|
|
||||||
<property name="rightMargin">
|
|
||||||
<number>12</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin">
|
|
||||||
<number>12</number>
|
|
||||||
</property>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="emulatorTabSpacer_2">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Orientation::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>0</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="gpuTab">
|
<widget class="QWidget" name="gpuTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>GPU</string>
|
<string>GPU</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="gpuTabVLayout" stretch="0,0">
|
<layout class="QVBoxLayout" name="gpuTabVLayout" stretch="0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="gpuTabHLayout" stretch="1,1,1">
|
<layout class="QHBoxLayout" name="gpuTabHLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
|
@ -781,22 +734,6 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<spacer name="gpuTabSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Orientation::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>0</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="debugTab">
|
<widget class="QWidget" name="debugTab">
|
||||||
|
|
Loading…
Reference in New Issue