|         | 
     1 <?xml version="1.0" encoding="UTF-8"?> | 
|         | 
     2 <ui version="4.0"> | 
|         | 
     3  <class>ConfigBox</class> | 
|         | 
     4  <widget class="QDialog" name="ConfigBox"> | 
|         | 
     5   <property name="geometry"> | 
|         | 
     6    <rect> | 
|         | 
     7     <x>0</x> | 
|         | 
     8     <y>0</y> | 
|         | 
     9     <width>480</width> | 
|         | 
    10     <height>320</height> | 
|         | 
    11    </rect> | 
|         | 
    12   </property> | 
|         | 
    13   <property name="minimumSize"> | 
|         | 
    14    <size> | 
|         | 
    15     <width>320</width> | 
|         | 
    16     <height>256</height> | 
|         | 
    17    </size> | 
|         | 
    18   </property> | 
|         | 
    19   <property name="windowTitle"> | 
|         | 
    20    <string>Dialog</string> | 
|         | 
    21   </property> | 
|         | 
    22   <layout class="QVBoxLayout" name="verticalLayout"> | 
|         | 
    23    <item> | 
|         | 
    24     <widget class="QTabWidget" name="tabWidget"> | 
|         | 
    25      <property name="currentIndex"> | 
|         | 
    26       <number>0</number> | 
|         | 
    27      </property> | 
|         | 
    28      <widget class="QWidget" name="tab"> | 
|         | 
    29       <attribute name="title"> | 
|         | 
    30        <string>WAD Paths</string> | 
|         | 
    31       </attribute> | 
|         | 
    32       <layout class="QVBoxLayout" name="verticalLayout_3"> | 
|         | 
    33        <item> | 
|         | 
    34         <layout class="QGridLayout" name="gridLayout"> | 
|         | 
    35          <item row="1" column="2"> | 
|         | 
    36           <widget class="QPushButton" name="pushButton_6"> | 
|         | 
    37            <property name="text"> | 
|         | 
    38             <string>Add</string> | 
|         | 
    39            </property> | 
|         | 
    40           </widget> | 
|         | 
    41          </item> | 
|         | 
    42          <item row="1" column="1"> | 
|         | 
    43           <layout class="QHBoxLayout" name="horizontalLayout"> | 
|         | 
    44            <item> | 
|         | 
    45             <widget class="QLineEdit" name="lineEdit"/> | 
|         | 
    46            </item> | 
|         | 
    47            <item> | 
|         | 
    48             <widget class="QPushButton" name="pushButton"> | 
|         | 
    49              <property name="text"> | 
|         | 
    50               <string>...</string> | 
|         | 
    51              </property> | 
|         | 
    52             </widget> | 
|         | 
    53            </item> | 
|         | 
    54           </layout> | 
|         | 
    55          </item> | 
|         | 
    56          <item row="2" column="1"> | 
|         | 
    57           <widget class="QListWidget" name="listWidget"/> | 
|         | 
    58          </item> | 
|         | 
    59          <item row="2" column="2"> | 
|         | 
    60           <layout class="QVBoxLayout" name="verticalLayout_2"> | 
|         | 
    61            <item> | 
|         | 
    62             <widget class="QPushButton" name="pushButton_5"> | 
|         | 
    63              <property name="text"> | 
|         | 
    64               <string>Move Up</string> | 
|         | 
    65              </property> | 
|         | 
    66             </widget> | 
|         | 
    67            </item> | 
|         | 
    68            <item> | 
|         | 
    69             <widget class="QPushButton" name="pushButton_4"> | 
|         | 
    70              <property name="text"> | 
|         | 
    71               <string>Move Down</string> | 
|         | 
    72              </property> | 
|         | 
    73             </widget> | 
|         | 
    74            </item> | 
|         | 
    75            <item> | 
|         | 
    76             <spacer name="verticalSpacer_2"> | 
|         | 
    77              <property name="orientation"> | 
|         | 
    78               <enum>Qt::Vertical</enum> | 
|         | 
    79              </property> | 
|         | 
    80              <property name="sizeHint" stdset="0"> | 
|         | 
    81               <size> | 
|         | 
    82                <width>20</width> | 
|         | 
    83                <height>40</height> | 
|         | 
    84               </size> | 
|         | 
    85              </property> | 
|         | 
    86             </spacer> | 
|         | 
    87            </item> | 
|         | 
    88            <item> | 
|         | 
    89             <widget class="QPushButton" name="pushButton_2"> | 
|         | 
    90              <property name="text"> | 
|         | 
    91               <string>Delete</string> | 
|         | 
    92              </property> | 
|         | 
    93             </widget> | 
|         | 
    94            </item> | 
|         | 
    95            <item> | 
|         | 
    96             <widget class="QPushButton" name="pushButton_3"> | 
|         | 
    97              <property name="text"> | 
|         | 
    98               <string>Clear</string> | 
|         | 
    99              </property> | 
|         | 
   100             </widget> | 
|         | 
   101            </item> | 
|         | 
   102            <item> | 
|         | 
   103             <spacer name="verticalSpacer"> | 
|         | 
   104              <property name="orientation"> | 
|         | 
   105               <enum>Qt::Vertical</enum> | 
|         | 
   106              </property> | 
|         | 
   107              <property name="sizeHint" stdset="0"> | 
|         | 
   108               <size> | 
|         | 
   109                <width>20</width> | 
|         | 
   110                <height>40</height> | 
|         | 
   111               </size> | 
|         | 
   112              </property> | 
|         | 
   113             </spacer> | 
|         | 
   114            </item> | 
|         | 
   115           </layout> | 
|         | 
   116          </item> | 
|         | 
   117         </layout> | 
|         | 
   118        </item> | 
|         | 
   119       </layout> | 
|         | 
   120      </widget> | 
|         | 
   121      <widget class="QWidget" name="tab_2"> | 
|         | 
   122       <attribute name="title"> | 
|         | 
   123        <string>Zandronum Binaries</string> | 
|         | 
   124       </attribute> | 
|         | 
   125       <layout class="QVBoxLayout" name="verticalLayout_4"> | 
|         | 
   126        <item> | 
|         | 
   127         <widget class="QWidget" name="zandronumVersions" native="true"/> | 
|         | 
   128        </item> | 
|         | 
   129       </layout> | 
|         | 
   130      </widget> | 
|         | 
   131     </widget> | 
|         | 
   132    </item> | 
|         | 
   133    <item> | 
|         | 
   134     <widget class="QDialogButtonBox" name="buttonBox"> | 
|         | 
   135      <property name="orientation"> | 
|         | 
   136       <enum>Qt::Horizontal</enum> | 
|         | 
   137      </property> | 
|         | 
   138      <property name="standardButtons"> | 
|         | 
   139       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | 
|         | 
   140      </property> | 
|         | 
   141     </widget> | 
|         | 
   142    </item> | 
|         | 
   143   </layout> | 
|         | 
   144  </widget> | 
|         | 
   145  <resources/> | 
|         | 
   146  <connections> | 
|         | 
   147   <connection> | 
|         | 
   148    <sender>buttonBox</sender> | 
|         | 
   149    <signal>accepted()</signal> | 
|         | 
   150    <receiver>ConfigBox</receiver> | 
|         | 
   151    <slot>accept()</slot> | 
|         | 
   152    <hints> | 
|         | 
   153     <hint type="sourcelabel"> | 
|         | 
   154      <x>248</x> | 
|         | 
   155      <y>254</y> | 
|         | 
   156     </hint> | 
|         | 
   157     <hint type="destinationlabel"> | 
|         | 
   158      <x>157</x> | 
|         | 
   159      <y>274</y> | 
|         | 
   160     </hint> | 
|         | 
   161    </hints> | 
|         | 
   162   </connection> | 
|         | 
   163   <connection> | 
|         | 
   164    <sender>buttonBox</sender> | 
|         | 
   165    <signal>rejected()</signal> | 
|         | 
   166    <receiver>ConfigBox</receiver> | 
|         | 
   167    <slot>reject()</slot> | 
|         | 
   168    <hints> | 
|         | 
   169     <hint type="sourcelabel"> | 
|         | 
   170      <x>316</x> | 
|         | 
   171      <y>260</y> | 
|         | 
   172     </hint> | 
|         | 
   173     <hint type="destinationlabel"> | 
|         | 
   174      <x>286</x> | 
|         | 
   175      <y>274</y> | 
|         | 
   176     </hint> | 
|         | 
   177    </hints> | 
|         | 
   178   </connection> | 
|         | 
   179  </connections> | 
|         | 
   180 </ui> |