2016-08-25 02:15:38 +00: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-05-03 06:07:17 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_hw_renderer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable hardware renderer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_shader_jit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable shader JIT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_vsync">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable V-Sync</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-06 19:33:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="toggle_framelimit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Limit framerate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-12-30 04:28:27 +00:00
|
|
|
<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">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>Auto (Window Size)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>Native (400x240)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>2x Native (800x480)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>3x Native (1200x720)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>4x Native (1600x960)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>5x Native (2000x1200)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>6x Native (2400x1440)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>7x Native (2800x1680)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>8x Native (3200x1920)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>9x Native (3600x2160)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2017-09-24 14:52:11 +00:00
|
|
|
<string>10x Native (4000x2400)</string>
|
2016-12-30 04:28:27 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-05-03 06:07:17 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-02-01 08:22:47 +00:00
|
|
|
<widget class="QGroupBox" name="layoutBox">
|
2016-05-03 06:07:17 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
2017-01-11 12:52:01 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2016-05-03 06:07:17 +00:00
|
|
|
<item>
|
2017-01-11 12:52:01 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2016-05-03 06:07:17 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Screen Layout:</string>
|
|
|
|
</property>
|
2016-08-25 02:15:38 +00:00
|
|
|
</widget>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="layout_combobox">
|
|
|
|
<item>
|
2016-08-25 02:15:38 +00:00
|
|
|
<property name="text">
|
2017-08-25 21:53:07 +00:00
|
|
|
<string>Default</string>
|
2016-08-25 02:15:38 +00:00
|
|
|
</property>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-25 02:15:38 +00:00
|
|
|
<property name="text">
|
2017-08-25 21:53:07 +00:00
|
|
|
<string>Single Screen</string>
|
2016-08-25 02:15:38 +00:00
|
|
|
</property>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2016-08-25 22:20:47 +00:00
|
|
|
<property name="text">
|
2017-08-25 21:53:07 +00:00
|
|
|
<string>Large Screen</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Side by Side</string>
|
2016-08-25 22:20:47 +00:00
|
|
|
</property>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
2016-08-25 22:20:47 +00:00
|
|
|
</widget>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="swap_screen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Swap Screens</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-08-25 02:15:38 +00:00
|
|
|
</layout>
|
2016-05-03 06:07:17 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-08-25 02:15:38 +00: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/>
|
2016-12-30 04:28:27 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>toggle_hw_renderer</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>resolution_factor_combobox</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2016-08-25 02:15:38 +00:00
|
|
|
</ui>
|