1086 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1086 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>SettingsDialog</class>
 | 
						|
 <widget class="QDialog" name="SettingsDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>545</width>
 | 
						|
    <height>609</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="sizePolicy">
 | 
						|
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
    <horstretch>0</horstretch>
 | 
						|
    <verstretch>0</verstretch>
 | 
						|
   </sizepolicy>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Settings</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset resource="../../graphics.qrc">
 | 
						|
    <normaloff>:/icons/toolbar/settings</normaloff>:/icons/toolbar/settings</iconset>
 | 
						|
  </property>
 | 
						|
  <property name="modal">
 | 
						|
   <bool>true</bool>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="mainLayout">
 | 
						|
   <item>
 | 
						|
    <widget class="QTabWidget" name="settingsTabs">
 | 
						|
     <property name="tabShape">
 | 
						|
      <enum>QTabWidget::Rounded</enum>
 | 
						|
     </property>
 | 
						|
     <property name="currentIndex">
 | 
						|
      <number>0</number>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="featuresTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Features</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_9">
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="updateSettingsBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Update Settings</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_7">
 | 
						|
          <item>
 | 
						|
           <widget class="QCheckBox" name="autoUpdateCheckBox">
 | 
						|
            <property name="text">
 | 
						|
             <string>Check for updates when MultiMC starts?</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QLabel" name="updateChannelLabel">
 | 
						|
            <property name="text">
 | 
						|
             <string>Update Channel:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QComboBox" name="updateChannelComboBox">
 | 
						|
            <property name="enabled">
 | 
						|
             <bool>false</bool>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QLabel" name="updateChannelDescLabel">
 | 
						|
            <property name="text">
 | 
						|
             <string>No channel selected.</string>
 | 
						|
            </property>
 | 
						|
            <property name="wordWrap">
 | 
						|
             <bool>true</bool>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>FTB</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="gridLayout">
 | 
						|
          <item row="2" column="2">
 | 
						|
           <widget class="QPushButton" name="ftbLauncherBrowseBtn">
 | 
						|
            <property name="enabled">
 | 
						|
             <bool>false</bool>
 | 
						|
            </property>
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="maximumSize">
 | 
						|
             <size>
 | 
						|
              <width>28</width>
 | 
						|
              <height>16777215</height>
 | 
						|
             </size>
 | 
						|
            </property>
 | 
						|
            <property name="focusPolicy">
 | 
						|
             <enum>Qt::TabFocus</enum>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="0">
 | 
						|
           <widget class="QLabel" name="label">
 | 
						|
            <property name="text">
 | 
						|
             <string>Launcher:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="1">
 | 
						|
           <widget class="QLineEdit" name="ftbLauncherBox">
 | 
						|
            <property name="enabled">
 | 
						|
             <bool>false</bool>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="0" colspan="2">
 | 
						|
           <widget class="QCheckBox" name="trackFtbBox">
 | 
						|
            <property name="text">
 | 
						|
             <string>Track FTB instances</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="1">
 | 
						|
           <widget class="QLineEdit" name="ftbBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="2">
 | 
						|
           <widget class="QPushButton" name="ftbBrowseBtn">
 | 
						|
            <property name="enabled">
 | 
						|
             <bool>true</bool>
 | 
						|
            </property>
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="maximumSize">
 | 
						|
             <size>
 | 
						|
              <width>28</width>
 | 
						|
              <height>16777215</height>
 | 
						|
             </size>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="0">
 | 
						|
           <widget class="QLabel" name="label_2">
 | 
						|
            <property name="text">
 | 
						|
             <string>Files:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="foldersBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Folders</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="foldersBoxLayout">
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="labelInstDir">
 | 
						|
            <property name="text">
 | 
						|
             <string>Instances:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="1">
 | 
						|
           <widget class="QLineEdit" name="instDirTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="2">
 | 
						|
           <widget class="QToolButton" name="instDirBrowseBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="0">
 | 
						|
           <widget class="QLabel" name="labelModsDir">
 | 
						|
            <property name="text">
 | 
						|
             <string>Mods:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QLineEdit" name="modsDirTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="1">
 | 
						|
           <widget class="QLineEdit" name="lwjglDirTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="2">
 | 
						|
           <widget class="QToolButton" name="modsDirBrowseBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="0">
 | 
						|
           <widget class="QLabel" name="labelLWJGLDir">
 | 
						|
            <property name="text">
 | 
						|
             <string>LWJGL:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="2">
 | 
						|
           <widget class="QToolButton" name="lwjglDirBrowseBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="1">
 | 
						|
           <widget class="QLineEdit" name="iconsDirTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="0">
 | 
						|
           <widget class="QLabel" name="labelIconsDir">
 | 
						|
            <property name="text">
 | 
						|
             <string>Icons:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="3" column="2">
 | 
						|
           <widget class="QToolButton" name="iconsDirBrowseBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>...</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 class="QWidget" name="generalTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>User Interface</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
       <item>
 | 
						|
        <layout class="QGridLayout" name="_2">
 | 
						|
         <item row="0" column="0">
 | 
						|
          <widget class="QLabel" name="label_3">
 | 
						|
           <property name="sizePolicy">
 | 
						|
            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | 
						|
             <horstretch>0</horstretch>
 | 
						|
             <verstretch>0</verstretch>
 | 
						|
            </sizepolicy>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>Language (needs restart):</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item row="0" column="1">
 | 
						|
          <widget class="QComboBox" name="languageBox"/>
 | 
						|
         </item>
 | 
						|
        </layout>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QPushButton" name="resetNotificationsBtn">
 | 
						|
         <property name="text">
 | 
						|
          <string>Reset hidden notifications</string>
 | 
						|
         </property>
 | 
						|
         <property name="checkable">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="sortingModeBox">
 | 
						|
         <property name="enabled">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="title">
 | 
						|
          <string>Sorting Mode</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QHBoxLayout" name="sortingModeBoxLayout">
 | 
						|
          <item>
 | 
						|
           <widget class="QRadioButton" name="sortLastLaunchedBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>By last launched</string>
 | 
						|
            </property>
 | 
						|
            <attribute name="buttonGroup">
 | 
						|
             <string notr="true">sortingModeGroup</string>
 | 
						|
            </attribute>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QRadioButton" name="sortByNameBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>By name</string>
 | 
						|
            </property>
 | 
						|
            <attribute name="buttonGroup">
 | 
						|
             <string notr="true">sortingModeGroup</string>
 | 
						|
            </attribute>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="editorsBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>External Editors (leave empty for system default)</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="foldersBoxLayout_2">
 | 
						|
          <item row="0" column="1">
 | 
						|
           <widget class="QLineEdit" name="jsonEditorTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="labelJsonEditor">
 | 
						|
            <property name="text">
 | 
						|
             <string>JSON Editor:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="2">
 | 
						|
           <widget class="QToolButton" name="jsonEditorBrowseBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="generalTabSpacer">
 | 
						|
         <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 class="QWidget" name="minecraftTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Minecraft</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="windowSizeGroupBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Window Size</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						|
          <item>
 | 
						|
           <widget class="QCheckBox" name="maximizedCheckBox">
 | 
						|
            <property name="text">
 | 
						|
             <string>Start Minecraft maximized?</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <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">
 | 
						|
               <number>854</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="1" column="1">
 | 
						|
             <widget class="QSpinBox" name="windowHeightSpinBox">
 | 
						|
              <property name="minimum">
 | 
						|
               <number>480</number>
 | 
						|
              </property>
 | 
						|
              <property name="maximum">
 | 
						|
               <number>65536</number>
 | 
						|
              </property>
 | 
						|
              <property name="value">
 | 
						|
               <number>480</number>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="consoleSettingsBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Console Settings</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
          <item>
 | 
						|
           <widget class="QCheckBox" name="showConsoleCheck">
 | 
						|
            <property name="text">
 | 
						|
             <string>Show console while the game is running?</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QCheckBox" name="autoCloseConsoleCheck">
 | 
						|
            <property name="text">
 | 
						|
             <string>Automatically close console when the game quits?</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="verticalSpacerMinecraft">
 | 
						|
         <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 class="QWidget" name="javaTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Java</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_5">
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="memoryGroupBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Memory</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="gridLayout_2">
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QSpinBox" name="maxMemSpinBox">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>The maximum amount of memory Minecraft is allowed to use.</string>
 | 
						|
            </property>
 | 
						|
            <property name="suffix">
 | 
						|
             <string> MB</string>
 | 
						|
            </property>
 | 
						|
            <property name="minimum">
 | 
						|
             <number>512</number>
 | 
						|
            </property>
 | 
						|
            <property name="maximum">
 | 
						|
             <number>65536</number>
 | 
						|
            </property>
 | 
						|
            <property name="singleStep">
 | 
						|
             <number>128</number>
 | 
						|
            </property>
 | 
						|
            <property name="value">
 | 
						|
             <number>1024</number>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="labelMinMem">
 | 
						|
            <property name="text">
 | 
						|
             <string>Minimum memory allocation:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="0">
 | 
						|
           <widget class="QLabel" name="labelMaxMem">
 | 
						|
            <property name="text">
 | 
						|
             <string>Maximum memory allocation:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="1">
 | 
						|
           <widget class="QSpinBox" name="minMemSpinBox">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>The amount of memory Minecraft is started with.</string>
 | 
						|
            </property>
 | 
						|
            <property name="suffix">
 | 
						|
             <string> MB</string>
 | 
						|
            </property>
 | 
						|
            <property name="minimum">
 | 
						|
             <number>256</number>
 | 
						|
            </property>
 | 
						|
            <property name="maximum">
 | 
						|
             <number>65536</number>
 | 
						|
            </property>
 | 
						|
            <property name="singleStep">
 | 
						|
             <number>128</number>
 | 
						|
            </property>
 | 
						|
            <property name="value">
 | 
						|
             <number>256</number>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="0">
 | 
						|
           <widget class="QLabel" name="labelPermGen">
 | 
						|
            <property name="text">
 | 
						|
             <string>PermGen:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="1">
 | 
						|
           <widget class="QSpinBox" name="permGenSpinBox">
 | 
						|
            <property name="toolTip">
 | 
						|
             <string>The amount of memory available to store loaded Java classes.</string>
 | 
						|
            </property>
 | 
						|
            <property name="suffix">
 | 
						|
             <string> MB</string>
 | 
						|
            </property>
 | 
						|
            <property name="minimum">
 | 
						|
             <number>64</number>
 | 
						|
            </property>
 | 
						|
            <property name="maximum">
 | 
						|
             <number>999999999</number>
 | 
						|
            </property>
 | 
						|
            <property name="singleStep">
 | 
						|
             <number>8</number>
 | 
						|
            </property>
 | 
						|
            <property name="value">
 | 
						|
             <number>64</number>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="javaSettingsGroupBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Java Settings</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="gridLayout_3">
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="labelJavaPath">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>Java path:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QPushButton" name="javaDetectBtn">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>Auto-detect...</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="2">
 | 
						|
           <widget class="QPushButton" name="javaTestBtn">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>Test</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="0">
 | 
						|
           <widget class="QLabel" name="labelJVMArgs">
 | 
						|
            <property name="sizePolicy">
 | 
						|
             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | 
						|
              <horstretch>0</horstretch>
 | 
						|
              <verstretch>0</verstretch>
 | 
						|
             </sizepolicy>
 | 
						|
            </property>
 | 
						|
            <property name="text">
 | 
						|
             <string>JVM arguments:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="1" colspan="2">
 | 
						|
           <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
            <item>
 | 
						|
             <widget class="QLineEdit" name="javaPathTextBox"/>
 | 
						|
            </item>
 | 
						|
            <item>
 | 
						|
             <widget class="QPushButton" name="javaBrowseBtn">
 | 
						|
              <property name="sizePolicy">
 | 
						|
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | 
						|
                <horstretch>0</horstretch>
 | 
						|
                <verstretch>0</verstretch>
 | 
						|
               </sizepolicy>
 | 
						|
              </property>
 | 
						|
              <property name="maximumSize">
 | 
						|
               <size>
 | 
						|
                <width>28</width>
 | 
						|
                <height>16777215</height>
 | 
						|
               </size>
 | 
						|
              </property>
 | 
						|
              <property name="text">
 | 
						|
               <string>...</string>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
          <item row="2" column="1" colspan="2">
 | 
						|
           <widget class="QLineEdit" name="jvmArgsTextBox"/>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="customCommandsGroupBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Custom Commands</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QGridLayout" name="gridLayout_4">
 | 
						|
          <item row="1" column="0">
 | 
						|
           <widget class="QLabel" name="labelPostExitCmd">
 | 
						|
            <property name="text">
 | 
						|
             <string>Post-exit command:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="0">
 | 
						|
           <widget class="QLabel" name="labelPreLaunchCmd">
 | 
						|
            <property name="text">
 | 
						|
             <string>Pre-launch command:</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item row="0" column="1">
 | 
						|
           <widget class="QLineEdit" name="preLaunchCmdTextBox"/>
 | 
						|
          </item>
 | 
						|
          <item row="1" column="1">
 | 
						|
           <widget class="QLineEdit" name="postExitCmdTextBox"/>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="labelCustomCmdsDescription">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>Pre-launch command runs before the instance launches and post-exit command runs after it exits. Both will be run in MultiMC's working directory with INST_ID, INST_DIR, and INST_NAME as environment variables.</string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						|
         </property>
 | 
						|
         <property name="wordWrap">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="networkTab">
 | 
						|
      <property name="toolTip">
 | 
						|
       <string>Network settings.</string>
 | 
						|
      </property>
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Network</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_6">
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="proxySettingsBox">
 | 
						|
         <property name="title">
 | 
						|
          <string>Proxy</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_8">
 | 
						|
          <item>
 | 
						|
           <widget class="QGroupBox" name="proxyTypeBox">
 | 
						|
            <property name="title">
 | 
						|
             <string>Type</string>
 | 
						|
            </property>
 | 
						|
            <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
						|
             <item>
 | 
						|
              <widget class="QRadioButton" name="proxyDefaultBtn">
 | 
						|
               <property name="toolTip">
 | 
						|
                <string>Uses your system's default proxy settings.</string>
 | 
						|
               </property>
 | 
						|
               <property name="text">
 | 
						|
                <string>Default</string>
 | 
						|
               </property>
 | 
						|
               <attribute name="buttonGroup">
 | 
						|
                <string notr="true">proxyGroup</string>
 | 
						|
               </attribute>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item>
 | 
						|
              <widget class="QRadioButton" name="proxyNoneBtn">
 | 
						|
               <property name="text">
 | 
						|
                <string>None</string>
 | 
						|
               </property>
 | 
						|
               <attribute name="buttonGroup">
 | 
						|
                <string notr="true">proxyGroup</string>
 | 
						|
               </attribute>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item>
 | 
						|
              <widget class="QRadioButton" name="proxySOCKS5Btn">
 | 
						|
               <property name="text">
 | 
						|
                <string>SOCKS5</string>
 | 
						|
               </property>
 | 
						|
               <attribute name="buttonGroup">
 | 
						|
                <string notr="true">proxyGroup</string>
 | 
						|
               </attribute>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item>
 | 
						|
              <widget class="QRadioButton" name="proxyHTTPBtn">
 | 
						|
               <property name="text">
 | 
						|
                <string>HTTP</string>
 | 
						|
               </property>
 | 
						|
               <attribute name="buttonGroup">
 | 
						|
                <string notr="true">proxyGroup</string>
 | 
						|
               </attribute>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
            </layout>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QGroupBox" name="proxyAddrBox">
 | 
						|
            <property name="title">
 | 
						|
             <string>Address and Port</string>
 | 
						|
            </property>
 | 
						|
            <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
             <item>
 | 
						|
              <widget class="QLineEdit" name="proxyAddrEdit">
 | 
						|
               <property name="placeholderText">
 | 
						|
                <string>127.0.0.1</string>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item>
 | 
						|
              <widget class="QSpinBox" name="proxyPortEdit">
 | 
						|
               <property name="alignment">
 | 
						|
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | 
						|
               </property>
 | 
						|
               <property name="buttonSymbols">
 | 
						|
                <enum>QAbstractSpinBox::PlusMinus</enum>
 | 
						|
               </property>
 | 
						|
               <property name="maximum">
 | 
						|
                <number>65535</number>
 | 
						|
               </property>
 | 
						|
               <property name="value">
 | 
						|
                <number>8080</number>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
            </layout>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QGroupBox" name="proxyAuthBox">
 | 
						|
            <property name="title">
 | 
						|
             <string>Authentication</string>
 | 
						|
            </property>
 | 
						|
            <layout class="QGridLayout" name="gridLayout_5">
 | 
						|
             <item row="0" column="1">
 | 
						|
              <widget class="QLineEdit" name="proxyUserEdit"/>
 | 
						|
             </item>
 | 
						|
             <item row="0" column="0">
 | 
						|
              <widget class="QLabel" name="proxyUsernameLabel">
 | 
						|
               <property name="text">
 | 
						|
                <string>Username:</string>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item row="1" column="0">
 | 
						|
              <widget class="QLabel" name="proxyPasswordLabel">
 | 
						|
               <property name="text">
 | 
						|
                <string>Password:</string>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item row="1" column="1">
 | 
						|
              <widget class="QLineEdit" name="proxyPassEdit">
 | 
						|
               <property name="echoMode">
 | 
						|
                <enum>QLineEdit::Password</enum>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
             <item row="2" column="0" colspan="2">
 | 
						|
              <widget class="QLabel" name="proxyPlainTextWarningLabel">
 | 
						|
               <property name="text">
 | 
						|
                <string>Note: Proxy username and password are stored in plain text inside MultiMC's configuration file!</string>
 | 
						|
               </property>
 | 
						|
               <property name="wordWrap">
 | 
						|
                <bool>true</bool>
 | 
						|
               </property>
 | 
						|
              </widget>
 | 
						|
             </item>
 | 
						|
            </layout>
 | 
						|
           </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 class="QWidget" name="externalToolsTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>External Tools</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_13">
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox_2">
 | 
						|
         <property name="title">
 | 
						|
          <string>JProfiler</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_10">
 | 
						|
          <item>
 | 
						|
           <layout class="QHBoxLayout" name="horizontalLayout_4">
 | 
						|
            <item>
 | 
						|
             <widget class="QLineEdit" name="jprofilerPathEdit"/>
 | 
						|
            </item>
 | 
						|
            <item>
 | 
						|
             <widget class="QPushButton" name="jprofilerPathBtn">
 | 
						|
              <property name="text">
 | 
						|
               <string>...</string>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QPushButton" name="jprofilerCheckBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>Check</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QLabel" name="jprofilerLink">
 | 
						|
            <property name="text">
 | 
						|
             <string><html><head/><body><p><a href="http://www.ej-technologies.com/products/jprofiler/overview.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.ej-technologies.com/products/jprofiler/overview.html</span></a></p></body></html></string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox_3">
 | 
						|
         <property name="title">
 | 
						|
          <string>JVisualVM</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_11">
 | 
						|
          <item>
 | 
						|
           <layout class="QHBoxLayout" name="horizontalLayout_5">
 | 
						|
            <item>
 | 
						|
             <widget class="QLineEdit" name="jvisualvmPathEdit"/>
 | 
						|
            </item>
 | 
						|
            <item>
 | 
						|
             <widget class="QPushButton" name="jvisualvmPathBtn">
 | 
						|
              <property name="text">
 | 
						|
               <string>...</string>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QPushButton" name="jvisualvmCheckBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>Check</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QLabel" name="jvisualvmLink">
 | 
						|
            <property name="text">
 | 
						|
             <string><html><head/><body><p><a href="http://visualvm.java.net/"><span style=" text-decoration: underline; color:#0000ff;">http://visualvm.java.net/</span></a></p></body></html></string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QGroupBox" name="groupBox_4">
 | 
						|
         <property name="title">
 | 
						|
          <string>MCEdit</string>
 | 
						|
         </property>
 | 
						|
         <layout class="QVBoxLayout" name="verticalLayout_12">
 | 
						|
          <item>
 | 
						|
           <layout class="QHBoxLayout" name="horizontalLayout_6">
 | 
						|
            <item>
 | 
						|
             <widget class="QLineEdit" name="mceditPathEdit"/>
 | 
						|
            </item>
 | 
						|
            <item>
 | 
						|
             <widget class="QPushButton" name="mceditPathBtn">
 | 
						|
              <property name="text">
 | 
						|
               <string>...</string>
 | 
						|
              </property>
 | 
						|
             </widget>
 | 
						|
            </item>
 | 
						|
           </layout>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QPushButton" name="mceditCheckBtn">
 | 
						|
            <property name="text">
 | 
						|
             <string>Check</string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <widget class="QLabel" name="mceditLink">
 | 
						|
            <property name="text">
 | 
						|
             <string><html><head/><body><p><a href="http://www.mcedit.net/"><span style=" text-decoration: underline; color:#0000ff;">http://www.mcedit.net/</span></a></p></body></html></string>
 | 
						|
            </property>
 | 
						|
           </widget>
 | 
						|
          </item>
 | 
						|
         </layout>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <spacer name="verticalSpacer_3">
 | 
						|
         <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>
 | 
						|
   <item>
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <tabstops>
 | 
						|
  <tabstop>buttonBox</tabstop>
 | 
						|
  <tabstop>sortLastLaunchedBtn</tabstop>
 | 
						|
  <tabstop>sortByNameBtn</tabstop>
 | 
						|
  <tabstop>jsonEditorTextBox</tabstop>
 | 
						|
  <tabstop>jsonEditorBrowseBtn</tabstop>
 | 
						|
  <tabstop>maximizedCheckBox</tabstop>
 | 
						|
  <tabstop>windowWidthSpinBox</tabstop>
 | 
						|
  <tabstop>windowHeightSpinBox</tabstop>
 | 
						|
  <tabstop>showConsoleCheck</tabstop>
 | 
						|
  <tabstop>autoCloseConsoleCheck</tabstop>
 | 
						|
  <tabstop>minMemSpinBox</tabstop>
 | 
						|
  <tabstop>maxMemSpinBox</tabstop>
 | 
						|
  <tabstop>permGenSpinBox</tabstop>
 | 
						|
  <tabstop>javaPathTextBox</tabstop>
 | 
						|
  <tabstop>javaBrowseBtn</tabstop>
 | 
						|
  <tabstop>javaDetectBtn</tabstop>
 | 
						|
  <tabstop>javaTestBtn</tabstop>
 | 
						|
  <tabstop>jvmArgsTextBox</tabstop>
 | 
						|
  <tabstop>preLaunchCmdTextBox</tabstop>
 | 
						|
  <tabstop>postExitCmdTextBox</tabstop>
 | 
						|
  <tabstop>settingsTabs</tabstop>
 | 
						|
 </tabstops>
 | 
						|
 <resources>
 | 
						|
  <include location="../../graphics.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>SettingsDialog</receiver>
 | 
						|
   <slot>accept()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>257</x>
 | 
						|
     <y>410</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>157</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>rejected()</signal>
 | 
						|
   <receiver>SettingsDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>325</x>
 | 
						|
     <y>410</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>286</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
 <buttongroups>
 | 
						|
  <buttongroup name="sortingModeGroup"/>
 | 
						|
  <buttongroup name="proxyGroup"/>
 | 
						|
 </buttongroups>
 | 
						|
</ui>
 |