mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
860 lines
31 KiB
XML
860 lines
31 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MinecraftSettingsWidget</class>
|
||
<widget class="QWidget" name="MinecraftSettingsWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>648</width>
|
||
<height>600</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<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="QCommandLinkButton" name="openGlobalSettingsButton">
|
||
<property name="text">
|
||
<string>Open &Global Settings</string>
|
||
</property>
|
||
<property name="description">
|
||
<string>The settings here are overrides for global settings.</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QTabWidget" name="settingsTabs">
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<widget class="QWidget" name="generalPage">
|
||
<attribute name="title">
|
||
<string>General</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollArea">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>603</width>
|
||
<height>1042</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||
<item>
|
||
<widget class="QGroupBox" name="windowSizeGroupBox">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="title">
|
||
<string>Game &Window</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="1" column="0" colspan="6">
|
||
<widget class="QLabel" name="maximizedWarning">
|
||
<property name="toolTip">
|
||
<string>The base game only supports resolution. In order to simulate the maximized behaviour the current implementation approximates the maximum display size.</string>
|
||
</property>
|
||
<property name="text">
|
||
<string><html><head/><body><p><span style=" font-weight:600; color:#f5c211;">Warning</span><span style=" color:#f5c211;">: The maximized option may not be fully supported on all Minecraft versions.</span></p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0" colspan="6">
|
||
<widget class="QCheckBox" name="quitAfterGameStopCheck">
|
||
<property name="text">
|
||
<string>When the game window closes, quit the launcher</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0" colspan="6">
|
||
<widget class="QCheckBox" name="maximizedCheckBox">
|
||
<property name="text">
|
||
<string>Start Minecraft maximized</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0" colspan="6">
|
||
<widget class="QCheckBox" name="closeAfterLaunchCheck">
|
||
<property name="text">
|
||
<string>When the game window opens, hide the launcher</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="3">
|
||
<widget class="QSpinBox" name="windowWidthSpinBox">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="suffix">
|
||
<string/>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>65536</number>
|
||
</property>
|
||
<property name="singleStep">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>854</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<spacer name="verticalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>6</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QSpinBox" name="windowHeightSpinBox">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="suffix">
|
||
<string/>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>65536</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>480</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="labelWindowWidth">
|
||
<property name="text">
|
||
<string>&Window Size:</string>
|
||
</property>
|
||
<property name="buddy">
|
||
<cstring>windowWidthSpinBox</cstring>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="2">
|
||
<widget class="QLabel" name="label">
|
||
<property name="text">
|
||
<string>×</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="4">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="text">
|
||
<string>pixels</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="5">
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="consoleSettingsBox">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="title">
|
||
<string>&Console Window</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QCheckBox" name="showConsoleCheck">
|
||
<property name="text">
|
||
<string>When the game is launched, show the console window</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="showConsoleErrorCheck">
|
||
<property name="text">
|
||
<string>When the game crashes, show the console window</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="autoCloseConsoleCheck">
|
||
<property name="text">
|
||
<string>When the game quits, hide the console window</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="globalDataPacksGroupBox">
|
||
<property name="title">
|
||
<string>&Global Data Packs</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_18">
|
||
<item>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="text">
|
||
<string>Allows installing data packs across all worlds if an applicable mod is installed.
|
||
It is most likely you will need to change the path - please refer to the mod's website.</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>6</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="text">
|
||
<string>Folder Path</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<widget class="QLineEdit" name="dataPacksPathEdit">
|
||
<property name="placeholderText">
|
||
<string>datapacks</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="dataPacksPathBrowse">
|
||
<property name="text">
|
||
<string>Browse</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="gameTimeGroupBox">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="title">
|
||
<string>Game &Time</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_10">
|
||
<item>
|
||
<widget class="QCheckBox" name="showGameTime">
|
||
<property name="text">
|
||
<string>Show time spent &playing instances</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="recordGameTime">
|
||
<property name="text">
|
||
<string>&Record time spent playing instances</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="showGlobalGameTime">
|
||
<property name="text">
|
||
<string>Show the &total time played across instances</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="showGameTimeWithoutDays">
|
||
<property name="text">
|
||
<string>Always show durations in &hours</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="instanceAccountGroupBox">
|
||
<property name="title">
|
||
<string>Override &Default Account</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="instanceAccountNameLabel">
|
||
<property name="text">
|
||
<string>Account:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="instanceAccountSelector">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="serverJoinGroupBox">
|
||
<property name="title">
|
||
<string>Enable Auto-&join</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_2">
|
||
<item row="1" column="1">
|
||
<widget class="QComboBox" name="worldsCb">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QRadioButton" name="worldJoinButton">
|
||
<property name="text">
|
||
<string>Singleplayer world:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QRadioButton" name="serverJoinAddressButton">
|
||
<property name="text">
|
||
<string>Server address:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="serverJoinAddress">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>200</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="loaderGroup">
|
||
<property name="title">
|
||
<string>Override Mod Download &Loaders</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
<item>
|
||
<widget class="QCheckBox" name="neoForge">
|
||
<property name="text">
|
||
<string>NeoForge</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="forge">
|
||
<property name="text">
|
||
<string>Forge</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="fabric">
|
||
<property name="text">
|
||
<string>Fabric</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="quilt">
|
||
<property name="text">
|
||
<string>Quilt</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="liteLoader">
|
||
<property name="text">
|
||
<string>LiteLoader</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_2">
|
||
<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>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="javaPage">
|
||
<attribute name="title">
|
||
<string>Java</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_11">
|
||
<item>
|
||
<widget class="QScrollArea" name="javaScrollArea">
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>624</width>
|
||
<height>487</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="tweaksPage">
|
||
<attribute name="title">
|
||
<string>Tweaks</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||
<item>
|
||
<widget class="QScrollArea" name="scrollArea_2">
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>624</width>
|
||
<height>487</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||
<item>
|
||
<widget class="QGroupBox" name="legacySettingsGroupBox">
|
||
<property name="title">
|
||
<string>&Legacy Tweaks</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_17">
|
||
<item>
|
||
<widget class="QCheckBox" name="onlineFixes">
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>Emulates usages of old online services which are no longer operating.</p><p>Current fixes include: skin and online mode support.</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Enable online fixes (experimental)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="nativeWorkaroundsGroupBox">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="title">
|
||
<string>&Native Libraries</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QFormLayout" name="formLayout_2">
|
||
<property name="labelAlignment">
|
||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
</property>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="labelGLFWPath">
|
||
<property name="text">
|
||
<string>&GLFW library path:</string>
|
||
</property>
|
||
<property name="buddy">
|
||
<cstring>lineEditGLFWPath</cstring>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<spacer name="verticalSpacer_6">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Fixed</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>6</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="6" column="0">
|
||
<widget class="QLabel" name="labelOpenALPath">
|
||
<property name="text">
|
||
<string>&OpenAL library path:</string>
|
||
</property>
|
||
<property name="buddy">
|
||
<cstring>lineEditOpenALPath</cstring>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QLineEdit" name="lineEditGLFWPath">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<widget class="QCheckBox" name="useNativeGLFWCheck">
|
||
<property name="text">
|
||
<string>Use system installation of GLFW</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0" colspan="2">
|
||
<widget class="QCheckBox" name="useNativeOpenALCheck">
|
||
<property name="text">
|
||
<string>Use system installation of OpenAL</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="1">
|
||
<widget class="QLineEdit" name="lineEditOpenALPath">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="perfomanceGroupBox">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="title">
|
||
<string>&Performance</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>false</bool>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_13">
|
||
<item>
|
||
<widget class="QCheckBox" name="enableFeralGamemodeCheck">
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>Enable Feral Interactive's GameMode, to potentially improve gaming performance.</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Enable Feral GameMode</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="enableMangoHud">
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>Enable MangoHud's advanced performance overlay.</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Enable MangoHud</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="useDiscreteGpuCheck">
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p>Use the discrete GPU instead of the primary GPU.</p></body></html></string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Use discrete GPU</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="useZink">
|
||
<property name="toolTip">
|
||
<string>Use Zink, a Mesa OpenGL driver that implements OpenGL on top of Vulkan. Performance may vary depending on the situation. Note: If no suitable Vulkan driver is found, software rendering will be used.</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>Use Zink</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</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>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="customCommandsPage">
|
||
<attribute name="title">
|
||
<string>Custom Commands</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||
<item>
|
||
<widget class="CustomCommands" name="customCommands" native="true"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="environmentVariablesPage">
|
||
<attribute name="title">
|
||
<string>Environment Variables</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_16">
|
||
<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="EnvironmentVariables" name="environmentVariables" native="true"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>CustomCommands</class>
|
||
<extends>QWidget</extends>
|
||
<header>ui/widgets/CustomCommands.h</header>
|
||
<container>1</container>
|
||
</customwidget>
|
||
<customwidget>
|
||
<class>EnvironmentVariables</class>
|
||
<extends>QWidget</extends>
|
||
<header>ui/widgets/EnvironmentVariables.h</header>
|
||
<container>1</container>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<tabstops>
|
||
<tabstop>openGlobalSettingsButton</tabstop>
|
||
<tabstop>settingsTabs</tabstop>
|
||
<tabstop>scrollArea</tabstop>
|
||
<tabstop>maximizedCheckBox</tabstop>
|
||
<tabstop>windowHeightSpinBox</tabstop>
|
||
<tabstop>windowWidthSpinBox</tabstop>
|
||
<tabstop>closeAfterLaunchCheck</tabstop>
|
||
<tabstop>quitAfterGameStopCheck</tabstop>
|
||
<tabstop>showConsoleCheck</tabstop>
|
||
<tabstop>showConsoleErrorCheck</tabstop>
|
||
<tabstop>autoCloseConsoleCheck</tabstop>
|
||
<tabstop>showGameTime</tabstop>
|
||
<tabstop>recordGameTime</tabstop>
|
||
<tabstop>showGlobalGameTime</tabstop>
|
||
<tabstop>showGameTimeWithoutDays</tabstop>
|
||
<tabstop>instanceAccountGroupBox</tabstop>
|
||
<tabstop>instanceAccountSelector</tabstop>
|
||
<tabstop>serverJoinGroupBox</tabstop>
|
||
<tabstop>serverJoinAddressButton</tabstop>
|
||
<tabstop>serverJoinAddress</tabstop>
|
||
<tabstop>worldJoinButton</tabstop>
|
||
<tabstop>worldsCb</tabstop>
|
||
<tabstop>javaScrollArea</tabstop>
|
||
<tabstop>scrollArea_2</tabstop>
|
||
<tabstop>onlineFixes</tabstop>
|
||
<tabstop>useNativeGLFWCheck</tabstop>
|
||
<tabstop>lineEditGLFWPath</tabstop>
|
||
<tabstop>useNativeOpenALCheck</tabstop>
|
||
<tabstop>lineEditOpenALPath</tabstop>
|
||
<tabstop>enableFeralGamemodeCheck</tabstop>
|
||
<tabstop>enableMangoHud</tabstop>
|
||
<tabstop>useDiscreteGpuCheck</tabstop>
|
||
<tabstop>useZink</tabstop>
|
||
</tabstops>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|