<?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>321</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<layout class="QVBoxLayout" name="verticalLayout_1">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>API Settings</string>
<layout class="QVBoxLayout" name="verticalLayout_3">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<widget class="QLabel" name="label_2">
<property name="text">
<string>API:</string>
</widget>
</item>
<widget class="QComboBox" name="api">
<string notr="true">OpenGL</string>
<string notr="true">Vulkan</string>
</layout>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<widget class="QLabel" name="label_3">
<string>Device:</string>
<widget class="QComboBox" name="device"/>
<widget class="QGroupBox" name="groupBox">
<string>Graphics Settings</string>
<layout class="QVBoxLayout" name="verticalLayout_4">
<widget class="QCheckBox" name="use_disk_shader_cache">
<string>Use disk shader cache</string>
<widget class="QCheckBox" name="use_asynchronous_gpu_emulation">
<string>Use asynchronous GPU emulation</string>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<widget class="QLabel" name="ar_label">
<string>Aspect Ratio:</string>
<widget class="QComboBox" name="aspect_ratio_combobox">
<string>Default (16:9)</string>
<string>Force 4:3</string>
<string>Force 21:9</string>
<string>Stretch to Window</string>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<widget class="QComboBox" name="bg_combobox">
<property name="currentText">
<string>Use global background color</string>
<property name="currentIndex">
<number>0</number>
<property name="maxVisibleItems">
<number>10</number>
<string>Set background color:</string>
<widget class="QLabel" name="bg_label">
<string>Background Color:</string>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</spacer>
<widget class="QPushButton" name="bg_button">
<property name="maximumSize">
<height>16777215</height>
<spacer name="verticalSpacer">
<enum>Qt::Vertical</enum>
<width>20</width>
<height>40</height>
<resources/>
<connections/>
</ui>