|
@@ -13,17 +13,17 @@
|
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
<string>Form</string>
|
|
|
</property>
|
|
</property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
|
|
+ <layout class="QHBoxLayout" name="HorizontalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
|
|
+ <layout class="QVBoxLayout" name="VerticalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
- <widget class="QGroupBox" name="groupBox">
|
|
|
|
|
|
|
+ <widget class="QGroupBox" name="GeneralGroupBox">
|
|
|
<property name="title">
|
|
<property name="title">
|
|
|
<string>General</string>
|
|
<string>General</string>
|
|
|
</property>
|
|
</property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
|
|
+ <layout class="QHBoxLayout" name="GeneralHorizontalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
|
|
+ <layout class="QVBoxLayout" name="GeneralVerticalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
<widget class="QCheckBox" name="toggle_deepscan">
|
|
<widget class="QCheckBox" name="toggle_deepscan">
|
|
|
<property name="text">
|
|
<property name="text">
|
|
@@ -44,40 +44,53 @@
|
|
|
</widget>
|
|
</widget>
|
|
|
</item>
|
|
</item>
|
|
|
<item>
|
|
<item>
|
|
|
- <widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
- <property name="title">
|
|
|
|
|
- <string>CPU Core</string>
|
|
|
|
|
- </property>
|
|
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
|
- <item>
|
|
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
|
- <item>
|
|
|
|
|
- <widget class="QComboBox" name="cpu_core_combobox">
|
|
|
|
|
- <item>
|
|
|
|
|
- <property name="text">
|
|
|
|
|
- <string>Unicorn</string>
|
|
|
|
|
- </property>
|
|
|
|
|
- </item>
|
|
|
|
|
- <item>
|
|
|
|
|
- <property name="text">
|
|
|
|
|
- <string>Dynarmic</string>
|
|
|
|
|
- </property>
|
|
|
|
|
- </item>
|
|
|
|
|
- </widget>
|
|
|
|
|
- </item>
|
|
|
|
|
- </layout>
|
|
|
|
|
- </item>
|
|
|
|
|
|
|
+ <widget class="QGroupBox" name="PerformanceGroupBox">
|
|
|
|
|
+ <property name="title">
|
|
|
|
|
+ <string>Performance</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <layout class="QHBoxLayout" name="PerformanceHorizontalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <layout class="QVBoxLayout" name="PerformanceVerticalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QCheckBox" name="use_cpu_jit">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>Enable CPU JIT</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
</layout>
|
|
</layout>
|
|
|
- </widget>
|
|
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QGroupBox" name="EmulationGroupBox">
|
|
|
|
|
+ <property name="title">
|
|
|
|
|
+ <string>Emulation</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <layout class="QHBoxLayout" name="EmulationHorizontalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <layout class="QVBoxLayout" name="EmulationVerticalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QCheckBox" name="use_docked_mode">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>Enable docked mode</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </widget>
|
|
|
</item>
|
|
</item>
|
|
|
<item>
|
|
<item>
|
|
|
- <widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
|
|
+ <widget class="QGroupBox" name="HotKeysGroupBox">
|
|
|
<property name="title">
|
|
<property name="title">
|
|
|
<string>Hotkeys</string>
|
|
<string>Hotkeys</string>
|
|
|
</property>
|
|
</property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
|
|
|
+ <layout class="QHBoxLayout" name="HotKeysHorizontalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
|
|
+ <layout class="QVBoxLayout" name="HotKeysVerticalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
<widget class="GHotkeysDialog" name="widget" native="true"/>
|
|
<widget class="GHotkeysDialog" name="widget" native="true"/>
|
|
|
</item>
|
|
</item>
|