[771] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
| 3 | <class>PackagePage2</class>
|
---|
| 4 | <widget class="QWizardPage" name="PackagePage2">
|
---|
| 5 | <property name="geometry">
|
---|
| 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
[792] | 9 | <width>451</width>
|
---|
[811] | 10 | <height>390</height>
|
---|
[771] | 11 | </rect>
|
---|
| 12 | </property>
|
---|
| 13 | <property name="sizePolicy">
|
---|
| 14 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 15 | <horstretch>0</horstretch>
|
---|
| 16 | <verstretch>0</verstretch>
|
---|
| 17 | </sizepolicy>
|
---|
| 18 | </property>
|
---|
| 19 | <property name="windowTitle">
|
---|
| 20 | <string>WizardPage</string>
|
---|
| 21 | </property>
|
---|
[792] | 22 | <layout class="QFormLayout" name="formLayout">
|
---|
| 23 | <item row="0" column="0">
|
---|
| 24 | <widget class="QLabel" name="label">
|
---|
| 25 | <property name="text">
|
---|
| 26 | <string>Mod Name:</string>
|
---|
| 27 | </property>
|
---|
| 28 | </widget>
|
---|
| 29 | </item>
|
---|
| 30 | <item row="0" column="1">
|
---|
[771] | 31 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
| 32 | <item>
|
---|
| 33 | <widget class="QLineEdit" name="leModName"/>
|
---|
| 34 | </item>
|
---|
| 35 | <item>
|
---|
[790] | 36 | <widget class="QLabel" name="lbAsteriscModName">
|
---|
[771] | 37 | <property name="text">
|
---|
[790] | 38 | <string><html><span style="color:#0000ff;">*</span></html></string>
|
---|
[771] | 39 | </property>
|
---|
| 40 | </widget>
|
---|
| 41 | </item>
|
---|
| 42 | </layout>
|
---|
| 43 | </item>
|
---|
[811] | 44 | <item row="1" column="0">
|
---|
[792] | 45 | <widget class="QLabel" name="label_2">
|
---|
| 46 | <property name="text">
|
---|
| 47 | <string>Author(s):</string>
|
---|
| 48 | </property>
|
---|
| 49 | </widget>
|
---|
| 50 | </item>
|
---|
[811] | 51 | <item row="1" column="1">
|
---|
[771] | 52 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
---|
| 53 | <item>
|
---|
| 54 | <widget class="QLineEdit" name="leAuthors"/>
|
---|
| 55 | </item>
|
---|
| 56 | <item>
|
---|
[790] | 57 | <widget class="QLabel" name="lbAsteriscAuthors">
|
---|
[771] | 58 | <property name="text">
|
---|
[790] | 59 | <string><html><span style="color:#0000ff;">*</span></html></string>
|
---|
[771] | 60 | </property>
|
---|
| 61 | </widget>
|
---|
| 62 | </item>
|
---|
| 63 | </layout>
|
---|
| 64 | </item>
|
---|
[811] | 65 | <item row="2" column="0">
|
---|
[792] | 66 | <widget class="QLabel" name="label_3">
|
---|
| 67 | <property name="text">
|
---|
| 68 | <string>Version:</string>
|
---|
| 69 | </property>
|
---|
| 70 | </widget>
|
---|
| 71 | </item>
|
---|
[811] | 72 | <item row="2" column="1">
|
---|
[771] | 73 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
| 74 | <item>
|
---|
| 75 | <widget class="QLineEdit" name="leVersion"/>
|
---|
| 76 | </item>
|
---|
| 77 | <item>
|
---|
[790] | 78 | <widget class="QLabel" name="lbAsteriscVersion">
|
---|
[771] | 79 | <property name="text">
|
---|
[790] | 80 | <string><html><span style="color:#0000ff;">*</span></html></string>
|
---|
[771] | 81 | </property>
|
---|
| 82 | </widget>
|
---|
| 83 | </item>
|
---|
| 84 | </layout>
|
---|
| 85 | </item>
|
---|
[811] | 86 | <item row="3" column="0">
|
---|
[792] | 87 | <widget class="QLabel" name="label_4">
|
---|
| 88 | <property name="text">
|
---|
| 89 | <string>Description:</string>
|
---|
| 90 | </property>
|
---|
| 91 | </widget>
|
---|
| 92 | </item>
|
---|
[811] | 93 | <item row="3" column="1">
|
---|
[792] | 94 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
[771] | 95 | <item>
|
---|
| 96 | <widget class="QPlainTextEdit" name="ptDescription">
|
---|
| 97 | <property name="maximumSize">
|
---|
| 98 | <size>
|
---|
| 99 | <width>16777215</width>
|
---|
| 100 | <height>100</height>
|
---|
| 101 | </size>
|
---|
| 102 | </property>
|
---|
| 103 | </widget>
|
---|
| 104 | </item>
|
---|
| 105 | <item>
|
---|
[790] | 106 | <widget class="QLabel" name="lbAsteriscDescription">
|
---|
[771] | 107 | <property name="text">
|
---|
[790] | 108 | <string><html><span style="color:#0000ff;">*</span></html></string>
|
---|
[771] | 109 | </property>
|
---|
| 110 | </widget>
|
---|
| 111 | </item>
|
---|
| 112 | </layout>
|
---|
| 113 | </item>
|
---|
[811] | 114 | <item row="4" column="0">
|
---|
[792] | 115 | <widget class="QLabel" name="label_5">
|
---|
| 116 | <property name="text">
|
---|
| 117 | <string>Type:</string>
|
---|
| 118 | </property>
|
---|
| 119 | </widget>
|
---|
| 120 | </item>
|
---|
[811] | 121 | <item row="4" column="1">
|
---|
[792] | 122 | <widget class="QComboBox" name="cbType">
|
---|
[771] | 123 | <item>
|
---|
[792] | 124 | <property name="text">
|
---|
| 125 | <string>Weapons</string>
|
---|
| 126 | </property>
|
---|
[771] | 127 | </item>
|
---|
| 128 | <item>
|
---|
[792] | 129 | <property name="text">
|
---|
| 130 | <string>Characters</string>
|
---|
| 131 | </property>
|
---|
[771] | 132 | </item>
|
---|
[792] | 133 | <item>
|
---|
| 134 | <property name="text">
|
---|
| 135 | <string>Particles</string>
|
---|
| 136 | </property>
|
---|
| 137 | </item>
|
---|
| 138 | <item>
|
---|
| 139 | <property name="text">
|
---|
| 140 | <string>Animations (non-combat)</string>
|
---|
| 141 | </property>
|
---|
| 142 | </item>
|
---|
| 143 | <item>
|
---|
| 144 | <property name="text">
|
---|
| 145 | <string>Animations (combat)</string>
|
---|
| 146 | </property>
|
---|
| 147 | </item>
|
---|
| 148 | <item>
|
---|
| 149 | <property name="text">
|
---|
| 150 | <string>Sounds</string>
|
---|
| 151 | </property>
|
---|
| 152 | </item>
|
---|
| 153 | <item>
|
---|
| 154 | <property name="text">
|
---|
| 155 | <string>User Interface</string>
|
---|
| 156 | </property>
|
---|
| 157 | </item>
|
---|
| 158 | <item>
|
---|
| 159 | <property name="text">
|
---|
| 160 | <string>New Levels</string>
|
---|
| 161 | </property>
|
---|
| 162 | </item>
|
---|
| 163 | <item>
|
---|
| 164 | <property name="text">
|
---|
| 165 | <string>Scenarios</string>
|
---|
| 166 | </property>
|
---|
| 167 | </item>
|
---|
| 168 | </widget>
|
---|
[771] | 169 | </item>
|
---|
[811] | 170 | <item row="5" column="0">
|
---|
[792] | 171 | <widget class="QLabel" name="label_6">
|
---|
| 172 | <property name="text">
|
---|
| 173 | <string>Package Number:</string>
|
---|
| 174 | </property>
|
---|
| 175 | </widget>
|
---|
| 176 | </item>
|
---|
[811] | 177 | <item row="5" column="1">
|
---|
[771] | 178 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
| 179 | <item>
|
---|
| 180 | <widget class="QLineEdit" name="lePackageNumber"/>
|
---|
| 181 | </item>
|
---|
| 182 | <item>
|
---|
| 183 | <widget class="QPushButton" name="pbCheck">
|
---|
| 184 | <property name="toolTip">
|
---|
[797] | 185 | <string>Check if the current number is available using a online database</string>
|
---|
[771] | 186 | </property>
|
---|
| 187 | <property name="text">
|
---|
| 188 | <string>Check</string>
|
---|
| 189 | </property>
|
---|
| 190 | </widget>
|
---|
| 191 | </item>
|
---|
| 192 | </layout>
|
---|
| 193 | </item>
|
---|
[811] | 194 | <item row="6" column="0">
|
---|
[792] | 195 | <widget class="QLabel" name="label_7">
|
---|
| 196 | <property name="text">
|
---|
| 197 | <string>Scripts:</string>
|
---|
| 198 | </property>
|
---|
| 199 | </widget>
|
---|
| 200 | </item>
|
---|
[811] | 201 | <item row="6" column="1">
|
---|
[771] | 202 | <layout class="QHBoxLayout" name="horizontalLayout_6">
|
---|
| 203 | <item>
|
---|
| 204 | <widget class="QRadioButton" name="rbReplace">
|
---|
| 205 | <property name="toolTip">
|
---|
[797] | 206 | <string>The Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level</string>
|
---|
[771] | 207 | </property>
|
---|
| 208 | <property name="text">
|
---|
| 209 | <string>Replace</string>
|
---|
| 210 | </property>
|
---|
| 211 | <property name="checked">
|
---|
| 212 | <bool>true</bool>
|
---|
| 213 | </property>
|
---|
| 214 | </widget>
|
---|
| 215 | </item>
|
---|
| 216 | <item>
|
---|
| 217 | <widget class="QRadioButton" name="rbAdd">
|
---|
| 218 | <property name="toolTip">
|
---|
[797] | 219 | <string>The Installer allows your mod to be installed to any level without restriction (allows multiple BSLs from different mods to co-exist in the same level)</string>
|
---|
[771] | 220 | </property>
|
---|
| 221 | <property name="text">
|
---|
| 222 | <string>Add</string>
|
---|
| 223 | </property>
|
---|
| 224 | </widget>
|
---|
| 225 | </item>
|
---|
| 226 | </layout>
|
---|
| 227 | </item>
|
---|
[811] | 228 | <item row="7" column="0">
|
---|
[771] | 229 | <spacer name="verticalSpacer">
|
---|
| 230 | <property name="orientation">
|
---|
| 231 | <enum>Qt::Vertical</enum>
|
---|
| 232 | </property>
|
---|
[792] | 233 | <property name="sizeType">
|
---|
| 234 | <enum>QSizePolicy::Expanding</enum>
|
---|
| 235 | </property>
|
---|
[771] | 236 | <property name="sizeHint" stdset="0">
|
---|
| 237 | <size>
|
---|
| 238 | <width>20</width>
|
---|
[793] | 239 | <height>40</height>
|
---|
[771] | 240 | </size>
|
---|
| 241 | </property>
|
---|
| 242 | </spacer>
|
---|
| 243 | </item>
|
---|
[811] | 244 | <item row="8" column="0" colspan="2">
|
---|
| 245 | <widget class="QLabel" name="lbFieldsReadOnly">
|
---|
| 246 | <property name="text">
|
---|
[897] | 247 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
---|
| 248 | <html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
---|
| 249 | p, li { white-space: pre-wrap; }
|
---|
| 250 | </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
---|
| 251 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#0000ff;">* Edit this text in packagepage2.cpp</span></p></body></html></string>
|
---|
[811] | 252 | </property>
|
---|
| 253 | <property name="wordWrap">
|
---|
| 254 | <bool>true</bool>
|
---|
| 255 | </property>
|
---|
| 256 | </widget>
|
---|
| 257 | </item>
|
---|
[771] | 258 | </layout>
|
---|
| 259 | </widget>
|
---|
| 260 | <resources/>
|
---|
| 261 | <connections/>
|
---|
| 262 | </ui>
|
---|