341 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			341 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>OneSixModEditDialog</class>
 | 
						|
 <widget class="QDialog" name="OneSixModEditDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>555</width>
 | 
						|
    <height>463</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Manage Mods</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QGridLayout" name="gridLayout">
 | 
						|
   <item row="0" column="0">
 | 
						|
    <widget class="QTabWidget" name="tabWidget">
 | 
						|
     <property name="enabled">
 | 
						|
      <bool>true</bool>
 | 
						|
     </property>
 | 
						|
     <property name="minimumSize">
 | 
						|
      <size>
 | 
						|
       <width>0</width>
 | 
						|
       <height>0</height>
 | 
						|
      </size>
 | 
						|
     </property>
 | 
						|
     <property name="currentIndex">
 | 
						|
      <number>1</number>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="libTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Version</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <layout class="QVBoxLayout" name="verticalLayout_10">
 | 
						|
         <item>
 | 
						|
          <widget class="ModListView" name="libraryTreeView">
 | 
						|
           <property name="verticalScrollBarPolicy">
 | 
						|
            <enum>Qt::ScrollBarAlwaysOn</enum>
 | 
						|
           </property>
 | 
						|
           <property name="horizontalScrollBarPolicy">
 | 
						|
            <enum>Qt::ScrollBarAlwaysOff</enum>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <layout class="QHBoxLayout" name="horizontalLayout_7">
 | 
						|
           <item>
 | 
						|
            <widget class="QLabel" name="label">
 | 
						|
             <property name="text">
 | 
						|
              <string>Main Class:</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
           <item>
 | 
						|
            <widget class="QLineEdit" name="mainClassEdit">
 | 
						|
             <property name="enabled">
 | 
						|
              <bool>false</bool>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
          </layout>
 | 
						|
         </item>
 | 
						|
        </layout>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="forgeBtn">
 | 
						|
           <property name="toolTip">
 | 
						|
            <string>Replace any current custom version with Minecraft Forge</string>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>Install Forge</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="liteloaderBtn">
 | 
						|
           <property name="text">
 | 
						|
            <string>Install LiteLoader</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="customizeBtn">
 | 
						|
           <property name="toolTip">
 | 
						|
            <string>Create an customized copy of the base version</string>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>Customize</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="revertBtn">
 | 
						|
           <property name="enabled">
 | 
						|
            <bool>false</bool>
 | 
						|
           </property>
 | 
						|
           <property name="toolTip">
 | 
						|
            <string>Revert to original base version</string>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>Revert</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="Line" name="line">
 | 
						|
           <property name="frameShadow">
 | 
						|
            <enum>QFrame::Sunken</enum>
 | 
						|
           </property>
 | 
						|
           <property name="orientation">
 | 
						|
            <enum>Qt::Horizontal</enum>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="addLibraryBtn">
 | 
						|
           <property name="enabled">
 | 
						|
            <bool>false</bool>
 | 
						|
           </property>
 | 
						|
           <property name="toolTip">
 | 
						|
            <string>Add new libraries</string>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>&Add</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="removeLibraryBtn">
 | 
						|
           <property name="enabled">
 | 
						|
            <bool>false</bool>
 | 
						|
           </property>
 | 
						|
           <property name="toolTip">
 | 
						|
            <string>Remove selected libraries</string>
 | 
						|
           </property>
 | 
						|
           <property name="text">
 | 
						|
            <string>&Remove</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="Line" name="line_2">
 | 
						|
           <property name="orientation">
 | 
						|
            <enum>Qt::Horizontal</enum>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="customEditorBtn">
 | 
						|
           <property name="text">
 | 
						|
            <string>Open custom.json</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <spacer name="verticalSpacer_7">
 | 
						|
           <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>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="modTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Loader Mods</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_6">
 | 
						|
       <item>
 | 
						|
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
         <item>
 | 
						|
          <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
           <item>
 | 
						|
            <widget class="ModListView" name="loaderModTreeView">
 | 
						|
             <property name="sizePolicy">
 | 
						|
              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | 
						|
               <horstretch>0</horstretch>
 | 
						|
               <verstretch>0</verstretch>
 | 
						|
              </sizepolicy>
 | 
						|
             </property>
 | 
						|
             <property name="acceptDrops">
 | 
						|
              <bool>true</bool>
 | 
						|
             </property>
 | 
						|
             <property name="dragDropMode">
 | 
						|
              <enum>QAbstractItemView::DropOnly</enum>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
          </layout>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
           <item>
 | 
						|
            <widget class="QPushButton" name="addModBtn">
 | 
						|
             <property name="text">
 | 
						|
              <string>&Add</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
           <item>
 | 
						|
            <widget class="QPushButton" name="rmModBtn">
 | 
						|
             <property name="text">
 | 
						|
              <string>&Remove</string>
 | 
						|
             </property>
 | 
						|
            </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>
 | 
						|
           <item>
 | 
						|
            <widget class="QPushButton" name="viewModBtn">
 | 
						|
             <property name="text">
 | 
						|
              <string>&View Folder</string>
 | 
						|
             </property>
 | 
						|
            </widget>
 | 
						|
           </item>
 | 
						|
          </layout>
 | 
						|
         </item>
 | 
						|
        </layout>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="MCModInfoFrame" name="frame">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="resPackTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Resource Packs</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
						|
       <item>
 | 
						|
        <widget class="ModListView" name="resPackTreeView">
 | 
						|
         <property name="acceptDrops">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="dragDropMode">
 | 
						|
          <enum>QAbstractItemView::DropOnly</enum>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="addResPackBtn">
 | 
						|
           <property name="text">
 | 
						|
            <string>&Add</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="rmResPackBtn">
 | 
						|
           <property name="text">
 | 
						|
            <string>&Remove</string>
 | 
						|
           </property>
 | 
						|
          </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>
 | 
						|
         <item>
 | 
						|
          <widget class="QPushButton" name="viewResPackBtn">
 | 
						|
           <property name="text">
 | 
						|
            <string>&View Folder</string>
 | 
						|
           </property>
 | 
						|
          </widget>
 | 
						|
         </item>
 | 
						|
        </layout>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item row="1" column="0">
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="autoFillBackground">
 | 
						|
      <bool>false</bool>
 | 
						|
     </property>
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Close</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>ModListView</class>
 | 
						|
   <extends>QTreeView</extends>
 | 
						|
   <header>gui/widgets/ModListView.h</header>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>MCModInfoFrame</class>
 | 
						|
   <extends>QFrame</extends>
 | 
						|
   <header>gui/widgets/MCModInfoFrame.h</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |