2016-08-24 22:15:38 -04: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>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Graphics</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2016-12-06 14:33:19 -05:00
|
|
|
<item>
|
2018-11-16 02:07:42 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_frame_limit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Limit Speed Percent</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="frame_limit">
|
|
|
|
<property name="suffix">
|
|
|
|
<string>%</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-12-06 14:33:19 -05:00
|
|
|
</item>
|
2018-06-26 14:36:26 -04:00
|
|
|
<item>
|
2018-10-16 17:02:29 -04:00
|
|
|
<widget class="QCheckBox" name="use_accurate_gpu_emulation">
|
2018-06-26 14:36:26 -04:00
|
|
|
<property name="text">
|
2018-10-16 17:02:29 -04:00
|
|
|
<string>Use accurate GPU emulation (slow)</string>
|
2018-06-26 14:36:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-29 23:28:27 -05:00
|
|
|
<item>
|
2018-01-11 23:56:15 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2016-05-03 02:07:17 -04:00
|
|
|
<item>
|
2018-01-11 23:56:15 -05:00
|
|
|
<widget class="QLabel" name="label">
|
2016-05-03 02:07:17 -04:00
|
|
|
<property name="text">
|
2018-11-16 02:07:42 -05:00
|
|
|
<string>Internal Resolution</string>
|
2016-05-03 02:07:17 -04:00
|
|
|
</property>
|
2016-08-24 22:15:38 -04:00
|
|
|
</widget>
|
2016-05-03 02:07:17 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-01-11 23:56:15 -05:00
|
|
|
<widget class="QComboBox" name="resolution_factor_combobox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto (Window Size)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-05-03 02:07:17 -04:00
|
|
|
<item>
|
2016-08-24 22:15:38 -04:00
|
|
|
<property name="text">
|
2018-01-15 10:59:02 -05:00
|
|
|
<string>Native (1280x720)</string>
|
2016-08-24 22:15:38 -04:00
|
|
|
</property>
|
2016-05-03 02:07:17 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-24 22:15:38 -04:00
|
|
|
<property name="text">
|
2018-01-15 10:59:02 -05:00
|
|
|
<string>2x Native (2560x1440)</string>
|
2016-08-24 22:15:38 -04:00
|
|
|
</property>
|
2016-05-03 02:07:17 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-25 18:20:47 -04:00
|
|
|
<property name="text">
|
2018-01-15 10:59:02 -05:00
|
|
|
<string>3x Native (3840x2160)</string>
|
2017-08-25 17:53:07 -04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2018-01-15 10:59:02 -05:00
|
|
|
<string>4x Native (5120x2880)</string>
|
2016-08-25 18:20:47 -04:00
|
|
|
</property>
|
2016-05-03 02:07:17 -04:00
|
|
|
</item>
|
2016-08-25 18:20:47 -04:00
|
|
|
</widget>
|
2016-05-03 02:07:17 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-11-16 02:07:42 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="bg_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Background Color:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bg_button">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-08-24 22:15:38 -04:00
|
|
|
</layout>
|
2018-01-11 23:56:15 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-24 22:15:38 -04: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-01-11 23:56:15 -05:00
|
|
|
<connections/>
|
2016-08-24 22:15:38 -04:00
|
|
|
</ui>
|