mirror of https://github.com/stenzek/duckstation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
294 lines
9.4 KiB
XML
294 lines
9.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AdvancedSettingsWidget</class>
|
|
<widget class="QWidget" name="AdvancedSettingsWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>634</width>
|
|
<height>484</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<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="QGroupBox" name="groupBox_4">
|
|
<property name="title">
|
|
<string>Logging</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Log Level:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="logLevel">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QPushButton" name="logChannels">
|
|
<property name="toolTip">
|
|
<string>Log Channels</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/filter-line.svg</normaloff>:/icons/monochrome/svg/filter-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="3">
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="logToConsole">
|
|
<property name="text">
|
|
<string>Log To System Console</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QCheckBox" name="logToDebug">
|
|
<property name="text">
|
|
<string>Log To Debug Console</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QCheckBox" name="logToWindow">
|
|
<property name="text">
|
|
<string>Log To Window</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QCheckBox" name="logToFile">
|
|
<property name="text">
|
|
<string>Log To File</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QCheckBox" name="logTimestamps">
|
|
<property name="text">
|
|
<string>Log Timestamps</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QCheckBox" name="logFileTimestamps">
|
|
<property name="text">
|
|
<string>Log File Timestamps</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="interfaceSettingsGroup">
|
|
<property name="title">
|
|
<string>Interface Settings</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="interfaceSettingsLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="showDebugMenu">
|
|
<property name="text">
|
|
<string>Show Debug Menu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QCheckBox" name="useRAIntegration">
|
|
<property name="text">
|
|
<string>Enable RAIntegration</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="title">
|
|
<string>Cache Directory</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Used for storing compiled shaders and game list data.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLineEdit" name="cacheDirectory"/>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QPushButton" name="cacheDirectoryBrowse">
|
|
<property name="toolTip">
|
|
<string>Browse...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/folder-open-line.svg</normaloff>:/icons/monochrome/svg/folder-open-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QPushButton" name="cacheDirectoryOpen">
|
|
<property name="toolTip">
|
|
<string>Open...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QPushButton" name="cacheDirectoryReset">
|
|
<property name="toolTip">
|
|
<string>Reset</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/delete-back-2-line.svg</normaloff>:/icons/monochrome/svg/delete-back-2-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="title">
|
|
<string>Covers Directory</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string>Used for storing covers in the game grid/Big Picture UIs.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLineEdit" name="coversDirectory"/>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QPushButton" name="coversDirectoryBrowse">
|
|
<property name="toolTip">
|
|
<string>Browse...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/folder-open-line.svg</normaloff>:/icons/monochrome/svg/folder-open-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QPushButton" name="coversDirectoryOpen">
|
|
<property name="toolTip">
|
|
<string>Open...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QPushButton" name="coversDirectoryReset">
|
|
<property name="toolTip">
|
|
<string>Reset</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/delete-back-2-line.svg</normaloff>:/icons/monochrome/svg/delete-back-2-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="webCacheGroup">
|
|
<property name="title">
|
|
<string>Web Cache</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0">
|
|
<item>
|
|
<widget class="QLabel" name="webCacheSize">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="refreshWebCache">
|
|
<property name="text">
|
|
<string>Refresh</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/refresh-line.svg</normaloff>:/icons/monochrome/svg/refresh-line.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="clearWebCache">
|
|
<property name="text">
|
|
<string>Clear</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="resources/duckstation-qt.qrc">
|
|
<normaloff>:/icons/monochrome/svg/trash-fill.svg</normaloff>:/icons/monochrome/svg/trash-fill.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="resources/duckstation-qt.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|