2016-01-24 18:34:05 +01: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>
|
2017-09-23 15:13:59 +02:00
|
|
|
<width>345</width>
|
2018-04-20 02:56:24 +02:00
|
|
|
<height>504</height>
|
2016-01-24 18:34:05 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2017-08-19 07:05:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_check_exit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Confirm exit while emulation is running</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-09-23 15:13:59 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="language_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Interface language</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="language_combobox"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-19 07:05:49 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="updateBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Updates</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_update">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_update">
|
2016-01-24 21:54:04 +01:00
|
|
|
<item>
|
2017-08-19 07:05:49 +02:00
|
|
|
<widget class="QCheckBox" name="toggle_update_check">
|
2016-01-24 18:34:05 +01:00
|
|
|
<property name="text">
|
2017-08-19 07:05:49 +02:00
|
|
|
<string>Check for updates on start</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_auto_update">
|
|
|
|
<property name="text">
|
|
|
|
<string>Silently auto update after closing</string>
|
2016-01-24 18:34:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-01-24 21:54:04 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Emulation</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Region:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="region_combobox">
|
2016-11-30 10:32:09 +01:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto-select</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-01-24 21:54:04 +01:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">JPN</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">USA</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">EUR</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">AUS</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">CHN</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">KOR</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TWN</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-06-24 02:41:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="theme_group_box">
|
|
|
|
<property name="title">
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="theme_qhbox_layout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="theme_qvbox_layout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="theme_qhbox_layout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="theme_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Theme:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-08-19 07:05:49 +02:00
|
|
|
<widget class="QComboBox" name="theme_combobox"/>
|
2017-06-24 02:41:48 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-01-24 18:34:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Hotkeys</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
2018-07-24 06:23:38 +02:00
|
|
|
<widget class="GHotkeysDialog" name="hotkeysDialog" native="true"/>
|
2016-01-24 18:34:05 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GHotkeysDialog</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>hotkeys.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|