2013-07-14 19:26:53 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2014-06-09 00:29:18 +01:00
<class>InstanceSettingsPage</class>
<widget class="QWidget" name="InstanceSettingsPage">
2013-07-14 19:26:53 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2020-09-10 22:10:17 +01:00
<width>691</width>
<height>581</height>
2013-07-14 19:26:53 +01:00
</rect>
</property>
2013-08-26 02:59:51 +01:00
<layout class="QVBoxLayout" name="verticalLayout">
2019-07-17 01:17:09 +01:00
<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>
2019-06-01 11:28:53 +01:00
<item>
<widget class="QCommandLinkButton" name="openGlobalJavaSettingsButton">
<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>
2013-08-26 02:59:51 +01:00
<item>
<widget class="QTabWidget" name="settingsTabs">
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
2021-05-22 17:07:08 +01:00
<number>0</number>
2013-08-26 02:59:51 +01:00
</property>
<widget class="QWidget" name="minecraftTab">
<attribute name="title">
2016-01-03 02:15:12 +00:00
<string notr="true">Java</string>
2013-08-26 02:59:51 +01:00
</attribute>
2014-06-09 00:29:18 +01:00
<layout class="QVBoxLayout" name="verticalLayout_5">
2013-08-26 02:59:51 +01:00
<item>
2014-06-09 00:29:18 +01:00
<widget class="QGroupBox" name="javaSettingsGroupBox">
2013-08-26 02:59:51 +01:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
2018-02-16 23:00:06 +00:00
<string>Java insta&llation</string>
2013-08-26 02:59:51 +01:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
2014-06-09 00:29:18 +01:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
<widget class="QLineEdit" name="javaPathTextBox"/>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="javaDetectBtn">
2013-08-26 02:59:51 +01:00
<property name="text">
2014-06-09 00:29:18 +01:00
<string>Auto-detect...</string>
2013-08-26 02:59:51 +01:00
</property>
</widget>
</item>
2014-06-09 00:29:18 +01:00
<item row="1" column="1">
<widget class="QPushButton" name="javaBrowseBtn">
2013-07-14 19:26:53 +01:00
<property name="text">
2014-06-09 00:29:18 +01:00
<string>Browse...</string>
2013-08-26 02:59:51 +01:00
</property>
</widget>
</item>
2014-06-09 00:29:18 +01:00
<item row="1" column="2">
<widget class="QPushButton" name="javaTestBtn">
2013-08-26 02:59:51 +01:00
<property name="text">
2014-06-09 00:29:18 +01:00
<string>Test</string>
2013-08-26 02:59:51 +01:00
</property>
</widget>
</item>
2022-03-24 13:47:22 +00:00
<item row="2" column="0">
<widget class="QCheckBox" name="skipCompatibilityCheckbox">
<property name="toolTip">
<string>If enabled, the launcher will not check if an instance is compatible with the selected Java version.</string>
</property>
<property name="text">
<string>Skip Java compatibility checks</string>
</property>
</widget>
</item>
2013-08-26 02:59:51 +01:00
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="memoryGroupBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
2015-09-04 01:10:29 +01:00
<string>Memor&y</string>
2013-08-26 02:59:51 +01:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
2022-11-11 14:24:14 +00:00
<layout class="QGridLayout" name="gridLayout_2" columnstretch="1,0,0,0">
2022-11-11 14:02:08 +00:00
<item row="2" column="0">
<widget class="QLabel" name="labelPermGen">
2016-03-15 16:19:16 +00:00
<property name="text">
2022-11-11 14:02:08 +00:00
<string notr="true">PermGen:</string>
2016-03-15 16:19:16 +00:00
</property>
</widget>
</item>
2022-11-11 14:24:14 +00:00
<item row="0" column="0">
<widget class="QLabel" name="labelMinMem">
<property name="text">
<string>Minimum memory allocation:</string>
</property>
</widget>
</item>
2022-11-11 14:02:08 +00:00
<item row="1" column="0">
<widget class="QLabel" name="labelMaxMem">
<property name="text">
<string>Maximum memory allocation:</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<widget class="QLabel" name="labelPermgenNote">
<property name="text">
<string>Note: Permgen is set automatically by Java 8 and later</string>
</property>
</widget>
</item>
2022-11-11 14:24:14 +00:00
<item row="0" column="2">
<widget class="QSpinBox" name="minMemSpinBox">
2014-01-10 13:16:31 +00:00
<property name="toolTip">
2022-11-11 14:24:14 +00:00
<string>The amount of memory Minecraft is started with.</string>
2014-01-10 13:16:31 +00:00
</property>
2014-01-09 15:30:21 +00:00
<property name="suffix">
2021-06-23 09:55:09 +01:00
<string notr="true"> MiB</string>
2014-01-09 15:30:21 +00:00
</property>
2013-08-26 02:59:51 +01:00
<property name="minimum">
2022-11-11 14:24:14 +00:00
<number>128</number>
2013-08-26 02:59:51 +01:00
</property>
<property name="maximum">
2022-11-11 14:24:14 +00:00
<number>1048576</number>
2013-08-26 02:59:51 +01:00
</property>
<property name="singleStep">
2022-11-11 14:24:14 +00:00
<number>128</number>
2013-08-26 02:59:51 +01:00
</property>
<property name="value">
2022-11-11 14:24:14 +00:00
<number>256</number>
2013-07-14 19:26:53 +01:00
</property>
</widget>
</item>
2022-11-11 14:02:08 +00:00
<item row="1" column="2">
<widget class="QSpinBox" name="maxMemSpinBox">
2014-01-10 13:16:31 +00:00
<property name="toolTip">
2022-11-11 14:02:08 +00:00
<string>The maximum amount of memory Minecraft is allowed to use.</string>
2014-01-10 13:16:31 +00:00
</property>
2014-01-09 15:30:21 +00:00
<property name="suffix">
2021-06-23 09:55:09 +01:00
<string notr="true"> MiB</string>
2014-01-09 15:30:21 +00:00
</property>
2013-07-14 19:26:53 +01:00
<property name="minimum">
2017-01-07 17:11:41 +00:00
<number>128</number>
2013-07-14 19:26:53 +01:00
</property>
<property name="maximum">
2022-11-11 14:04:18 +00:00
<number>1048576</number>
2013-07-14 19:26:53 +01:00
</property>
<property name="singleStep">
2013-08-26 02:59:51 +01:00
<number>128</number>
2013-07-14 19:26:53 +01:00
</property>
<property name="value">
2022-11-11 14:02:08 +00:00
<number>1024</number>
2013-07-14 19:26:53 +01:00
</property>
</widget>
</item>
2022-11-11 14:24:14 +00:00
<item row="2" column="2">
<widget class="QSpinBox" name="permGenSpinBox">
2014-01-10 13:16:31 +00:00
<property name="toolTip">
2022-11-11 14:24:14 +00:00
<string>The amount of memory available to store loaded Java classes.</string>
2014-01-10 13:16:31 +00:00
</property>
2014-01-09 15:30:21 +00:00
<property name="suffix">
2021-06-23 09:55:09 +01:00
<string notr="true"> MiB</string>
2014-01-09 15:30:21 +00:00
</property>
2013-07-14 19:26:53 +01:00
<property name="minimum">
2022-11-11 14:24:14 +00:00
<number>64</number>
2013-07-14 19:26:53 +01:00
</property>
<property name="maximum">
2022-11-11 14:24:14 +00:00
<number>999999999</number>
2013-08-26 02:59:51 +01:00
</property>
<property name="singleStep">
2022-11-11 14:24:14 +00:00
<number>8</number>
2013-07-14 19:26:53 +01:00
</property>
<property name="value">
2022-11-11 14:24:14 +00:00
<number>64</number>
2013-08-26 02:59:51 +01:00
</property>
</widget>
</item>
2022-11-11 14:24:14 +00:00
<item row="1" column="3">
2022-11-11 14:02:08 +00:00
<widget class="QLabel" name="labelMaxMemIcon">
2013-08-26 02:59:51 +01:00
<property name="text">
2022-11-11 14:02:08 +00:00
<string notr="true"/>
2013-08-26 02:59:51 +01:00
</property>
2022-11-11 14:02:08 +00:00
<property name="alignment">
<set>Qt::AlignCenter</set>
2016-03-15 16:19:16 +00:00
</property>
2022-11-11 14:02:08 +00:00
<property name="buddy">
<cstring>maxMemSpinBox</cstring>
2016-03-15 16:19:16 +00:00
</property>
</widget>
</item>
2013-08-26 02:59:51 +01:00
</layout>
</widget>
</item>
<item>
2014-06-09 00:29:18 +01:00
<widget class="QGroupBox" name="javaArgumentsGroupBox">
2013-08-26 02:59:51 +01:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
2018-02-16 23:00:06 +00:00
<string>Java argumen&ts</string>
2013-08-26 02:59:51 +01:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
2014-06-09 00:29:18 +01:00
<layout class="QGridLayout" name="gridLayout_5">
<item row="1" column="1">
<widget class="QPlainTextEdit" name="jvmArgsTextBox"/>
2013-08-26 02:59:51 +01:00
</item>
2014-06-09 00:29:18 +01:00
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="javaTab">
<attribute name="title">
<string>Game windows</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<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>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QCheckBox" name="maximizedCheckBox">
2013-08-26 02:59:51 +01:00
<property name="text">
2023-06-20 09:25:11 +01:00
<string>Start Minecraft maximized</string>
2013-07-14 19:26:53 +01:00
</property>
</widget>
</item>
2014-06-09 00:29:18 +01:00
<item>
<layout class="QGridLayout" name="gridLayoutWindowSize">
<item row="1" column="0">
<widget class="QLabel" name="labelWindowHeight">
<property name="text">
<string>Window height:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="labelWindowWidth">
<property name="text">
<string>Window width:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="windowWidthSpinBox">
<property name="minimum">
2014-12-12 20:51:42 +00:00
<number>1</number>
2014-06-09 00:29:18 +01:00
</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="1" column="1">
<widget class="QSpinBox" name="windowHeightSpinBox">
<property name="minimum">
2014-12-12 20:51:42 +00:00
<number>1</number>
2014-06-09 00:29:18 +01:00
</property>
<property name="maximum">
<number>65536</number>
</property>
<property name="value">
<number>480</number>
</property>
</widget>
</item>
</layout>
2013-11-25 00:14:30 +00:00
</item>
2014-06-09 00:29:18 +01:00
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="consoleSettingsBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
2015-09-04 01:10:29 +01:00
<string>Conso&le Settings</string>
2014-06-09 00:29:18 +01:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="showConsoleCheck">
2013-08-26 02:59:51 +01:00
<property name="text">
2023-06-20 09:25:11 +01:00
<string>Show console while the game is running</string>
2013-08-26 02:59:51 +01:00
</property>
</widget>
</item>
2014-06-09 00:29:18 +01:00
<item>
<widget class="QCheckBox" name="autoCloseConsoleCheck">
2013-11-25 00:14:30 +00:00
<property name="text">
2023-06-20 09:25:11 +01:00
<string>Automatically close console when the game quits</string>
2013-11-25 00:14:30 +00:00
</property>
</widget>
2013-08-26 02:59:51 +01:00
</item>
2016-11-03 23:19:32 +00:00
<item>
<widget class="QCheckBox" name="showConsoleErrorCheck">
<property name="text">
2023-06-20 09:25:11 +01:00
<string>Show console when the game crashes</string>
2016-11-03 23:19:32 +00:00
</property>
</widget>
</item>
2013-08-26 02:59:51 +01:00
</layout>
</widget>
</item>
2022-05-12 22:11:06 +01:00
<item>
<widget class="QGroupBox" name="miscellaneousSettingsBox">
<property name="title">
<string>Miscellaneous</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QCheckBox" name="closeAfterLaunchCheck">
<property name="text">
<string>Close the launcher after game window opens</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="quitAfterGameStopCheck">
<property name="text">
<string>Quit the launcher after game window closes</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2014-06-09 00:29:18 +01:00
<item>
<spacer name="verticalSpacerMinecraft_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>88</width>
<height>125</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Custom commands</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6">
2013-08-26 02:59:51 +01:00
<item>
2018-02-16 23:00:06 +00:00
<widget class="CustomCommands" name="customCommands" native="true"/>
2014-06-09 00:29:18 +01:00
</item>
2013-08-26 02:59:51 +01:00
</layout>
</widget>
2020-09-10 22:10:17 +01:00
<widget class="QWidget" name="workaroundsPage">
<attribute name="title">
<string>Workarounds</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<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>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QCheckBox" name="useNativeGLFWCheck">
<property name="text">
<string>Use system installation of GLFW</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="useNativeOpenALCheck">
<property name="text">
<string>Use system installation of OpenAL</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>
2022-06-29 21:37:25 +01:00
<widget class="QWidget" name="performancePage">
<attribute name="title">
<string>Performance</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QGroupBox" name="perfomanceGroupBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Performance</string>
</property>
<property name="checkable">
<bool>true</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>
</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>
2021-09-15 01:43:09 +01:00
<widget class="QWidget" name="miscellaneousPage">
2020-12-09 22:16:01 +00:00
<attribute name="title">
2021-09-15 01:43:09 +01:00
<string>Miscellaneous</string>
2020-12-09 22:16:01 +00:00
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_9">
2023-07-13 02:10:48 +01:00
<item>
<widget class="QGroupBox" name="modLoaderSettingsGroupBox">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="title">
<string>Mod loader settings</string>
</property>
<layout class="QVBoxLayout" name="VerticalLayout_16">
<item>
<widget class="QCheckBox" name="disableQuiltBeaconCheckBox">
<property name="text">
2023-07-14 01:57:38 +01:00
<string>Disable Quilt Loader Beacon</string>
</property>
<property name="toolTip">
<string>Disable Quilt loader's beacon for counting monthly active users</string>
2023-07-13 02:10:48 +01:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
2020-12-09 22:16:01 +00:00
<item>
<widget class="QGroupBox" name="gameTimeGroupBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Override global game time settings</string>
</property>
<property name="checkable">
<bool>true</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 this instance</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="recordGameTime">
<property name="text">
<string>Record time spent playing this instance</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2021-05-22 12:15:59 +01:00
<item>
<widget class="QGroupBox" name="serverJoinGroupBox">
<property name="title">
<string>Set a server to join on launch</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<layout class="QGridLayout" name="serverJoinLayout">
<item row="0" column="0">
<widget class="QLabel" name="serverJoinAddressLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Server address:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="serverJoinAddress"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2022-11-11 10:32:54 +00:00
<item>
2022-12-27 22:00:15 +00:00
<widget class="QGroupBox" name="instanceAccountGroupBox">
<property name="title">
2023-01-02 18:16:09 +00:00
<string>Override default account</string>
2022-12-27 22:00:15 +00:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
2022-12-27 22:39:35 +00:00
<layout class="QVBoxLayout" name="verticalLayout_15">
2022-12-27 22:00:15 +00:00
<item>
<layout class="QGridLayout" name="instanceAccountLayout">
<item row="0" column="0">
<widget class="QLabel" name="instanceAccountNameLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Account:</string>
</property>
</widget>
</item>
<item row="0" column="1">
2023-05-14 18:57:51 +01:00
<widget class="QComboBox" name="instanceAccountSelector"/>
2022-12-27 22:00:15 +00:00
</item>
</layout>
</item>
</layout>
2023-02-19 12:00:18 +00:00
</widget>
</item>
<item>
2022-12-23 09:35:29 +00:00
<widget class="QCheckBox" name="onlineFixes">
2022-11-11 10:32:54 +00:00
<property name="toolTip">
2022-12-23 09:35:29 +00:00
<string><html><head/><body><p>Fixes usages of old online services which are no longer operating by emulating them or redirecting to their modern counterparts.</p><p>This currently only allows modern skins to be used.</p></body></html></string>
2022-11-11 10:32:54 +00:00
</property>
<property name="text">
2022-12-23 09:35:29 +00:00
<string>Enable online fixes</string>
2022-11-11 10:32:54 +00:00
</property>
</widget>
</item>
2020-12-09 22:16:01 +00:00
<item>
2021-09-15 01:43:09 +01:00
<spacer name="verticalSpacerMiscellaneous">
2020-12-09 22:16:01 +00:00
<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>
2013-08-26 02:59:51 +01:00
</widget>
</item>
</layout>
2013-07-14 19:26:53 +01:00
</widget>
2018-02-16 23:00:06 +00:00
<customwidgets>
<customwidget>
<class>CustomCommands</class>
<extends>QWidget</extends>
2021-11-22 02:55:16 +00:00
<header>ui/widgets/CustomCommands.h</header>
2018-02-16 23:00:06 +00:00
<container>1</container>
</customwidget>
</customwidgets>
2014-07-14 19:48:51 +01:00
<tabstops>
2019-06-01 11:28:53 +01:00
<tabstop>openGlobalJavaSettingsButton</tabstop>
2014-07-14 19:48:51 +01:00
<tabstop>settingsTabs</tabstop>
<tabstop>javaSettingsGroupBox</tabstop>
<tabstop>javaPathTextBox</tabstop>
<tabstop>javaDetectBtn</tabstop>
<tabstop>javaBrowseBtn</tabstop>
<tabstop>javaTestBtn</tabstop>
<tabstop>memoryGroupBox</tabstop>
<tabstop>minMemSpinBox</tabstop>
<tabstop>maxMemSpinBox</tabstop>
<tabstop>permGenSpinBox</tabstop>
<tabstop>javaArgumentsGroupBox</tabstop>
<tabstop>jvmArgsTextBox</tabstop>
<tabstop>windowSizeGroupBox</tabstop>
<tabstop>maximizedCheckBox</tabstop>
<tabstop>windowWidthSpinBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>consoleSettingsBox</tabstop>
<tabstop>showConsoleCheck</tabstop>
<tabstop>autoCloseConsoleCheck</tabstop>
2016-11-03 23:19:32 +00:00
<tabstop>showConsoleErrorCheck</tabstop>
2020-09-10 22:10:17 +01:00
<tabstop>nativeWorkaroundsGroupBox</tabstop>
<tabstop>useNativeGLFWCheck</tabstop>
<tabstop>useNativeOpenALCheck</tabstop>
2020-12-09 22:16:01 +00:00
<tabstop>showGameTime</tabstop>
<tabstop>recordGameTime</tabstop>
2014-07-14 19:48:51 +01:00
</tabstops>
2013-07-14 19:26:53 +01:00
<resources/>
<connections/>
</ui>