188 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			188 lines
		
	
	
		
			5.2 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>543</width>
 | 
						|
    <height>423</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Dialog</string>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <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>0</number>
 | 
						|
     </property>
 | 
						|
     <property name="elideMode">
 | 
						|
      <enum>Qt::ElideNone</enum>
 | 
						|
     </property>
 | 
						|
     <property name="tabsClosable">
 | 
						|
      <bool>false</bool>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="libTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Library</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <item>
 | 
						|
        <widget class="ModListView" name="jarModsTreeView">
 | 
						|
         <property name="verticalScrollBarPolicy">
 | 
						|
          <enum>Qt::ScrollBarAlwaysOn</enum>
 | 
						|
         </property>
 | 
						|
         <property name="horizontalScrollBarPolicy">
 | 
						|
          <enum>Qt::ScrollBarAlwaysOff</enum>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="modTab">
 | 
						|
      <attribute name="title">
 | 
						|
       <string>Loader Mods</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
       <item>
 | 
						|
        <widget class="ModListView" name="loaderModTreeView">
 | 
						|
         <property name="acceptDrops">
 | 
						|
          <bool>true</bool>
 | 
						|
         </property>
 | 
						|
         <property name="dragDropMode">
 | 
						|
          <enum>QAbstractItemView::DropOnly</enum>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </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>
 | 
						|
     </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>
 | 
						|
    <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/ModListView.h</header>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |