174 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			174 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>PatchDialog</class>
 | 
						|
 <widget class="QDialog" name="PatchDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>511</width>
 | 
						|
    <height>451</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Patches</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset resource="../../resource.qrc">
 | 
						|
    <normaloff>:/icons/images/patch.png</normaloff>:/icons/images/patch.png</iconset>
 | 
						|
  </property>
 | 
						|
  <widget class="QGroupBox" name="groupPatches">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>230</x>
 | 
						|
     <y>10</y>
 | 
						|
     <width>271</width>
 | 
						|
     <height>361</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <property name="title">
 | 
						|
    <string>&Patches</string>
 | 
						|
   </property>
 | 
						|
   <widget class="QListWidget" name="listPatches">
 | 
						|
    <property name="geometry">
 | 
						|
     <rect>
 | 
						|
      <x>10</x>
 | 
						|
      <y>20</y>
 | 
						|
      <width>251</width>
 | 
						|
      <height>331</height>
 | 
						|
     </rect>
 | 
						|
    </property>
 | 
						|
    <property name="font">
 | 
						|
     <font>
 | 
						|
      <family>Courier New</family>
 | 
						|
     </font>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
  </widget>
 | 
						|
  <widget class="QGroupBox" name="groupModules">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>10</x>
 | 
						|
     <y>10</y>
 | 
						|
     <width>211</width>
 | 
						|
     <height>391</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <property name="title">
 | 
						|
    <string>&Modules</string>
 | 
						|
   </property>
 | 
						|
   <widget class="QListWidget" name="listModules">
 | 
						|
    <property name="geometry">
 | 
						|
     <rect>
 | 
						|
      <x>10</x>
 | 
						|
      <y>20</y>
 | 
						|
      <width>191</width>
 | 
						|
      <height>361</height>
 | 
						|
     </rect>
 | 
						|
    </property>
 | 
						|
    <property name="font">
 | 
						|
     <font>
 | 
						|
      <family>Courier New</family>
 | 
						|
     </font>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
  </widget>
 | 
						|
  <widget class="QWidget" name="layoutWidget">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>231</x>
 | 
						|
     <y>381</y>
 | 
						|
     <width>271</width>
 | 
						|
     <height>58</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QPushButton" name="btnSelectAll">
 | 
						|
        <property name="text">
 | 
						|
         <string>&Select All</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QPushButton" name="btnDeselectAll">
 | 
						|
        <property name="text">
 | 
						|
         <string>&Deselect All</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QPushButton" name="btnRestoreSelected">
 | 
						|
        <property name="text">
 | 
						|
         <string>&Restore Selected</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
      <item>
 | 
						|
       <widget class="QPushButton" name="btnPickGroups">
 | 
						|
        <property name="enabled">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>Pick &Groups</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QPushButton" name="btnPatchFile">
 | 
						|
        <property name="enabled">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>&Patch File</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
  <widget class="QWidget" name="">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>7</x>
 | 
						|
     <y>410</y>
 | 
						|
     <width>211</width>
 | 
						|
     <height>25</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
						|
    <item>
 | 
						|
     <widget class="QPushButton" name="btnImport">
 | 
						|
      <property name="text">
 | 
						|
       <string>&Import</string>
 | 
						|
      </property>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <widget class="QPushButton" name="btnExport">
 | 
						|
      <property name="text">
 | 
						|
       <string>&Export</string>
 | 
						|
      </property>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
 </widget>
 | 
						|
 <tabstops>
 | 
						|
  <tabstop>listModules</tabstop>
 | 
						|
  <tabstop>listPatches</tabstop>
 | 
						|
  <tabstop>btnPatchFile</tabstop>
 | 
						|
 </tabstops>
 | 
						|
 <resources>
 | 
						|
  <include location="../../resource.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |