mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
Qt: Remove redundant vertical layout in console settings
This commit is contained in:
parent
8fa6336a90
commit
1c54047cd1
@ -90,19 +90,17 @@
|
|||||||
<string>CPU Emulation</string>
|
<string>CPU Emulation</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_4" columnstretch="0,1">
|
<layout class="QGridLayout" name="gridLayout_4" columnstretch="0,1">
|
||||||
<item row="0" column="0">
|
|
||||||
<widget class="QLabel" name="cpuExecutionModeLabel">
|
|
||||||
<property name="text">
|
|
||||||
<string>Execution Mode:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QComboBox" name="cpuExecutionMode"/>
|
<widget class="QComboBox" name="cpuExecutionMode"/>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="0" colspan="2">
|
||||||
|
<widget class="QCheckBox" name="recompilerICache">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable Recompiler ICache</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="1" column="0" colspan="2">
|
<item row="1" column="0" colspan="2">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="enableCPUClockSpeedControl">
|
<widget class="QCheckBox" name="enableCPUClockSpeedControl">
|
||||||
@ -136,7 +134,14 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="0" column="0">
|
||||||
|
<widget class="QLabel" name="cpuExecutionModeLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>Execution Mode:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QSlider" name="cpuClockSpeed">
|
<widget class="QSlider" name="cpuClockSpeed">
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
@ -159,15 +164,6 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
|
||||||
<item row="2" column="0" colspan="2">
|
|
||||||
<widget class="QCheckBox" name="recompilerICache">
|
|
||||||
<property name="text">
|
|
||||||
<string>Enable Recompiler ICache</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user