| 1 | 
 <?xml version="1.0" encoding="UTF-8"?> | 
 
 
 
 
 
 | 2 | 
 <ui version="4.0"> | 
 
 
 
 
 
 | 3 | 
  <class>PackagePageFinal</class> | 
 
 
 
 
 
 | 4 | 
  <widget class="QWizardPage" name="PackagePageFinal"> | 
 
 
 
 
 
 | 5 | 
   <property name="geometry"> | 
 
 
 
 
 
 | 6 | 
    <rect> | 
 
 
 
 
 
 | 7 | 
     <x>0</x> | 
 
 
 
 
 
 | 8 | 
     <y>0</y> | 
 
 
 
 
 
 | 9 | 
     <width>595</width> | 
 
 
 
 
 
 | 10 | 
     <height>300</height> | 
 
 
 
 
 
 | 11 | 
    </rect> | 
 
 
 
 
 
 | 12 | 
   </property> | 
 
 
 
 
 
 | 13 | 
   <property name="windowTitle"> | 
 
 
 
 
 
 | 14 | 
    <string>WizardPage</string> | 
 
 
 
 
 
 | 15 | 
   </property> | 
 
 
 
 
 
 | 16 | 
   <layout class="QVBoxLayout" name="verticalLayout"> | 
 
 
 
 
 
 | 17 | 
    <item> | 
 
 
 
 
 
 | 18 | 
     <widget class="QLabel" name="lbComplete"> | 
 
 
 
 
 
 | 19 | 
      <property name="text"> | 
 
 
 
 
 
 | 20 | 
       <string><html> | 
 
 
 
 
 
 | 21 | 
 The wizard is now complete. The package will be created when you click in finish.<br/> | 
 
 
 
 
 
 | 22 | 
 After that you can upload the package to <a href="www.mods.oni2.net">mods.oni2.net</a> to get your mod listed in the AEI. | 
 
 
 
 
 
 | 23 | 
 </html></string> | 
 
 
 
 
 
 | 24 | 
      </property> | 
 
 
 
 
 
 | 25 | 
      <property name="wordWrap"> | 
 
 
 
 
 
 | 26 | 
       <bool>true</bool> | 
 
 
 
 
 
 | 27 | 
      </property> | 
 
 
 
 
 
 | 28 | 
     </widget> | 
 
 
 
 
 
 | 29 | 
    </item> | 
 
 
 
 
 
 | 30 | 
    <item> | 
 
 
 
 
 
 | 31 | 
     <spacer name="verticalSpacer"> | 
 
 
 
 
 
 | 32 | 
      <property name="orientation"> | 
 
 
 
 
 
 | 33 | 
       <enum>Qt::Vertical</enum> | 
 
 
 
 
 
 | 34 | 
      </property> | 
 
 
 
 
 
 | 35 | 
      <property name="sizeType"> | 
 
 
 
 
 
 | 36 | 
       <enum>QSizePolicy::Fixed</enum> | 
 
 
 
 
 
 | 37 | 
      </property> | 
 
 
 
 
 
 | 38 | 
      <property name="sizeHint" stdset="0"> | 
 
 
 
 
 
 | 39 | 
       <size> | 
 
 
 
 
 
 | 40 | 
        <width>20</width> | 
 
 
 
 
 
 | 41 | 
        <height>30</height> | 
 
 
 
 
 
 | 42 | 
       </size> | 
 
 
 
 
 
 | 43 | 
      </property> | 
 
 
 
 
 
 | 44 | 
     </spacer> | 
 
 
 
 
 
 | 45 | 
    </item> | 
 
 
 
 
 
 | 46 | 
    <item> | 
 
 
 
 
 
 | 47 | 
     <widget class="QGroupBox" name="groupBox"> | 
 
 
 
 
 
 | 48 | 
      <property name="title"> | 
 
 
 
 
 
 | 49 | 
       <string>After the package creation</string> | 
 
 
 
 
 
 | 50 | 
      </property> | 
 
 
 
 
 
 | 51 | 
      <layout class="QVBoxLayout" name="verticalLayout_2"> | 
 
 
 
 
 
 | 52 | 
       <item> | 
 
 
 
 
 
 | 53 | 
        <widget class="QCheckBox" name="cbOpenFolder"> | 
 
 
 
 
 
 | 54 | 
         <property name="text"> | 
 
 
 
 
 
 | 55 | 
          <string>Open the folder automatically where the package resides</string> | 
 
 
 
 
 
 | 56 | 
         </property> | 
 
 
 
 
 
 | 57 | 
        </widget> | 
 
 
 
 
 
 | 58 | 
       </item> | 
 
 
 
 
 
 | 59 | 
       <item> | 
 
 
 
 
 
 | 60 | 
        <widget class="QCheckBox" name="cbCreateZip"> | 
 
 
 
 
 
 | 61 | 
         <property name="text"> | 
 
 
 
 
 
 | 62 | 
          <string>Automatically create a zip archive for the package</string> | 
 
 
 
 
 
 | 63 | 
         </property> | 
 
 
 
 
 
 | 64 | 
        </widget> | 
 
 
 
 
 
 | 65 | 
       </item> | 
 
 
 
 
 
 | 66 | 
      </layout> | 
 
 
 
 
 
 | 67 | 
     </widget> | 
 
 
 
 
 
 | 68 | 
    </item> | 
 
 
 
 
 
 | 69 | 
   </layout> | 
 
 
 
 
 
 | 70 | 
  </widget> | 
 
 
 
 
 
 | 71 | 
  <resources/> | 
 
 
 
 
 
 | 72 | 
  <connections/> | 
 
 
 
 
 
 | 73 | 
 </ui> |