|
|
@@ -23,43 +23,57 @@
|
|
|
</property>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_2">
|
|
|
- <property name="text">
|
|
|
- <string>API:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="api">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string notr="true">OpenGL</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string notr="true">Vulkan</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_3">
|
|
|
- <property name="text">
|
|
|
- <string>Device:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="device"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="QWidget" name="api_layout" native="true">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
+ <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>
|
|
|
+ <item>
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QComboBox" name="api">
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string notr="true">OpenGL</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string notr="true">Vulkan</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>API:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QComboBox" name="device"/>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="text">
|
|
|
+ <string>Device:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
@@ -85,96 +99,133 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="ar_label">
|
|
|
- <property name="text">
|
|
|
- <string>Aspect Ratio:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="aspect_ratio_combobox">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Default (16:9)</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Force 4:3</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
+ <widget class="QWidget" name="aspect_ratio_layout" native="true">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
+ <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>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="ar_label">
|
|
|
<property name="text">
|
|
|
- <string>Force 21:9</string>
|
|
|
+ <string>Aspect Ratio:</string>
|
|
|
</property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Stretch to Window</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="aspect_ratio_combobox">
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Default (16:9)</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Force 4:3</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Force 21:9</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Stretch to Window</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="bg_combobox">
|
|
|
- <property name="currentText">
|
|
|
- <string>Use global background color</string>
|
|
|
- </property>
|
|
|
- <property name="currentIndex">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="maxVisibleItems">
|
|
|
- <number>10</number>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
+ <widget class="QWidget" name="bg_layout" native="true">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>6</number>
|
|
|
+ </property>
|
|
|
+ <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>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="bg_combobox">
|
|
|
+ <property name="currentText">
|
|
|
<string>Use global background color</string>
|
|
|
</property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
+ <property name="currentIndex">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="maxVisibleItems">
|
|
|
+ <number>10</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Use global background color</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Set background color:</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="bg_label">
|
|
|
<property name="text">
|
|
|
- <string>Set background color:</string>
|
|
|
+ <string>Background Color:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
</property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="bg_label">
|
|
|
- <property name="text">
|
|
|
- <string>Background Color:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <spacer name="horizontalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>20</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="bg_button">
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>16777215</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="bg_button">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|