2016-01-24 17:34:05 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConfigureGeneral</class>
|
|
|
|
<widget class="QWidget" name="ConfigureGeneral">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-01-24 20:54:04 +00:00
|
|
|
<width>300</width>
|
2016-01-24 17:34:05 +00:00
|
|
|
<height>377</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QHBoxLayout" name="HorizontalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QVBoxLayout" name="VerticalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<widget class="QGroupBox" name="GeneralGroupBox">
|
2016-01-24 17:34:05 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</property>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QHBoxLayout" name="GeneralHorizontalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QVBoxLayout" name="GeneralVerticalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2016-09-01 02:12:20 +00:00
|
|
|
<widget class="QCheckBox" name="toggle_deepscan">
|
2016-01-24 20:54:04 +00:00
|
|
|
<property name="text">
|
2017-02-23 05:45:03 +00:00
|
|
|
<string>Search sub-directories for games</string>
|
2016-01-24 20:54:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-09-01 02:12:20 +00:00
|
|
|
<widget class="QCheckBox" name="toggle_check_exit">
|
2016-01-24 17:34:05 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Confirm exit while emulation is running</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-01-11 12:52:26 +00:00
|
|
|
<item>
|
2018-03-27 03:01:40 +00:00
|
|
|
<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>
|
2017-01-11 12:52:26 +00:00
|
|
|
</layout>
|
2018-03-27 03:01:40 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-01-11 12:52:26 +00:00
|
|
|
</item>
|
2018-03-27 02:25:13 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<widget class="QGroupBox" name="EmulationGroupBox">
|
2018-03-27 02:25:13 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Emulation</string>
|
|
|
|
</property>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QHBoxLayout" name="EmulationHorizontalLayout">
|
2018-03-27 02:25:13 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QVBoxLayout" name="EmulationVerticalLayout">
|
2018-03-27 02:25:13 +00:00
|
|
|
<item>
|
2018-03-27 02:59:18 +00:00
|
|
|
<widget class="QCheckBox" name="use_docked_mode">
|
2018-03-27 02:25:13 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable docked mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<widget class="QGroupBox" name="HotKeysGroupBox">
|
2016-01-24 17:34:05 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Hotkeys</string>
|
|
|
|
</property>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QHBoxLayout" name="HotKeysHorizontalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
2018-03-27 02:29:15 +00:00
|
|
|
<layout class="QVBoxLayout" name="HotKeysVerticalLayout">
|
2016-01-24 17:34:05 +00:00
|
|
|
<item>
|
|
|
|
<widget class="GHotkeysDialog" name="widget" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-01-12 04:56:15 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2016-01-24 17:34:05 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GHotkeysDialog</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>hotkeys.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|