2020-09-10 14:18:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DisplaySettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="DisplaySettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-02-27 03:53:03 +00:00
|
|
|
<width>485</width>
|
|
|
|
<height>525</height>
|
2020-09-10 14:18:12 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-09-12 15:20:02 +00:00
|
|
|
<item>
|
2020-12-25 07:42:07 +00:00
|
|
|
<widget class="QGroupBox" name="basicGroupBox">
|
2020-09-12 15:20:02 +00:00
|
|
|
<property name="title">
|
2020-09-10 14:18:12 +00:00
|
|
|
<string>Basic</string>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
2020-12-25 07:42:07 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
2020-09-10 14:18:12 +00:00
|
|
|
<item row="0" column="0">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QLabel" name="label">
|
2020-09-10 14:18:12 +00:00
|
|
|
<property name="text">
|
2020-09-12 15:20:02 +00:00
|
|
|
<string>Renderer:</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
2020-09-12 15:20:02 +00:00
|
|
|
</widget>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QComboBox" name="renderer"/>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QLabel" name="label_5">
|
2020-09-10 14:18:12 +00:00
|
|
|
<property name="text">
|
2020-09-12 15:20:02 +00:00
|
|
|
<string>Adapter:</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
2020-09-12 15:20:02 +00:00
|
|
|
</widget>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QComboBox" name="adapter"/>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
2020-11-01 14:38:54 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen Mode:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="fullscreenMode"/>
|
|
|
|
</item>
|
2020-11-21 03:32:58 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2020-12-25 07:42:07 +00:00
|
|
|
<layout class="QGridLayout" name="basicCheckboxGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="gpuThread">
|
|
|
|
<property name="text">
|
|
|
|
<string>Threaded Rendering</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="vsync">
|
|
|
|
<property name="text">
|
|
|
|
<string>VSync</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-26 13:22:24 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="threadedPresentation">
|
|
|
|
<property name="text">
|
|
|
|
<string>Threaded Presentation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-01-28 10:20:15 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="displayAllFrames">
|
|
|
|
<property name="text">
|
2021-01-28 13:50:39 +00:00
|
|
|
<string>Optimal Frame Pacing</string>
|
2021-01-28 10:20:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-25 07:42:07 +00:00
|
|
|
</layout>
|
2020-09-12 15:20:02 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2020-09-10 14:18:12 +00:00
|
|
|
</widget>
|
2020-09-12 15:20:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-09-10 14:18:12 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
2020-09-12 15:20:02 +00:00
|
|
|
<property name="title">
|
2020-09-10 14:18:12 +00:00
|
|
|
<string>Screen Display</string>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2020-09-10 14:18:12 +00:00
|
|
|
<item row="0" column="0">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QLabel" name="label_4">
|
2020-09-10 14:18:12 +00:00
|
|
|
<property name="text">
|
2020-09-12 15:20:02 +00:00
|
|
|
<string>Aspect Ratio:</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
2020-09-12 15:20:02 +00:00
|
|
|
</widget>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QComboBox" name="displayAspectRatio"/>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
2020-09-10 14:18:12 +00:00
|
|
|
<property name="text">
|
2020-09-12 15:20:02 +00:00
|
|
|
<string>Crop:</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
2020-09-12 15:20:02 +00:00
|
|
|
</widget>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-09-12 15:20:02 +00:00
|
|
|
<widget class="QComboBox" name="displayCropMode"/>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
2020-12-30 06:26:20 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Downsampling:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="gpuDownsampleMode"/>
|
2021-01-28 10:20:15 +00:00
|
|
|
</item>
|
2020-12-30 06:26:20 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2021-02-27 03:53:03 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-09-12 15:20:02 +00:00
|
|
|
<item row="0" column="0">
|
2021-02-27 03:53:03 +00:00
|
|
|
<widget class="QCheckBox" name="displayIntegerScaling">
|
2020-09-12 15:20:02 +00:00
|
|
|
<property name="text">
|
2021-02-27 03:53:03 +00:00
|
|
|
<string>Integer Upscaling</string>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2021-02-27 03:53:03 +00:00
|
|
|
<widget class="QCheckBox" name="displayStretch">
|
2020-09-12 15:20:02 +00:00
|
|
|
<property name="text">
|
2021-02-27 03:53:03 +00:00
|
|
|
<string>Stretch To Fill</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="displayLinearFiltering">
|
|
|
|
<property name="text">
|
|
|
|
<string>Linear Upscaling</string>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-03-05 16:19:35 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="internalResolutionScreenshots">
|
|
|
|
<property name="text">
|
|
|
|
<string>Internal Resolution Screenshots</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-12 15:20:02 +00:00
|
|
|
</layout>
|
2020-09-10 14:18:12 +00:00
|
|
|
</item>
|
2020-09-12 15:20:02 +00:00
|
|
|
</layout>
|
2020-09-10 14:18:12 +00:00
|
|
|
</widget>
|
2020-09-12 15:20:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-09-10 14:18:12 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>On-Screen Display</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="formLayout_5">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="showOSDMessages">
|
|
|
|
<property name="text">
|
2021-02-16 20:53:50 +00:00
|
|
|
<string>Show OSD Messages</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="showFPS">
|
|
|
|
<property name="text">
|
2021-03-28 02:36:18 +00:00
|
|
|
<string>Show Game Frame Rate</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="showSpeed">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Emulation Speed</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QCheckBox" name="showVPS">
|
|
|
|
<property name="text">
|
2021-03-28 02:36:18 +00:00
|
|
|
<string>Show Display FPS</string>
|
2020-09-10 14:18:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="showResolution">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Resolution</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-04-03 17:51:08 +00:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QCheckBox" name="showInput">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Controller Input</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-10 14:18:12 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-09-12 15:20:02 +00:00
|
|
|
<item>
|
2020-09-10 14:18:12 +00:00
|
|
|
<spacer name="verticalSpacer">
|
2020-09-12 15:20:02 +00:00
|
|
|
<property name="orientation">
|
2020-09-10 14:18:12 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2020-09-10 14:18:12 +00:00
|
|
|
<size>
|
2020-09-12 15:20:02 +00:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2020-09-10 14:18:12 +00:00
|
|
|
</size>
|
2020-09-12 15:20:02 +00:00
|
|
|
</property>
|
2020-09-10 14:18:12 +00:00
|
|
|
</spacer>
|
2020-09-12 15:20:02 +00:00
|
|
|
</item>
|
2020-09-10 14:18:12 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|