2016-08-24 19:15:38 -07: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 11:33:19 -08:00
|
|
|
<item>
|
2018-11-15 23:07:42 -08: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 11:33:19 -08:00
|
|
|
</item>
|
2018-06-26 11:36:26 -07:00
|
|
|
<item>
|
2018-10-16 14:02:29 -07:00
|
|
|
<widget class="QCheckBox" name="use_accurate_gpu_emulation">
|
2018-06-26 11:36:26 -07:00
|
|
|
<property name="text">
|
2018-10-16 14:02:29 -07:00
|
|
|
<string>Use accurate GPU emulation (slow)</string>
|
2018-06-26 11:36:26 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-29 20:28:27 -08:00
|
|
|
<item>
|
2018-01-11 20:56:15 -08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2016-05-02 23:07:17 -07:00
|
|
|
<item>
|
2018-01-11 20:56:15 -08:00
|
|
|
<widget class="QLabel" name="label">
|
2016-05-02 23:07:17 -07:00
|
|
|
<property name="text">
|
2018-11-15 23:07:42 -08:00
|
|
|
<string>Internal Resolution</string>
|
2016-05-02 23:07:17 -07:00
|
|
|
</property>
|
2016-08-24 19:15:38 -07:00
|
|
|
</widget>
|
2016-05-02 23:07:17 -07:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-01-11 20:56:15 -08:00
|
|
|
<widget class="QComboBox" name="resolution_factor_combobox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto (Window Size)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2016-05-02 23:07:17 -07:00
|
|
|
<item>
|
2016-08-24 19:15:38 -07:00
|
|
|
<property name="text">
|
2018-01-15 07:59:02 -08:00
|
|
|
<string>Native (1280x720)</string>
|
2016-08-24 19:15:38 -07:00
|
|
|
</property>
|
2016-05-02 23:07:17 -07:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-24 19:15:38 -07:00
|
|
|
<property name="text">
|
2018-01-15 07:59:02 -08:00
|
|
|
<string>2x Native (2560x1440)</string>
|
2016-08-24 19:15:38 -07:00
|
|
|
</property>
|
2016-05-02 23:07:17 -07:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-25 15:20:47 -07:00
|
|
|
<property name="text">
|
2018-01-15 07:59:02 -08:00
|
|
|
<string>3x Native (3840x2160)</string>
|
2017-08-25 14:53:07 -07:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2018-01-15 07:59:02 -08:00
|
|
|
<string>4x Native (5120x2880)</string>
|
2016-08-25 15:20:47 -07:00
|
|
|
</property>
|
2016-05-02 23:07:17 -07:00
|
|
|
</item>
|
2016-08-25 15:20:47 -07:00
|
|
|
</widget>
|
2016-05-02 23:07:17 -07:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-11-15 23:07:42 -08: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 19:15:38 -07:00
|
|
|
</layout>
|
2018-01-11 20:56:15 -08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-08-24 19:15:38 -07: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 20:56:15 -08:00
|
|
|
<connections/>
|
2016-08-24 19:15:38 -07:00
|
|
|
</ui>
|