2016-08-25 04:15:38 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConfigureGraphics</class>
|
|
|
|
<widget class="QWidget" name="ConfigureGraphics">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2018-05-06 15:36:49 +02:00
|
|
|
<height>427</height>
|
2016-08-25 04:15:38 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QGroupBox" name="generalBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_vsync">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable V-Sync</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2016-05-03 08:07:17 +02:00
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QCheckBox" name="toggle_frame_limit">
|
2016-05-03 08:07:17 +02:00
|
|
|
<property name="text">
|
2018-05-06 15:36:49 +02:00
|
|
|
<string>Limit Speed Percent</string>
|
2016-05-03 08:07:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QSpinBox" name="frame_limit">
|
|
|
|
<property name="suffix">
|
|
|
|
<string>%</string>
|
2016-05-03 08:07:17 +02:00
|
|
|
</property>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
2016-05-03 08:07:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-06 15:36:49 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="rendererBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Renderer</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_hw_renderer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Hardware Renderer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="hw_renderer_group" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Internal Resolution</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="resolution_factor_combobox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto (Window Size)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Native (400x240)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2x Native (800x480)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>3x Native (1200x720)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4x Native (1600x960)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5x Native (2000x1200)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>6x Native (2400x1440)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>7x Native (2800x1680)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8x Native (3200x1920)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>9x Native (3600x2160)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10x Native (4000x2400)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_hw_shader">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Hardware Shader</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="hw_shader_group" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
2018-01-26 06:24:40 +01:00
|
|
|
</property>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2018-01-26 06:24:40 +01:00
|
|
|
</property>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
2018-01-26 06:24:40 +01:00
|
|
|
</property>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2018-01-26 06:24:40 +01:00
|
|
|
</property>
|
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QCheckBox" name="toggle_accurate_mul">
|
|
|
|
<property name="text">
|
|
|
|
<string>Accurate Multiplication</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-01-26 06:24:40 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QCheckBox" name="toggle_accurate_gs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Accurate Geometry Shader</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-01-26 06:24:40 +01:00
|
|
|
</item>
|
2018-05-06 15:36:49 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_shader_jit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Shader JIT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-05-03 08:07:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2017-02-01 09:22:47 +01:00
|
|
|
<widget class="QGroupBox" name="layoutBox">
|
2016-05-03 08:07:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
2018-05-06 15:36:49 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2016-05-03 08:07:17 +02:00
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Screen Layout:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-03 08:07:17 +02:00
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<widget class="QComboBox" name="layout_combobox">
|
2016-05-03 08:07:17 +02:00
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
2016-05-03 08:07:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Single Screen</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Large Screen</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Side by Side</string>
|
|
|
|
</property>
|
2016-05-03 08:07:17 +02:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-08-25 04:15:38 +02:00
|
|
|
</layout>
|
2016-05-03 08:07:17 +02:00
|
|
|
</item>
|
2018-05-06 15:36:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="swap_screen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Swap Screens</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-05-03 08:07:17 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-08-25 04:15:38 +02:00
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
2018-05-06 15:36:49 +02:00
|
|
|
<connections/>
|
2016-08-25 04:15:38 +02:00
|
|
|
</ui>
|