[771] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
| 3 | <class>MainWindow</class>
|
---|
| 4 | <widget class="QMainWindow" name="MainWindow">
|
---|
| 5 | <property name="geometry">
|
---|
| 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
[897] | 9 | <width>800</width>
|
---|
| 10 | <height>600</height>
|
---|
[771] | 11 | </rect>
|
---|
| 12 | </property>
|
---|
| 13 | <property name="windowTitle">
|
---|
| 14 | <string>Vago</string>
|
---|
| 15 | </property>
|
---|
| 16 | <property name="windowIcon">
|
---|
| 17 | <iconset resource="resources.qrc">
|
---|
| 18 | <normaloff>:/new/icons/vago_icon.png</normaloff>:/new/icons/vago_icon.png</iconset>
|
---|
| 19 | </property>
|
---|
| 20 | <widget class="QWidget" name="centralWidget">
|
---|
| 21 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
| 22 | <item>
|
---|
[1058] | 23 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
[771] | 24 | <item>
|
---|
[897] | 25 | <widget class="QToolButton" name="tbAbortConversion">
|
---|
| 26 | <property name="toolTip">
|
---|
| 27 | <string>Abort current conversion</string>
|
---|
| 28 | </property>
|
---|
| 29 | <property name="text">
|
---|
| 30 | <string/>
|
---|
| 31 | </property>
|
---|
| 32 | <property name="icon">
|
---|
| 33 | <iconset resource="resources.qrc">
|
---|
| 34 | <normaloff>:/new/icons/abort.png</normaloff>:/new/icons/abort.png</iconset>
|
---|
| 35 | </property>
|
---|
| 36 | <property name="autoRaise">
|
---|
| 37 | <bool>true</bool>
|
---|
| 38 | </property>
|
---|
| 39 | </widget>
|
---|
| 40 | </item>
|
---|
| 41 | <item>
|
---|
[771] | 42 | <widget class="QToolButton" name="tbOpenFolder">
|
---|
| 43 | <property name="toolTip">
|
---|
| 44 | <string>Open Vago workspace</string>
|
---|
| 45 | </property>
|
---|
| 46 | <property name="text">
|
---|
| 47 | <string>...</string>
|
---|
| 48 | </property>
|
---|
| 49 | <property name="icon">
|
---|
| 50 | <iconset resource="resources.qrc">
|
---|
| 51 | <normaloff>:/new/icons/folder_icon.png</normaloff>:/new/icons/folder_icon.png</iconset>
|
---|
| 52 | </property>
|
---|
| 53 | </widget>
|
---|
| 54 | </item>
|
---|
| 55 | <item>
|
---|
[1058] | 56 | <widget class="QLabel" name="emptySpacerLabel2">
|
---|
[771] | 57 | <property name="sizePolicy">
|
---|
| 58 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
| 59 | <horstretch>0</horstretch>
|
---|
| 60 | <verstretch>0</verstretch>
|
---|
| 61 | </sizepolicy>
|
---|
| 62 | </property>
|
---|
| 63 | <property name="minimumSize">
|
---|
| 64 | <size>
|
---|
| 65 | <width>20</width>
|
---|
| 66 | <height>0</height>
|
---|
| 67 | </size>
|
---|
| 68 | </property>
|
---|
[1058] | 69 | <property name="baseSize">
|
---|
| 70 | <size>
|
---|
| 71 | <width>0</width>
|
---|
| 72 | <height>0</height>
|
---|
| 73 | </size>
|
---|
| 74 | </property>
|
---|
[771] | 75 | <property name="text">
|
---|
| 76 | <string/>
|
---|
| 77 | </property>
|
---|
| 78 | </widget>
|
---|
| 79 | </item>
|
---|
| 80 | <item>
|
---|
[1058] | 81 | <widget class="QToolButton" name="tbXmlToolsInterface">
|
---|
[771] | 82 | <property name="toolTip">
|
---|
[1058] | 83 | <string>XmlTools Interface</string>
|
---|
[771] | 84 | </property>
|
---|
| 85 | <property name="text">
|
---|
| 86 | <string>...</string>
|
---|
| 87 | </property>
|
---|
| 88 | <property name="icon">
|
---|
| 89 | <iconset resource="resources.qrc">
|
---|
[1058] | 90 | <normaloff>:/new/icons/xmltoolsinterface.png</normaloff>:/new/icons/xmltoolsinterface.png</iconset>
|
---|
[771] | 91 | </property>
|
---|
| 92 | </widget>
|
---|
| 93 | </item>
|
---|
| 94 | <item>
|
---|
[1058] | 95 | <widget class="QLabel" name="emptySpacerLabel3">
|
---|
[771] | 96 | <property name="sizePolicy">
|
---|
| 97 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
| 98 | <horstretch>0</horstretch>
|
---|
| 99 | <verstretch>0</verstretch>
|
---|
| 100 | </sizepolicy>
|
---|
| 101 | </property>
|
---|
| 102 | <property name="minimumSize">
|
---|
| 103 | <size>
|
---|
| 104 | <width>20</width>
|
---|
| 105 | <height>0</height>
|
---|
| 106 | </size>
|
---|
| 107 | </property>
|
---|
[1058] | 108 | <property name="text">
|
---|
| 109 | <string/>
|
---|
| 110 | </property>
|
---|
| 111 | </widget>
|
---|
| 112 | </item>
|
---|
| 113 | <item>
|
---|
| 114 | <widget class="QToolButton" name="tbCommand">
|
---|
| 115 | <property name="toolTip">
|
---|
| 116 | <string>Manual Tools Commands</string>
|
---|
| 117 | </property>
|
---|
| 118 | <property name="text">
|
---|
| 119 | <string>...</string>
|
---|
| 120 | </property>
|
---|
| 121 | <property name="icon">
|
---|
| 122 | <iconset resource="resources.qrc">
|
---|
| 123 | <normaloff>:/new/icons/command_icon.png</normaloff>:/new/icons/command_icon.png</iconset>
|
---|
| 124 | </property>
|
---|
| 125 | </widget>
|
---|
| 126 | </item>
|
---|
| 127 | <item>
|
---|
| 128 | <widget class="QLabel" name="emptySpacerLabel4">
|
---|
| 129 | <property name="sizePolicy">
|
---|
| 130 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
| 131 | <horstretch>0</horstretch>
|
---|
| 132 | <verstretch>0</verstretch>
|
---|
| 133 | </sizepolicy>
|
---|
| 134 | </property>
|
---|
| 135 | <property name="minimumSize">
|
---|
[771] | 136 | <size>
|
---|
[1058] | 137 | <width>20</width>
|
---|
[771] | 138 | <height>0</height>
|
---|
| 139 | </size>
|
---|
| 140 | </property>
|
---|
| 141 | <property name="text">
|
---|
| 142 | <string/>
|
---|
| 143 | </property>
|
---|
| 144 | </widget>
|
---|
| 145 | </item>
|
---|
| 146 | <item>
|
---|
| 147 | <widget class="QToolButton" name="tbOni">
|
---|
| 148 | <property name="toolTip">
|
---|
| 149 | <string>Launch Oni</string>
|
---|
| 150 | </property>
|
---|
| 151 | <property name="text">
|
---|
| 152 | <string>...</string>
|
---|
| 153 | </property>
|
---|
| 154 | <property name="icon">
|
---|
| 155 | <iconset resource="resources.qrc">
|
---|
| 156 | <normaloff>:/new/icons/oni_icon.png</normaloff>:/new/icons/oni_icon.png</iconset>
|
---|
| 157 | </property>
|
---|
| 158 | </widget>
|
---|
| 159 | </item>
|
---|
| 160 | <item>
|
---|
| 161 | <widget class="QLabel" name="emptySpacerLabel">
|
---|
| 162 | <property name="sizePolicy">
|
---|
| 163 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
| 164 | <horstretch>0</horstretch>
|
---|
| 165 | <verstretch>0</verstretch>
|
---|
| 166 | </sizepolicy>
|
---|
| 167 | </property>
|
---|
| 168 | <property name="minimumSize">
|
---|
| 169 | <size>
|
---|
| 170 | <width>20</width>
|
---|
| 171 | <height>0</height>
|
---|
| 172 | </size>
|
---|
| 173 | </property>
|
---|
| 174 | <property name="baseSize">
|
---|
| 175 | <size>
|
---|
| 176 | <width>0</width>
|
---|
| 177 | <height>0</height>
|
---|
| 178 | </size>
|
---|
| 179 | </property>
|
---|
| 180 | <property name="text">
|
---|
| 181 | <string/>
|
---|
| 182 | </property>
|
---|
| 183 | </widget>
|
---|
| 184 | </item>
|
---|
| 185 | <item>
|
---|
| 186 | <widget class="QToolButton" name="tbAE">
|
---|
| 187 | <property name="toolTip">
|
---|
| 188 | <string>Launch AE installer</string>
|
---|
| 189 | </property>
|
---|
| 190 | <property name="text">
|
---|
| 191 | <string>...</string>
|
---|
| 192 | </property>
|
---|
| 193 | <property name="icon">
|
---|
| 194 | <iconset resource="resources.qrc">
|
---|
| 195 | <normaloff>:/new/icons/AE_icon.png</normaloff>:/new/icons/AE_icon.png</iconset>
|
---|
| 196 | </property>
|
---|
| 197 | </widget>
|
---|
| 198 | </item>
|
---|
| 199 | </layout>
|
---|
| 200 | </item>
|
---|
| 201 | <item>
|
---|
| 202 | <widget class="QTabWidget" name="tabWidget">
|
---|
| 203 | <property name="currentIndex">
|
---|
| 204 | <number>0</number>
|
---|
| 205 | </property>
|
---|
| 206 | <widget class="QWidget" name="tabGeneral">
|
---|
| 207 | <attribute name="title">
|
---|
[897] | 208 | <string>XML</string>
|
---|
[771] | 209 | </attribute>
|
---|
| 210 | <layout class="QVBoxLayout" name="verticalLayout_18">
|
---|
| 211 | <item>
|
---|
| 212 | <layout class="QHBoxLayout" name="horizontalLayout_12">
|
---|
| 213 | <item>
|
---|
| 214 | <layout class="QVBoxLayout" name="verticalLayout_8">
|
---|
| 215 | <item>
|
---|
| 216 | <widget class="QLabel" name="label_10">
|
---|
| 217 | <property name="sizePolicy">
|
---|
| 218 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 219 | <horstretch>0</horstretch>
|
---|
| 220 | <verstretch>0</verstretch>
|
---|
| 221 | </sizepolicy>
|
---|
| 222 | </property>
|
---|
| 223 | <property name="text">
|
---|
| 224 | <string>From</string>
|
---|
| 225 | </property>
|
---|
| 226 | </widget>
|
---|
| 227 | </item>
|
---|
| 228 | <item>
|
---|
[897] | 229 | <widget class="QComboBox" name="cbFromXML">
|
---|
[771] | 230 | <item>
|
---|
| 231 | <property name="text">
|
---|
| 232 | <string>ONI</string>
|
---|
| 233 | </property>
|
---|
| 234 | </item>
|
---|
| 235 | <item>
|
---|
| 236 | <property name="text">
|
---|
| 237 | <string>XML</string>
|
---|
| 238 | </property>
|
---|
| 239 | </item>
|
---|
| 240 | </widget>
|
---|
| 241 | </item>
|
---|
| 242 | </layout>
|
---|
| 243 | </item>
|
---|
| 244 | <item>
|
---|
| 245 | <layout class="QVBoxLayout" name="verticalLayout_9">
|
---|
| 246 | <item>
|
---|
| 247 | <widget class="QLabel" name="label_11">
|
---|
| 248 | <property name="sizePolicy">
|
---|
| 249 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 250 | <horstretch>0</horstretch>
|
---|
| 251 | <verstretch>0</verstretch>
|
---|
| 252 | </sizepolicy>
|
---|
| 253 | </property>
|
---|
| 254 | <property name="text">
|
---|
| 255 | <string>To</string>
|
---|
| 256 | </property>
|
---|
| 257 | </widget>
|
---|
| 258 | </item>
|
---|
| 259 | <item>
|
---|
[897] | 260 | <widget class="QComboBox" name="cbToXML">
|
---|
[771] | 261 | <item>
|
---|
| 262 | <property name="text">
|
---|
[897] | 263 | <string>XML</string>
|
---|
[771] | 264 | </property>
|
---|
| 265 | </item>
|
---|
| 266 | </widget>
|
---|
| 267 | </item>
|
---|
| 268 | </layout>
|
---|
| 269 | </item>
|
---|
| 270 | </layout>
|
---|
| 271 | </item>
|
---|
| 272 | <item>
|
---|
| 273 | <layout class="QHBoxLayout" name="horizontalLayout_11">
|
---|
| 274 | <item>
|
---|
[897] | 275 | <widget class="QGroupBox" name="gbSourcesXML">
|
---|
[771] | 276 | <property name="title">
|
---|
| 277 | <string>Sources</string>
|
---|
| 278 | </property>
|
---|
| 279 | <layout class="QHBoxLayout" name="horizontalLayout_13">
|
---|
| 280 | <item>
|
---|
[897] | 281 | <widget class="DropTableWidget" name="twSourcesXML"/>
|
---|
[771] | 282 | </item>
|
---|
| 283 | <item>
|
---|
| 284 | <layout class="QVBoxLayout" name="verticalLayout_10">
|
---|
| 285 | <item>
|
---|
[897] | 286 | <widget class="QPushButton" name="pbAddSourceXML">
|
---|
[771] | 287 | <property name="minimumSize">
|
---|
| 288 | <size>
|
---|
| 289 | <width>0</width>
|
---|
| 290 | <height>0</height>
|
---|
| 291 | </size>
|
---|
| 292 | </property>
|
---|
| 293 | <property name="text">
|
---|
| 294 | <string>Add</string>
|
---|
| 295 | </property>
|
---|
| 296 | </widget>
|
---|
| 297 | </item>
|
---|
| 298 | <item>
|
---|
[897] | 299 | <widget class="QPushButton" name="pbRemoveSourceXML">
|
---|
[771] | 300 | <property name="text">
|
---|
| 301 | <string>Remove</string>
|
---|
| 302 | </property>
|
---|
| 303 | </widget>
|
---|
| 304 | </item>
|
---|
| 305 | <item>
|
---|
[897] | 306 | <widget class="QPushButton" name="pbClearSourcesXML">
|
---|
[771] | 307 | <property name="text">
|
---|
| 308 | <string>Clear</string>
|
---|
| 309 | </property>
|
---|
| 310 | </widget>
|
---|
| 311 | </item>
|
---|
| 312 | </layout>
|
---|
| 313 | </item>
|
---|
| 314 | </layout>
|
---|
| 315 | </widget>
|
---|
| 316 | </item>
|
---|
| 317 | </layout>
|
---|
| 318 | </item>
|
---|
| 319 | </layout>
|
---|
| 320 | </widget>
|
---|
| 321 | <widget class="QWidget" name="tabTextures">
|
---|
| 322 | <attribute name="title">
|
---|
| 323 | <string>Textures</string>
|
---|
| 324 | </attribute>
|
---|
| 325 | <layout class="QVBoxLayout" name="verticalLayout_19">
|
---|
| 326 | <item>
|
---|
| 327 | <layout class="QHBoxLayout" name="horizontalLayout_15">
|
---|
| 328 | <item>
|
---|
| 329 | <layout class="QVBoxLayout" name="verticalLayout_14">
|
---|
| 330 | <item>
|
---|
| 331 | <widget class="QLabel" name="label_13">
|
---|
| 332 | <property name="sizePolicy">
|
---|
| 333 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 334 | <horstretch>0</horstretch>
|
---|
| 335 | <verstretch>0</verstretch>
|
---|
| 336 | </sizepolicy>
|
---|
| 337 | </property>
|
---|
| 338 | <property name="text">
|
---|
| 339 | <string>From</string>
|
---|
| 340 | </property>
|
---|
| 341 | </widget>
|
---|
| 342 | </item>
|
---|
| 343 | <item>
|
---|
| 344 | <widget class="QComboBox" name="cbFromTextures">
|
---|
| 345 | <item>
|
---|
| 346 | <property name="text">
|
---|
[897] | 347 | <string>DAT / TXMP ONI</string>
|
---|
[771] | 348 | </property>
|
---|
| 349 | </item>
|
---|
| 350 | <item>
|
---|
| 351 | <property name="text">
|
---|
[897] | 352 | <string>TGA / DDS / PNG / JPG</string>
|
---|
[771] | 353 | </property>
|
---|
| 354 | </item>
|
---|
| 355 | </widget>
|
---|
| 356 | </item>
|
---|
| 357 | </layout>
|
---|
| 358 | </item>
|
---|
| 359 | <item>
|
---|
| 360 | <layout class="QVBoxLayout" name="verticalLayout_15">
|
---|
| 361 | <item>
|
---|
| 362 | <widget class="QLabel" name="label_14">
|
---|
| 363 | <property name="sizePolicy">
|
---|
| 364 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 365 | <horstretch>0</horstretch>
|
---|
| 366 | <verstretch>0</verstretch>
|
---|
| 367 | </sizepolicy>
|
---|
| 368 | </property>
|
---|
| 369 | <property name="text">
|
---|
| 370 | <string>To</string>
|
---|
| 371 | </property>
|
---|
| 372 | </widget>
|
---|
| 373 | </item>
|
---|
| 374 | <item>
|
---|
| 375 | <widget class="QComboBox" name="cbToTextures">
|
---|
| 376 | <item>
|
---|
| 377 | <property name="text">
|
---|
[897] | 378 | <string>TGA</string>
|
---|
[771] | 379 | </property>
|
---|
| 380 | </item>
|
---|
| 381 | <item>
|
---|
| 382 | <property name="text">
|
---|
[897] | 383 | <string>DDS</string>
|
---|
[771] | 384 | </property>
|
---|
| 385 | </item>
|
---|
| 386 | <item>
|
---|
| 387 | <property name="text">
|
---|
| 388 | <string>PNG</string>
|
---|
| 389 | </property>
|
---|
| 390 | </item>
|
---|
| 391 | <item>
|
---|
| 392 | <property name="text">
|
---|
| 393 | <string>JPG</string>
|
---|
| 394 | </property>
|
---|
| 395 | </item>
|
---|
| 396 | </widget>
|
---|
| 397 | </item>
|
---|
| 398 | </layout>
|
---|
| 399 | </item>
|
---|
| 400 | </layout>
|
---|
| 401 | </item>
|
---|
| 402 | <item>
|
---|
| 403 | <widget class="QGroupBox" name="gbSourcesGeneralTextures">
|
---|
| 404 | <property name="title">
|
---|
| 405 | <string>Sources</string>
|
---|
| 406 | </property>
|
---|
| 407 | <layout class="QHBoxLayout" name="horizontalLayout_14">
|
---|
| 408 | <item>
|
---|
| 409 | <widget class="DropTableWidget" name="twSourcesTextures"/>
|
---|
| 410 | </item>
|
---|
| 411 | <item>
|
---|
| 412 | <layout class="QVBoxLayout" name="verticalLayout_17">
|
---|
| 413 | <item>
|
---|
| 414 | <widget class="QPushButton" name="pbAddSourceTextures">
|
---|
| 415 | <property name="minimumSize">
|
---|
| 416 | <size>
|
---|
| 417 | <width>0</width>
|
---|
| 418 | <height>0</height>
|
---|
| 419 | </size>
|
---|
| 420 | </property>
|
---|
| 421 | <property name="text">
|
---|
| 422 | <string>Add</string>
|
---|
| 423 | </property>
|
---|
| 424 | </widget>
|
---|
| 425 | </item>
|
---|
| 426 | <item>
|
---|
| 427 | <widget class="QPushButton" name="pbRemoveSourceTextures">
|
---|
| 428 | <property name="text">
|
---|
| 429 | <string>Remove</string>
|
---|
| 430 | </property>
|
---|
| 431 | </widget>
|
---|
| 432 | </item>
|
---|
| 433 | <item>
|
---|
| 434 | <widget class="QPushButton" name="pbClearSourcesTextures">
|
---|
| 435 | <property name="text">
|
---|
| 436 | <string>Clear</string>
|
---|
| 437 | </property>
|
---|
| 438 | </widget>
|
---|
| 439 | </item>
|
---|
| 440 | </layout>
|
---|
| 441 | </item>
|
---|
| 442 | </layout>
|
---|
| 443 | </widget>
|
---|
| 444 | </item>
|
---|
| 445 | <item>
|
---|
| 446 | <widget class="QGroupBox" name="gbTextures">
|
---|
| 447 | <property name="enabled">
|
---|
| 448 | <bool>false</bool>
|
---|
| 449 | </property>
|
---|
| 450 | <property name="title">
|
---|
| 451 | <string>Options</string>
|
---|
| 452 | </property>
|
---|
| 453 | <layout class="QVBoxLayout" name="verticalLayout_24">
|
---|
| 454 | <item>
|
---|
| 455 | <layout class="QVBoxLayout" name="verticalLayout_23">
|
---|
| 456 | <item>
|
---|
| 457 | <layout class="QHBoxLayout" name="horizontalLayout_21">
|
---|
| 458 | <item>
|
---|
| 459 | <widget class="QRadioButton" name="rbBGR32">
|
---|
| 460 | <property name="text">
|
---|
| 461 | <string>BGR32</string>
|
---|
| 462 | </property>
|
---|
| 463 | <property name="checked">
|
---|
| 464 | <bool>true</bool>
|
---|
| 465 | </property>
|
---|
| 466 | </widget>
|
---|
| 467 | </item>
|
---|
| 468 | <item>
|
---|
| 469 | <widget class="QRadioButton" name="rbBGRA32">
|
---|
| 470 | <property name="text">
|
---|
| 471 | <string>BGRA32</string>
|
---|
| 472 | </property>
|
---|
| 473 | </widget>
|
---|
| 474 | </item>
|
---|
| 475 | <item>
|
---|
| 476 | <widget class="QRadioButton" name="rbBGR555">
|
---|
| 477 | <property name="text">
|
---|
| 478 | <string>BGR555</string>
|
---|
| 479 | </property>
|
---|
| 480 | </widget>
|
---|
| 481 | </item>
|
---|
| 482 | <item>
|
---|
| 483 | <widget class="QRadioButton" name="rbBGRA5551">
|
---|
| 484 | <property name="text">
|
---|
| 485 | <string>BGRA5551</string>
|
---|
| 486 | </property>
|
---|
| 487 | </widget>
|
---|
| 488 | </item>
|
---|
| 489 | <item>
|
---|
| 490 | <widget class="QRadioButton" name="rbBGRA444">
|
---|
| 491 | <property name="text">
|
---|
| 492 | <string>BGRA444</string>
|
---|
| 493 | </property>
|
---|
| 494 | </widget>
|
---|
| 495 | </item>
|
---|
| 496 | <item>
|
---|
| 497 | <widget class="QRadioButton" name="rbDxt1">
|
---|
| 498 | <property name="text">
|
---|
| 499 | <string>dxt1</string>
|
---|
| 500 | </property>
|
---|
| 501 | </widget>
|
---|
| 502 | </item>
|
---|
| 503 | </layout>
|
---|
| 504 | </item>
|
---|
| 505 | <item>
|
---|
| 506 | <layout class="QHBoxLayout" name="horizontalLayout_22">
|
---|
| 507 | <item>
|
---|
| 508 | <widget class="QCheckBox" name="cbMipMapsTextures">
|
---|
| 509 | <property name="text">
|
---|
| 510 | <string>GenMipMaps</string>
|
---|
| 511 | </property>
|
---|
| 512 | <property name="checked">
|
---|
| 513 | <bool>true</bool>
|
---|
| 514 | </property>
|
---|
| 515 | </widget>
|
---|
| 516 | </item>
|
---|
| 517 | <item>
|
---|
| 518 | <widget class="QCheckBox" name="cbNoUwrap">
|
---|
| 519 | <property name="text">
|
---|
| 520 | <string>NoUwrap</string>
|
---|
| 521 | </property>
|
---|
| 522 | </widget>
|
---|
| 523 | </item>
|
---|
| 524 | <item>
|
---|
| 525 | <widget class="QCheckBox" name="cbNoVwrap">
|
---|
| 526 | <property name="text">
|
---|
| 527 | <string>NoVwrap</string>
|
---|
| 528 | </property>
|
---|
| 529 | </widget>
|
---|
| 530 | </item>
|
---|
| 531 | <item>
|
---|
| 532 | <widget class="QCheckBox" name="cbLarge">
|
---|
| 533 | <property name="text">
|
---|
| 534 | <string>Large</string>
|
---|
| 535 | </property>
|
---|
| 536 | </widget>
|
---|
| 537 | </item>
|
---|
| 538 | <item>
|
---|
| 539 | <widget class="QCheckBox" name="cbEnvMap">
|
---|
| 540 | <property name="toolTip">
|
---|
[792] | 541 | <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
|
---|
| 542 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
[771] | 543 | </property>
|
---|
| 544 | <property name="text">
|
---|
| 545 | <string>EnvMap:</string>
|
---|
| 546 | </property>
|
---|
| 547 | </widget>
|
---|
| 548 | </item>
|
---|
| 549 | <item>
|
---|
| 550 | <widget class="QLineEdit" name="leEnvMapTexture">
|
---|
| 551 | <property name="enabled">
|
---|
| 552 | <bool>false</bool>
|
---|
| 553 | </property>
|
---|
| 554 | <property name="toolTip">
|
---|
[792] | 555 | <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
|
---|
| 556 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
[771] | 557 | </property>
|
---|
| 558 | <property name="placeholderText">
|
---|
| 559 | <string>EnvMap texture name</string>
|
---|
| 560 | </property>
|
---|
| 561 | </widget>
|
---|
| 562 | </item>
|
---|
| 563 | </layout>
|
---|
| 564 | </item>
|
---|
| 565 | </layout>
|
---|
| 566 | </item>
|
---|
| 567 | </layout>
|
---|
| 568 | </widget>
|
---|
| 569 | </item>
|
---|
| 570 | </layout>
|
---|
| 571 | </widget>
|
---|
[897] | 572 | <widget class="QWidget" name="tab">
|
---|
[771] | 573 | <attribute name="title">
|
---|
[897] | 574 | <string>Characters</string>
|
---|
[771] | 575 | </attribute>
|
---|
[897] | 576 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
[771] | 577 | <item>
|
---|
[897] | 578 | <layout class="QHBoxLayout" name="horizontalLayout_49">
|
---|
[771] | 579 | <item>
|
---|
[897] | 580 | <layout class="QVBoxLayout" name="verticalLayout_63">
|
---|
[771] | 581 | <item>
|
---|
[897] | 582 | <widget class="QLabel" name="label_30">
|
---|
[771] | 583 | <property name="sizePolicy">
|
---|
| 584 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 585 | <horstretch>0</horstretch>
|
---|
| 586 | <verstretch>0</verstretch>
|
---|
| 587 | </sizepolicy>
|
---|
| 588 | </property>
|
---|
| 589 | <property name="text">
|
---|
| 590 | <string>From</string>
|
---|
| 591 | </property>
|
---|
| 592 | </widget>
|
---|
| 593 | </item>
|
---|
| 594 | <item>
|
---|
[897] | 595 | <widget class="QComboBox" name="cbFromCharacters">
|
---|
[771] | 596 | <item>
|
---|
| 597 | <property name="text">
|
---|
[897] | 598 | <string>TRBS / ONCC ONI</string>
|
---|
[771] | 599 | </property>
|
---|
| 600 | </item>
|
---|
| 601 | <item>
|
---|
| 602 | <property name="text">
|
---|
[897] | 603 | <string>TRBS XML</string>
|
---|
[771] | 604 | </property>
|
---|
| 605 | </item>
|
---|
| 606 | <item>
|
---|
| 607 | <property name="text">
|
---|
[897] | 608 | <string>TRBS DAE</string>
|
---|
[771] | 609 | </property>
|
---|
| 610 | </item>
|
---|
[897] | 611 | <item>
|
---|
| 612 | <property name="text">
|
---|
| 613 | <string>TRAM ONI</string>
|
---|
| 614 | </property>
|
---|
| 615 | </item>
|
---|
| 616 | <item>
|
---|
| 617 | <property name="text">
|
---|
| 618 | <string>FILM DAT</string>
|
---|
| 619 | </property>
|
---|
| 620 | </item>
|
---|
[771] | 621 | </widget>
|
---|
| 622 | </item>
|
---|
| 623 | </layout>
|
---|
| 624 | </item>
|
---|
| 625 | <item>
|
---|
[897] | 626 | <layout class="QVBoxLayout" name="verticalLayout_64">
|
---|
[771] | 627 | <item>
|
---|
[897] | 628 | <widget class="QLabel" name="label_31">
|
---|
[771] | 629 | <property name="sizePolicy">
|
---|
| 630 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 631 | <horstretch>0</horstretch>
|
---|
| 632 | <verstretch>0</verstretch>
|
---|
| 633 | </sizepolicy>
|
---|
| 634 | </property>
|
---|
| 635 | <property name="text">
|
---|
| 636 | <string>To</string>
|
---|
| 637 | </property>
|
---|
| 638 | </widget>
|
---|
| 639 | </item>
|
---|
| 640 | <item>
|
---|
[897] | 641 | <widget class="QComboBox" name="cbToCharacters">
|
---|
[771] | 642 | <item>
|
---|
| 643 | <property name="text">
|
---|
| 644 | <string>DAE</string>
|
---|
| 645 | </property>
|
---|
| 646 | </item>
|
---|
| 647 | </widget>
|
---|
| 648 | </item>
|
---|
| 649 | </layout>
|
---|
| 650 | </item>
|
---|
| 651 | </layout>
|
---|
| 652 | </item>
|
---|
| 653 | <item>
|
---|
[897] | 654 | <widget class="QGroupBox" name="gbSourcesAnimations">
|
---|
[771] | 655 | <property name="title">
|
---|
| 656 | <string>Sources</string>
|
---|
| 657 | </property>
|
---|
[897] | 658 | <layout class="QHBoxLayout" name="horizontalLayout_48">
|
---|
[771] | 659 | <item>
|
---|
[897] | 660 | <widget class="DropTableWidget" name="twSourcesCharacters"/>
|
---|
[771] | 661 | </item>
|
---|
| 662 | <item>
|
---|
[897] | 663 | <layout class="QVBoxLayout" name="verticalLayout_62">
|
---|
[771] | 664 | <item>
|
---|
[897] | 665 | <widget class="QPushButton" name="pbAddSourceCharacters">
|
---|
[771] | 666 | <property name="minimumSize">
|
---|
| 667 | <size>
|
---|
| 668 | <width>0</width>
|
---|
| 669 | <height>0</height>
|
---|
| 670 | </size>
|
---|
| 671 | </property>
|
---|
| 672 | <property name="text">
|
---|
| 673 | <string>Add</string>
|
---|
| 674 | </property>
|
---|
| 675 | </widget>
|
---|
| 676 | </item>
|
---|
| 677 | <item>
|
---|
[897] | 678 | <widget class="QPushButton" name="pbRemoveSourceCharacters">
|
---|
[771] | 679 | <property name="text">
|
---|
| 680 | <string>Remove</string>
|
---|
| 681 | </property>
|
---|
| 682 | </widget>
|
---|
| 683 | </item>
|
---|
| 684 | <item>
|
---|
[897] | 685 | <widget class="QPushButton" name="pbClearSourcesCharacters">
|
---|
[771] | 686 | <property name="text">
|
---|
| 687 | <string>Clear</string>
|
---|
| 688 | </property>
|
---|
| 689 | </widget>
|
---|
| 690 | </item>
|
---|
| 691 | </layout>
|
---|
| 692 | </item>
|
---|
| 693 | </layout>
|
---|
| 694 | </widget>
|
---|
| 695 | </item>
|
---|
| 696 | <item>
|
---|
| 697 | <widget class="QGroupBox" name="gbModels">
|
---|
| 698 | <property name="title">
|
---|
| 699 | <string>Options</string>
|
---|
| 700 | </property>
|
---|
[897] | 701 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
[771] | 702 | <item>
|
---|
[1093] | 703 | <widget class="QCheckBox" name="cbStandingPose">
|
---|
| 704 | <property name="toolTip">
|
---|
| 705 | <string>Export the model in a "standing pose". If not checked model is exported in the "wrapped form" (all body parts set to 0)</string>
|
---|
| 706 | </property>
|
---|
| 707 | <property name="text">
|
---|
| 708 | <string>Standing Pose</string>
|
---|
| 709 | </property>
|
---|
| 710 | </widget>
|
---|
| 711 | </item>
|
---|
| 712 | <item>
|
---|
[897] | 713 | <widget class="QCheckBox" name="cbCellShading">
|
---|
| 714 | <property name="enabled">
|
---|
| 715 | <bool>false</bool>
|
---|
| 716 | </property>
|
---|
| 717 | <property name="text">
|
---|
| 718 | <string>Cell Shading</string>
|
---|
| 719 | </property>
|
---|
| 720 | </widget>
|
---|
[771] | 721 | </item>
|
---|
[897] | 722 | <item>
|
---|
| 723 | <widget class="QCheckBox" name="cbNormals">
|
---|
| 724 | <property name="enabled">
|
---|
| 725 | <bool>false</bool>
|
---|
| 726 | </property>
|
---|
| 727 | <property name="text">
|
---|
| 728 | <string>Normals</string>
|
---|
| 729 | </property>
|
---|
| 730 | </widget>
|
---|
| 731 | </item>
|
---|
| 732 | <item>
|
---|
| 733 | <widget class="QCheckBox" name="cbWithTRBS_ONCC">
|
---|
| 734 | <property name="enabled">
|
---|
| 735 | <bool>false</bool>
|
---|
| 736 | </property>
|
---|
| 737 | <property name="toolTip">
|
---|
[898] | 738 | <string>Extract a TRAM (animation) with character's TRBS / ONCC
|
---|
[1061] | 739 | For example extract a Muro's TRAM with Konoko's ONCC
|
---|
| 740 | (input the full path for the TRBS / ONCC.oni file)</string>
|
---|
[897] | 741 | </property>
|
---|
| 742 | <property name="text">
|
---|
| 743 | <string>Extract with TRBS / ONCC:</string>
|
---|
| 744 | </property>
|
---|
| 745 | </widget>
|
---|
| 746 | </item>
|
---|
| 747 | <item>
|
---|
[1061] | 748 | <widget class="DropLineEdit" name="leTRBS_ONCC">
|
---|
[897] | 749 | <property name="enabled">
|
---|
| 750 | <bool>false</bool>
|
---|
| 751 | </property>
|
---|
| 752 | <property name="toolTip">
|
---|
[898] | 753 | <string>Extract a TRAM (animation) with character's TRBS / ONCC
|
---|
[1061] | 754 | For example extract a Muro's TRAM with Konoko's ONCC
|
---|
| 755 | (input the full path for the TRBS / ONCC.oni file)</string>
|
---|
[897] | 756 | </property>
|
---|
| 757 | <property name="placeholderText">
|
---|
[1061] | 758 | <string>Full path to TRBS / ONCC.oni source file</string>
|
---|
[897] | 759 | </property>
|
---|
| 760 | </widget>
|
---|
| 761 | </item>
|
---|
[771] | 762 | </layout>
|
---|
| 763 | </widget>
|
---|
| 764 | </item>
|
---|
| 765 | </layout>
|
---|
| 766 | </widget>
|
---|
[897] | 767 | <widget class="QWidget" name="tabModels">
|
---|
[771] | 768 | <attribute name="title">
|
---|
[897] | 769 | <string>Objects</string>
|
---|
[771] | 770 | </attribute>
|
---|
| 771 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
| 772 | <item>
|
---|
[897] | 773 | <layout class="QHBoxLayout" name="horizontalLayout_26">
|
---|
[771] | 774 | <item>
|
---|
[897] | 775 | <layout class="QVBoxLayout" name="verticalLayout_28">
|
---|
[771] | 776 | <item>
|
---|
[897] | 777 | <widget class="QLabel" name="label_17">
|
---|
[771] | 778 | <property name="sizePolicy">
|
---|
| 779 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 780 | <horstretch>0</horstretch>
|
---|
| 781 | <verstretch>0</verstretch>
|
---|
| 782 | </sizepolicy>
|
---|
| 783 | </property>
|
---|
| 784 | <property name="text">
|
---|
| 785 | <string>From</string>
|
---|
| 786 | </property>
|
---|
| 787 | </widget>
|
---|
| 788 | </item>
|
---|
| 789 | <item>
|
---|
[897] | 790 | <widget class="QComboBox" name="cbFromObjects">
|
---|
[771] | 791 | <item>
|
---|
| 792 | <property name="text">
|
---|
[897] | 793 | <string>M3GM ONI</string>
|
---|
[771] | 794 | </property>
|
---|
| 795 | </item>
|
---|
| 796 | <item>
|
---|
| 797 | <property name="text">
|
---|
[897] | 798 | <string>ONWC ONI</string>
|
---|
[771] | 799 | </property>
|
---|
| 800 | </item>
|
---|
[897] | 801 | <item>
|
---|
| 802 | <property name="text">
|
---|
| 803 | <string>OBAN ONI (cam)</string>
|
---|
| 804 | </property>
|
---|
| 805 | </item>
|
---|
| 806 | <item>
|
---|
| 807 | <property name="text">
|
---|
| 808 | <string>OBJ</string>
|
---|
| 809 | </property>
|
---|
| 810 | </item>
|
---|
[771] | 811 | </widget>
|
---|
| 812 | </item>
|
---|
| 813 | </layout>
|
---|
| 814 | </item>
|
---|
| 815 | <item>
|
---|
[897] | 816 | <layout class="QVBoxLayout" name="verticalLayout_29">
|
---|
[771] | 817 | <item>
|
---|
[897] | 818 | <widget class="QLabel" name="label_18">
|
---|
[771] | 819 | <property name="sizePolicy">
|
---|
| 820 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 821 | <horstretch>0</horstretch>
|
---|
| 822 | <verstretch>0</verstretch>
|
---|
| 823 | </sizepolicy>
|
---|
| 824 | </property>
|
---|
| 825 | <property name="text">
|
---|
| 826 | <string>To</string>
|
---|
| 827 | </property>
|
---|
| 828 | </widget>
|
---|
| 829 | </item>
|
---|
| 830 | <item>
|
---|
[897] | 831 | <widget class="QComboBox" name="cbToObjects">
|
---|
[771] | 832 | <item>
|
---|
| 833 | <property name="text">
|
---|
[897] | 834 | <string>OBJ</string>
|
---|
| 835 | </property>
|
---|
| 836 | </item>
|
---|
| 837 | <item>
|
---|
| 838 | <property name="text">
|
---|
[771] | 839 | <string>DAE</string>
|
---|
| 840 | </property>
|
---|
| 841 | </item>
|
---|
| 842 | </widget>
|
---|
| 843 | </item>
|
---|
| 844 | </layout>
|
---|
| 845 | </item>
|
---|
| 846 | </layout>
|
---|
| 847 | </item>
|
---|
| 848 | <item>
|
---|
[897] | 849 | <widget class="QGroupBox" name="gbSourcesModels">
|
---|
[771] | 850 | <property name="title">
|
---|
| 851 | <string>Sources</string>
|
---|
| 852 | </property>
|
---|
[897] | 853 | <layout class="QHBoxLayout" name="horizontalLayout_16">
|
---|
[771] | 854 | <item>
|
---|
[897] | 855 | <widget class="DropTableWidget" name="twSourcesObjects"/>
|
---|
[771] | 856 | </item>
|
---|
| 857 | <item>
|
---|
[897] | 858 | <layout class="QVBoxLayout" name="verticalLayout_11">
|
---|
[771] | 859 | <item>
|
---|
[897] | 860 | <widget class="QPushButton" name="pbAddSourceObjects">
|
---|
[771] | 861 | <property name="minimumSize">
|
---|
| 862 | <size>
|
---|
| 863 | <width>0</width>
|
---|
| 864 | <height>0</height>
|
---|
| 865 | </size>
|
---|
| 866 | </property>
|
---|
| 867 | <property name="text">
|
---|
| 868 | <string>Add</string>
|
---|
| 869 | </property>
|
---|
| 870 | </widget>
|
---|
| 871 | </item>
|
---|
| 872 | <item>
|
---|
[897] | 873 | <widget class="QPushButton" name="pbRemoveSourceObjects">
|
---|
[771] | 874 | <property name="text">
|
---|
| 875 | <string>Remove</string>
|
---|
| 876 | </property>
|
---|
| 877 | </widget>
|
---|
| 878 | </item>
|
---|
| 879 | <item>
|
---|
[897] | 880 | <widget class="QPushButton" name="pbClearSourcesObjects">
|
---|
[771] | 881 | <property name="text">
|
---|
| 882 | <string>Clear</string>
|
---|
| 883 | </property>
|
---|
| 884 | </widget>
|
---|
| 885 | </item>
|
---|
| 886 | </layout>
|
---|
| 887 | </item>
|
---|
| 888 | </layout>
|
---|
| 889 | </widget>
|
---|
| 890 | </item>
|
---|
| 891 | <item>
|
---|
| 892 | <widget class="QGroupBox" name="gbAnimations">
|
---|
| 893 | <property name="title">
|
---|
| 894 | <string>Options</string>
|
---|
| 895 | </property>
|
---|
[897] | 896 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
[771] | 897 | <item>
|
---|
[897] | 898 | <widget class="QCheckBox" name="cbTexture">
|
---|
| 899 | <property name="enabled">
|
---|
| 900 | <bool>false</bool>
|
---|
| 901 | </property>
|
---|
| 902 | <property name="toolTip">
|
---|
| 903 | <string>Give model a texture.
|
---|
| 904 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
| 905 | </property>
|
---|
| 906 | <property name="text">
|
---|
| 907 | <string>Texture:</string>
|
---|
| 908 | </property>
|
---|
| 909 | </widget>
|
---|
[771] | 910 | </item>
|
---|
[897] | 911 | <item>
|
---|
| 912 | <widget class="QLineEdit" name="leTextureName">
|
---|
| 913 | <property name="enabled">
|
---|
| 914 | <bool>false</bool>
|
---|
| 915 | </property>
|
---|
| 916 | <property name="toolTip">
|
---|
[1093] | 917 | <string>Give model a texture.
|
---|
[897] | 918 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
| 919 | </property>
|
---|
| 920 | <property name="text">
|
---|
| 921 | <string>TXMP.oni source file</string>
|
---|
| 922 | </property>
|
---|
| 923 | <property name="placeholderText">
|
---|
| 924 | <string>Texture name</string>
|
---|
| 925 | </property>
|
---|
| 926 | </widget>
|
---|
| 927 | </item>
|
---|
| 928 | <item>
|
---|
| 929 | <widget class="QCheckBox" name="cbWithAnimation">
|
---|
| 930 | <property name="enabled">
|
---|
| 931 | <bool>true</bool>
|
---|
| 932 | </property>
|
---|
| 933 | <property name="toolTip">
|
---|
[1093] | 934 | <string>Extract M3GM.oni with an animation file (OBAN.oni).
|
---|
| 935 | Add the full path to the OBAN.oni file (include extension).</string>
|
---|
[897] | 936 | </property>
|
---|
| 937 | <property name="text">
|
---|
| 938 | <string>With Animation:</string>
|
---|
| 939 | </property>
|
---|
| 940 | </widget>
|
---|
| 941 | </item>
|
---|
| 942 | <item>
|
---|
| 943 | <widget class="QLineEdit" name="leAnimationName">
|
---|
| 944 | <property name="enabled">
|
---|
| 945 | <bool>false</bool>
|
---|
| 946 | </property>
|
---|
| 947 | <property name="toolTip">
|
---|
[1093] | 948 | <string>Extract M3GM.oni with an animation file (OBAN.oni).
|
---|
| 949 | Add the full path to the OBAN.oni file (include extension).</string>
|
---|
[897] | 950 | </property>
|
---|
| 951 | <property name="placeholderText">
|
---|
| 952 | <string>OBAN.oni source file</string>
|
---|
| 953 | </property>
|
---|
| 954 | </widget>
|
---|
| 955 | </item>
|
---|
[771] | 956 | </layout>
|
---|
| 957 | </widget>
|
---|
| 958 | </item>
|
---|
| 959 | </layout>
|
---|
| 960 | </widget>
|
---|
| 961 | <widget class="QWidget" name="tabLevels">
|
---|
| 962 | <attribute name="title">
|
---|
| 963 | <string>Levels</string>
|
---|
| 964 | </attribute>
|
---|
[897] | 965 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
[771] | 966 | <item>
|
---|
| 967 | <layout class="QHBoxLayout" name="horizontalLayout_28">
|
---|
| 968 | <item>
|
---|
| 969 | <layout class="QVBoxLayout" name="verticalLayout_32">
|
---|
| 970 | <item>
|
---|
| 971 | <widget class="QLabel" name="label_19">
|
---|
| 972 | <property name="sizePolicy">
|
---|
| 973 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 974 | <horstretch>0</horstretch>
|
---|
| 975 | <verstretch>0</verstretch>
|
---|
| 976 | </sizepolicy>
|
---|
| 977 | </property>
|
---|
| 978 | <property name="text">
|
---|
| 979 | <string>From</string>
|
---|
| 980 | </property>
|
---|
| 981 | </widget>
|
---|
| 982 | </item>
|
---|
| 983 | <item>
|
---|
| 984 | <widget class="QComboBox" name="cbFromLevels">
|
---|
| 985 | <item>
|
---|
| 986 | <property name="text">
|
---|
[897] | 987 | <string>DAT</string>
|
---|
[771] | 988 | </property>
|
---|
| 989 | </item>
|
---|
| 990 | <item>
|
---|
| 991 | <property name="text">
|
---|
[897] | 992 | <string>ONI FILES</string>
|
---|
[771] | 993 | </property>
|
---|
| 994 | </item>
|
---|
| 995 | <item>
|
---|
| 996 | <property name="text">
|
---|
| 997 | <string>MASTER XML</string>
|
---|
| 998 | </property>
|
---|
| 999 | </item>
|
---|
[897] | 1000 | <item>
|
---|
| 1001 | <property name="text">
|
---|
| 1002 | <string>AKEV ONI</string>
|
---|
| 1003 | </property>
|
---|
| 1004 | </item>
|
---|
| 1005 | <item>
|
---|
| 1006 | <property name="text">
|
---|
| 1007 | <string>DAE</string>
|
---|
| 1008 | </property>
|
---|
| 1009 | </item>
|
---|
[771] | 1010 | </widget>
|
---|
| 1011 | </item>
|
---|
| 1012 | </layout>
|
---|
| 1013 | </item>
|
---|
| 1014 | <item>
|
---|
| 1015 | <layout class="QVBoxLayout" name="verticalLayout_33">
|
---|
| 1016 | <item>
|
---|
| 1017 | <widget class="QLabel" name="label_20">
|
---|
| 1018 | <property name="sizePolicy">
|
---|
| 1019 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 1020 | <horstretch>0</horstretch>
|
---|
| 1021 | <verstretch>0</verstretch>
|
---|
| 1022 | </sizepolicy>
|
---|
| 1023 | </property>
|
---|
| 1024 | <property name="text">
|
---|
| 1025 | <string>To</string>
|
---|
| 1026 | </property>
|
---|
| 1027 | </widget>
|
---|
| 1028 | </item>
|
---|
| 1029 | <item>
|
---|
| 1030 | <widget class="QComboBox" name="cbToLevels">
|
---|
| 1031 | <item>
|
---|
| 1032 | <property name="text">
|
---|
[897] | 1033 | <string>ONI FILES</string>
|
---|
[771] | 1034 | </property>
|
---|
| 1035 | </item>
|
---|
| 1036 | </widget>
|
---|
| 1037 | </item>
|
---|
| 1038 | </layout>
|
---|
| 1039 | </item>
|
---|
| 1040 | </layout>
|
---|
| 1041 | </item>
|
---|
| 1042 | <item>
|
---|
| 1043 | <widget class="QGroupBox" name="gbSourcesLevels">
|
---|
| 1044 | <property name="title">
|
---|
| 1045 | <string>Sources</string>
|
---|
| 1046 | </property>
|
---|
| 1047 | <layout class="QHBoxLayout" name="horizontalLayout_17">
|
---|
| 1048 | <item>
|
---|
| 1049 | <widget class="DropTableWidget" name="twSourcesLevels"/>
|
---|
| 1050 | </item>
|
---|
| 1051 | <item>
|
---|
| 1052 | <layout class="QVBoxLayout" name="verticalLayout_16">
|
---|
| 1053 | <item>
|
---|
| 1054 | <widget class="QPushButton" name="pbAddSourceLevels">
|
---|
| 1055 | <property name="minimumSize">
|
---|
| 1056 | <size>
|
---|
| 1057 | <width>0</width>
|
---|
| 1058 | <height>0</height>
|
---|
| 1059 | </size>
|
---|
| 1060 | </property>
|
---|
| 1061 | <property name="text">
|
---|
| 1062 | <string>Add</string>
|
---|
| 1063 | </property>
|
---|
| 1064 | </widget>
|
---|
| 1065 | </item>
|
---|
| 1066 | <item>
|
---|
| 1067 | <widget class="QPushButton" name="pbRemoveSourceLevels">
|
---|
| 1068 | <property name="text">
|
---|
| 1069 | <string>Remove</string>
|
---|
| 1070 | </property>
|
---|
| 1071 | </widget>
|
---|
| 1072 | </item>
|
---|
| 1073 | <item>
|
---|
| 1074 | <widget class="QPushButton" name="pbClearSourcesLevels">
|
---|
| 1075 | <property name="text">
|
---|
| 1076 | <string>Clear</string>
|
---|
| 1077 | </property>
|
---|
| 1078 | </widget>
|
---|
| 1079 | </item>
|
---|
| 1080 | </layout>
|
---|
| 1081 | </item>
|
---|
| 1082 | </layout>
|
---|
| 1083 | </widget>
|
---|
| 1084 | </item>
|
---|
| 1085 | <item>
|
---|
| 1086 | <widget class="QGroupBox" name="gbLevels">
|
---|
| 1087 | <property name="enabled">
|
---|
| 1088 | <bool>true</bool>
|
---|
| 1089 | </property>
|
---|
| 1090 | <property name="title">
|
---|
| 1091 | <string>Options</string>
|
---|
| 1092 | </property>
|
---|
[897] | 1093 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
---|
[771] | 1094 | <item>
|
---|
[897] | 1095 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
| 1096 | <item>
|
---|
| 1097 | <widget class="QCheckBox" name="cbSpecificFilesLevels">
|
---|
| 1098 | <property name="enabled">
|
---|
| 1099 | <bool>true</bool>
|
---|
| 1100 | </property>
|
---|
| 1101 | <property name="minimumSize">
|
---|
| 1102 | <size>
|
---|
| 1103 | <width>122</width>
|
---|
| 1104 | <height>0</height>
|
---|
| 1105 | </size>
|
---|
| 1106 | </property>
|
---|
| 1107 | <property name="toolTip">
|
---|
[898] | 1108 | <string>Extract specific files oni files from the DAT file
|
---|
| 1109 |
|
---|
| 1110 | Example of input:
|
---|
| 1111 | AKEVEnvWarehouse
|
---|
| 1112 | This will extract only the file AKEVEnvWarehouse.oni from the dat.
|
---|
| 1113 |
|
---|
| 1114 | You can extract multiple files using wildcards e.g.:
|
---|
| 1115 | M3GM*
|
---|
| 1116 | This will extract all files which begin with M3GM. </string>
|
---|
[897] | 1117 | </property>
|
---|
| 1118 | <property name="text">
|
---|
| 1119 | <string>Extract specific files:</string>
|
---|
| 1120 | </property>
|
---|
| 1121 | </widget>
|
---|
| 1122 | </item>
|
---|
| 1123 | <item>
|
---|
| 1124 | <widget class="QLineEdit" name="leSpecificFilesLevels">
|
---|
| 1125 | <property name="enabled">
|
---|
| 1126 | <bool>false</bool>
|
---|
| 1127 | </property>
|
---|
| 1128 | <property name="toolTip">
|
---|
[898] | 1129 | <string>Extract specific files oni files from the DAT file
|
---|
| 1130 |
|
---|
| 1131 | Example of input:
|
---|
| 1132 | AKEVEnvWarehouse
|
---|
| 1133 | This will extract only the file AKEVEnvWarehouse.oni from the dat.
|
---|
| 1134 |
|
---|
| 1135 | You can extract multiple files using wildcards e.g.:
|
---|
| 1136 | M3GM*
|
---|
| 1137 | This will extract all files which begin with M3GM. </string>
|
---|
[897] | 1138 | </property>
|
---|
| 1139 | <property name="text">
|
---|
| 1140 | <string/>
|
---|
| 1141 | </property>
|
---|
| 1142 | <property name="placeholderText">
|
---|
| 1143 | <string>Pattern to file or files (e.g. AKEVEnvWarehouse)</string>
|
---|
| 1144 | </property>
|
---|
| 1145 | </widget>
|
---|
| 1146 | </item>
|
---|
| 1147 | </layout>
|
---|
| 1148 | </item>
|
---|
| 1149 | <item>
|
---|
[771] | 1150 | <layout class="QHBoxLayout" name="horizontalLayout_27">
|
---|
| 1151 | <item>
|
---|
| 1152 | <widget class="QCheckBox" name="cbDatLevels">
|
---|
| 1153 | <property name="enabled">
|
---|
| 1154 | <bool>false</bool>
|
---|
| 1155 | </property>
|
---|
| 1156 | <property name="minimumSize">
|
---|
| 1157 | <size>
|
---|
[897] | 1158 | <width>122</width>
|
---|
[771] | 1159 | <height>0</height>
|
---|
| 1160 | </size>
|
---|
| 1161 | </property>
|
---|
| 1162 | <property name="text">
|
---|
| 1163 | <string>DAT Filename:</string>
|
---|
| 1164 | </property>
|
---|
| 1165 | </widget>
|
---|
| 1166 | </item>
|
---|
| 1167 | <item>
|
---|
| 1168 | <widget class="QLineEdit" name="leTargetDatLevels">
|
---|
| 1169 | <property name="enabled">
|
---|
| 1170 | <bool>false</bool>
|
---|
| 1171 | </property>
|
---|
| 1172 | <property name="placeholderText">
|
---|
| 1173 | <string>Custom .dat level filename</string>
|
---|
| 1174 | </property>
|
---|
| 1175 | </widget>
|
---|
| 1176 | </item>
|
---|
| 1177 | <item>
|
---|
| 1178 | <widget class="QCheckBox" name="cbBnvLevels">
|
---|
| 1179 | <property name="enabled">
|
---|
| 1180 | <bool>false</bool>
|
---|
| 1181 | </property>
|
---|
| 1182 | <property name="text">
|
---|
| 1183 | <string>Bnv Source:</string>
|
---|
| 1184 | </property>
|
---|
| 1185 | </widget>
|
---|
| 1186 | </item>
|
---|
| 1187 | <item>
|
---|
| 1188 | <widget class="QLineEdit" name="leBnvLevels">
|
---|
| 1189 | <property name="enabled">
|
---|
| 1190 | <bool>false</bool>
|
---|
| 1191 | </property>
|
---|
| 1192 | <property name="placeholderText">
|
---|
| 1193 | <string>Bnv .dae source file</string>
|
---|
| 1194 | </property>
|
---|
| 1195 | </widget>
|
---|
| 1196 | </item>
|
---|
[897] | 1197 | <item>
|
---|
| 1198 | <widget class="QCheckBox" name="cbGridsLevels">
|
---|
| 1199 | <property name="enabled">
|
---|
| 1200 | <bool>false</bool>
|
---|
| 1201 | </property>
|
---|
| 1202 | <property name="toolTip">
|
---|
| 1203 | <string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string>
|
---|
| 1204 | </property>
|
---|
| 1205 | <property name="text">
|
---|
| 1206 | <string>Generate Grids</string>
|
---|
| 1207 | </property>
|
---|
| 1208 | </widget>
|
---|
| 1209 | </item>
|
---|
[771] | 1210 | </layout>
|
---|
| 1211 | </item>
|
---|
| 1212 | <item>
|
---|
[897] | 1213 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
---|
[771] | 1214 | <item>
|
---|
| 1215 | <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
|
---|
| 1216 | <property name="enabled">
|
---|
| 1217 | <bool>false</bool>
|
---|
| 1218 | </property>
|
---|
[897] | 1219 | <property name="minimumSize">
|
---|
| 1220 | <size>
|
---|
| 1221 | <width>122</width>
|
---|
| 1222 | <height>0</height>
|
---|
| 1223 | </size>
|
---|
| 1224 | </property>
|
---|
[771] | 1225 | <property name="text">
|
---|
| 1226 | <string>Additional Sources:</string>
|
---|
| 1227 | </property>
|
---|
| 1228 | </widget>
|
---|
| 1229 | </item>
|
---|
| 1230 | <item>
|
---|
| 1231 | <widget class="QLineEdit" name="leAdditSourcesLevels">
|
---|
| 1232 | <property name="enabled">
|
---|
| 1233 | <bool>false</bool>
|
---|
| 1234 | </property>
|
---|
| 1235 | <property name="toolTip">
|
---|
[898] | 1236 | <string>Use ";" as separator for each file</string>
|
---|
[771] | 1237 | </property>
|
---|
| 1238 | <property name="placeholderText">
|
---|
| 1239 | <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
|
---|
| 1240 | </property>
|
---|
| 1241 | </widget>
|
---|
| 1242 | </item>
|
---|
| 1243 | </layout>
|
---|
| 1244 | </item>
|
---|
| 1245 | </layout>
|
---|
| 1246 | </widget>
|
---|
| 1247 | </item>
|
---|
| 1248 | </layout>
|
---|
| 1249 | </widget>
|
---|
| 1250 | <widget class="QWidget" name="tabMisc">
|
---|
| 1251 | <attribute name="title">
|
---|
| 1252 | <string>Misc</string>
|
---|
| 1253 | </attribute>
|
---|
| 1254 | <layout class="QVBoxLayout" name="verticalLayout_34">
|
---|
| 1255 | <item>
|
---|
| 1256 | <layout class="QHBoxLayout" name="horizontalLayout_19">
|
---|
| 1257 | <item>
|
---|
| 1258 | <layout class="QVBoxLayout" name="verticalLayout_20">
|
---|
| 1259 | <item>
|
---|
| 1260 | <widget class="QLabel" name="label_22">
|
---|
| 1261 | <property name="sizePolicy">
|
---|
| 1262 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 1263 | <horstretch>0</horstretch>
|
---|
| 1264 | <verstretch>0</verstretch>
|
---|
| 1265 | </sizepolicy>
|
---|
| 1266 | </property>
|
---|
| 1267 | <property name="text">
|
---|
| 1268 | <string>From</string>
|
---|
| 1269 | </property>
|
---|
| 1270 | </widget>
|
---|
| 1271 | </item>
|
---|
| 1272 | <item>
|
---|
| 1273 | <widget class="QComboBox" name="cbFromMisc">
|
---|
| 1274 | <item>
|
---|
| 1275 | <property name="text">
|
---|
[897] | 1276 | <string>DAT / SNDD ONI</string>
|
---|
[771] | 1277 | </property>
|
---|
| 1278 | </item>
|
---|
| 1279 | <item>
|
---|
| 1280 | <property name="text">
|
---|
[897] | 1281 | <string>DAT / SUBT ONI</string>
|
---|
| 1282 | </property>
|
---|
| 1283 | </item>
|
---|
| 1284 | <item>
|
---|
| 1285 | <property name="text">
|
---|
[771] | 1286 | <string>WAV / AIF</string>
|
---|
| 1287 | </property>
|
---|
| 1288 | </item>
|
---|
| 1289 | <item>
|
---|
| 1290 | <property name="text">
|
---|
| 1291 | <string>TXT</string>
|
---|
| 1292 | </property>
|
---|
| 1293 | </item>
|
---|
| 1294 | </widget>
|
---|
| 1295 | </item>
|
---|
| 1296 | </layout>
|
---|
| 1297 | </item>
|
---|
| 1298 | <item>
|
---|
| 1299 | <layout class="QVBoxLayout" name="verticalLayout_21">
|
---|
| 1300 | <item>
|
---|
| 1301 | <widget class="QLabel" name="label_23">
|
---|
| 1302 | <property name="sizePolicy">
|
---|
| 1303 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
| 1304 | <horstretch>0</horstretch>
|
---|
| 1305 | <verstretch>0</verstretch>
|
---|
| 1306 | </sizepolicy>
|
---|
| 1307 | </property>
|
---|
| 1308 | <property name="text">
|
---|
| 1309 | <string>To</string>
|
---|
| 1310 | </property>
|
---|
| 1311 | </widget>
|
---|
| 1312 | </item>
|
---|
| 1313 | <item>
|
---|
| 1314 | <widget class="QComboBox" name="cbToMisc">
|
---|
| 1315 | <item>
|
---|
| 1316 | <property name="text">
|
---|
| 1317 | <string>WAV</string>
|
---|
| 1318 | </property>
|
---|
| 1319 | </item>
|
---|
| 1320 | <item>
|
---|
| 1321 | <property name="text">
|
---|
| 1322 | <string>AIF</string>
|
---|
| 1323 | </property>
|
---|
| 1324 | </item>
|
---|
| 1325 | </widget>
|
---|
| 1326 | </item>
|
---|
| 1327 | </layout>
|
---|
| 1328 | </item>
|
---|
| 1329 | </layout>
|
---|
| 1330 | </item>
|
---|
| 1331 | <item>
|
---|
| 1332 | <widget class="QGroupBox" name="gbSourcesMisc">
|
---|
| 1333 | <property name="title">
|
---|
| 1334 | <string>Sources</string>
|
---|
| 1335 | </property>
|
---|
| 1336 | <layout class="QHBoxLayout" name="horizontalLayout_18">
|
---|
| 1337 | <item>
|
---|
| 1338 | <widget class="DropTableWidget" name="twSourcesMisc"/>
|
---|
| 1339 | </item>
|
---|
| 1340 | <item>
|
---|
| 1341 | <layout class="QVBoxLayout" name="verticalLayout_22">
|
---|
| 1342 | <item>
|
---|
| 1343 | <widget class="QPushButton" name="pbAddSourceMisc">
|
---|
| 1344 | <property name="minimumSize">
|
---|
| 1345 | <size>
|
---|
| 1346 | <width>0</width>
|
---|
| 1347 | <height>0</height>
|
---|
| 1348 | </size>
|
---|
| 1349 | </property>
|
---|
| 1350 | <property name="text">
|
---|
| 1351 | <string>Add</string>
|
---|
| 1352 | </property>
|
---|
| 1353 | </widget>
|
---|
| 1354 | </item>
|
---|
| 1355 | <item>
|
---|
| 1356 | <widget class="QPushButton" name="pbRemoveSourceMisc">
|
---|
| 1357 | <property name="text">
|
---|
| 1358 | <string>Remove</string>
|
---|
| 1359 | </property>
|
---|
| 1360 | </widget>
|
---|
| 1361 | </item>
|
---|
| 1362 | <item>
|
---|
| 1363 | <widget class="QPushButton" name="pbClearSourcesMisc">
|
---|
| 1364 | <property name="text">
|
---|
| 1365 | <string>Clear</string>
|
---|
| 1366 | </property>
|
---|
| 1367 | </widget>
|
---|
| 1368 | </item>
|
---|
| 1369 | </layout>
|
---|
| 1370 | </item>
|
---|
| 1371 | </layout>
|
---|
| 1372 | </widget>
|
---|
| 1373 | </item>
|
---|
| 1374 | </layout>
|
---|
| 1375 | </widget>
|
---|
| 1376 | </widget>
|
---|
| 1377 | </item>
|
---|
[1047] | 1378 | <item>
|
---|
| 1379 | <widget class="Line" name="line_3">
|
---|
| 1380 | <property name="orientation">
|
---|
| 1381 | <enum>Qt::Horizontal</enum>
|
---|
| 1382 | </property>
|
---|
| 1383 | </widget>
|
---|
| 1384 | </item>
|
---|
| 1385 | <item>
|
---|
| 1386 | <widget class="QPushButton" name="pbConvert">
|
---|
| 1387 | <property name="minimumSize">
|
---|
| 1388 | <size>
|
---|
| 1389 | <width>0</width>
|
---|
| 1390 | <height>30</height>
|
---|
| 1391 | </size>
|
---|
| 1392 | </property>
|
---|
| 1393 | <property name="toolTip">
|
---|
| 1394 | <string>Convert the sources above</string>
|
---|
| 1395 | </property>
|
---|
| 1396 | <property name="text">
|
---|
| 1397 | <string>Convert</string>
|
---|
| 1398 | </property>
|
---|
| 1399 | <property name="shortcut">
|
---|
| 1400 | <string>Ctrl+Return</string>
|
---|
| 1401 | </property>
|
---|
| 1402 | </widget>
|
---|
| 1403 | </item>
|
---|
[771] | 1404 | </layout>
|
---|
| 1405 | </widget>
|
---|
| 1406 | <widget class="QMenuBar" name="menuBar">
|
---|
| 1407 | <property name="geometry">
|
---|
| 1408 | <rect>
|
---|
| 1409 | <x>0</x>
|
---|
| 1410 | <y>0</y>
|
---|
[897] | 1411 | <width>800</width>
|
---|
[1047] | 1412 | <height>20</height>
|
---|
[771] | 1413 | </rect>
|
---|
| 1414 | </property>
|
---|
| 1415 | <widget class="QMenu" name="menuFile">
|
---|
| 1416 | <property name="title">
|
---|
| 1417 | <string>File</string>
|
---|
| 1418 | </property>
|
---|
[1047] | 1419 | <widget class="QMenu" name="menuRecent_Projects">
|
---|
| 1420 | <property name="title">
|
---|
| 1421 | <string>Recent Projects</string>
|
---|
| 1422 | </property>
|
---|
| 1423 | <addaction name="actionProject1"/>
|
---|
| 1424 | <addaction name="actionProject2"/>
|
---|
| 1425 | <addaction name="actionProject3"/>
|
---|
| 1426 | <addaction name="actionProject4"/>
|
---|
| 1427 | <addaction name="actionProject5"/>
|
---|
| 1428 | </widget>
|
---|
[1054] | 1429 | <addaction name="actionNew_Project"/>
|
---|
[1047] | 1430 | <addaction name="actionSave"/>
|
---|
| 1431 | <addaction name="actionSave_Project"/>
|
---|
| 1432 | <addaction name="actionLoad_Project"/>
|
---|
| 1433 | <addaction name="menuRecent_Projects"/>
|
---|
[771] | 1434 | <addaction name="separator"/>
|
---|
| 1435 | <addaction name="actionExit"/>
|
---|
| 1436 | </widget>
|
---|
| 1437 | <widget class="QMenu" name="menuHelp">
|
---|
| 1438 | <property name="title">
|
---|
| 1439 | <string>Help</string>
|
---|
| 1440 | </property>
|
---|
| 1441 | <addaction name="actionCheck_OniSplit_version"/>
|
---|
| 1442 | <addaction name="actionCheck_xmlTools_version"/>
|
---|
| 1443 | <addaction name="actionCheck_For_Updates"/>
|
---|
| 1444 | <addaction name="actionAbout"/>
|
---|
| 1445 | </widget>
|
---|
[790] | 1446 | <widget class="QMenu" name="menuTarget_Platform">
|
---|
[771] | 1447 | <property name="title">
|
---|
[790] | 1448 | <string>Target Platform</string>
|
---|
[771] | 1449 | </property>
|
---|
| 1450 | <addaction name="actionWindows"/>
|
---|
| 1451 | <addaction name="actionMac_Windows_demo"/>
|
---|
| 1452 | </widget>
|
---|
| 1453 | <widget class="QMenu" name="menuOptions">
|
---|
| 1454 | <property name="title">
|
---|
| 1455 | <string>Options</string>
|
---|
| 1456 | </property>
|
---|
| 1457 | <widget class="QMenu" name="menuOutput_directly_to">
|
---|
| 1458 | <property name="title">
|
---|
| 1459 | <string>Output directly to:</string>
|
---|
| 1460 | </property>
|
---|
| 1461 | <addaction name="actionWorkspace"/>
|
---|
| 1462 | <addaction name="actionOther"/>
|
---|
| 1463 | </widget>
|
---|
| 1464 | <addaction name="menuOutput_directly_to"/>
|
---|
| 1465 | <addaction name="separator"/>
|
---|
[897] | 1466 | <addaction name="actionOpen_AE_folder"/>
|
---|
[771] | 1467 | <addaction name="actionView_log"/>
|
---|
[1054] | 1468 | <addaction name="separator"/>
|
---|
| 1469 | <addaction name="actionPreferences"/>
|
---|
[771] | 1470 | </widget>
|
---|
| 1471 | <widget class="QMenu" name="menuTools">
|
---|
| 1472 | <property name="title">
|
---|
| 1473 | <string>Tools</string>
|
---|
| 1474 | </property>
|
---|
| 1475 | <addaction name="actionAE_Package_Creator"/>
|
---|
| 1476 | <addaction name="actionSound_Wizard"/>
|
---|
[1054] | 1477 | <addaction name="actionBackground_Image_Wizard"/>
|
---|
[1061] | 1478 | <addaction name="actionWindow_Messages_Wizard"/>
|
---|
[771] | 1479 | </widget>
|
---|
| 1480 | <addaction name="menuFile"/>
|
---|
[790] | 1481 | <addaction name="menuTarget_Platform"/>
|
---|
[771] | 1482 | <addaction name="menuOptions"/>
|
---|
| 1483 | <addaction name="menuTools"/>
|
---|
| 1484 | <addaction name="menuHelp"/>
|
---|
| 1485 | </widget>
|
---|
| 1486 | <widget class="QToolBar" name="mainToolBar">
|
---|
| 1487 | <attribute name="toolBarArea">
|
---|
| 1488 | <enum>TopToolBarArea</enum>
|
---|
| 1489 | </attribute>
|
---|
| 1490 | <attribute name="toolBarBreak">
|
---|
| 1491 | <bool>false</bool>
|
---|
| 1492 | </attribute>
|
---|
| 1493 | </widget>
|
---|
| 1494 | <widget class="QStatusBar" name="statusBar">
|
---|
| 1495 | <property name="layoutDirection">
|
---|
| 1496 | <enum>Qt::LeftToRight</enum>
|
---|
| 1497 | </property>
|
---|
| 1498 | </widget>
|
---|
| 1499 | <action name="actionExit">
|
---|
| 1500 | <property name="text">
|
---|
| 1501 | <string>Exit</string>
|
---|
| 1502 | </property>
|
---|
| 1503 | </action>
|
---|
| 1504 | <action name="actionAbout">
|
---|
| 1505 | <property name="text">
|
---|
| 1506 | <string>About</string>
|
---|
| 1507 | </property>
|
---|
| 1508 | </action>
|
---|
| 1509 | <action name="actionCheck_For_Updates">
|
---|
| 1510 | <property name="text">
|
---|
| 1511 | <string>Check for Vago updates</string>
|
---|
| 1512 | </property>
|
---|
| 1513 | </action>
|
---|
| 1514 | <action name="actionWindows">
|
---|
| 1515 | <property name="checkable">
|
---|
| 1516 | <bool>true</bool>
|
---|
| 1517 | </property>
|
---|
| 1518 | <property name="checked">
|
---|
| 1519 | <bool>true</bool>
|
---|
| 1520 | </property>
|
---|
| 1521 | <property name="text">
|
---|
| 1522 | <string>Windows</string>
|
---|
| 1523 | </property>
|
---|
| 1524 | </action>
|
---|
| 1525 | <action name="actionMac_Windows_demo">
|
---|
| 1526 | <property name="checkable">
|
---|
| 1527 | <bool>true</bool>
|
---|
| 1528 | </property>
|
---|
| 1529 | <property name="text">
|
---|
| 1530 | <string>Mac / Windows demo</string>
|
---|
| 1531 | </property>
|
---|
| 1532 | </action>
|
---|
| 1533 | <action name="actionPreferences">
|
---|
| 1534 | <property name="text">
|
---|
| 1535 | <string>Preferences</string>
|
---|
| 1536 | </property>
|
---|
| 1537 | </action>
|
---|
| 1538 | <action name="actionCheck_OniSplit_version">
|
---|
| 1539 | <property name="text">
|
---|
| 1540 | <string>Check OniSplit version</string>
|
---|
| 1541 | </property>
|
---|
| 1542 | </action>
|
---|
| 1543 | <action name="actionClean_Workspace">
|
---|
| 1544 | <property name="text">
|
---|
| 1545 | <string>Clean Workspace</string>
|
---|
| 1546 | </property>
|
---|
| 1547 | </action>
|
---|
| 1548 | <action name="actionWorkspace">
|
---|
| 1549 | <property name="checkable">
|
---|
| 1550 | <bool>true</bool>
|
---|
| 1551 | </property>
|
---|
| 1552 | <property name="checked">
|
---|
| 1553 | <bool>true</bool>
|
---|
| 1554 | </property>
|
---|
| 1555 | <property name="text">
|
---|
| 1556 | <string>Workspace</string>
|
---|
| 1557 | </property>
|
---|
| 1558 | <property name="toolTip">
|
---|
| 1559 | <string>Workspace</string>
|
---|
| 1560 | </property>
|
---|
| 1561 | </action>
|
---|
| 1562 | <action name="actionOther">
|
---|
| 1563 | <property name="checkable">
|
---|
| 1564 | <bool>true</bool>
|
---|
| 1565 | </property>
|
---|
| 1566 | <property name="text">
|
---|
| 1567 | <string>Other...</string>
|
---|
| 1568 | </property>
|
---|
| 1569 | <property name="toolTip">
|
---|
| 1570 | <string>Other</string>
|
---|
| 1571 | </property>
|
---|
| 1572 | </action>
|
---|
| 1573 | <action name="actionView_log">
|
---|
| 1574 | <property name="icon">
|
---|
| 1575 | <iconset resource="resources.qrc">
|
---|
| 1576 | <normaloff>:/new/icons/log.png</normaloff>:/new/icons/log.png</iconset>
|
---|
| 1577 | </property>
|
---|
| 1578 | <property name="text">
|
---|
| 1579 | <string>View log file</string>
|
---|
| 1580 | </property>
|
---|
| 1581 | </action>
|
---|
| 1582 | <action name="actionAE_Package_Creator">
|
---|
| 1583 | <property name="icon">
|
---|
| 1584 | <iconset resource="resources.qrc">
|
---|
| 1585 | <normaloff>:/new/icons/package.png</normaloff>:/new/icons/package.png</iconset>
|
---|
| 1586 | </property>
|
---|
| 1587 | <property name="text">
|
---|
| 1588 | <string>AEI Mod Package Wizard</string>
|
---|
| 1589 | </property>
|
---|
| 1590 | </action>
|
---|
| 1591 | <action name="actionSound_Wizard">
|
---|
| 1592 | <property name="icon">
|
---|
| 1593 | <iconset resource="resources.qrc">
|
---|
| 1594 | <normaloff>:/new/icons/sound.png</normaloff>:/new/icons/sound.png</iconset>
|
---|
| 1595 | </property>
|
---|
| 1596 | <property name="text">
|
---|
| 1597 | <string>Sound Wizard</string>
|
---|
| 1598 | </property>
|
---|
| 1599 | </action>
|
---|
| 1600 | <action name="actionCheck_xmlTools_version">
|
---|
| 1601 | <property name="text">
|
---|
| 1602 | <string>Check XmlTools version</string>
|
---|
| 1603 | </property>
|
---|
| 1604 | </action>
|
---|
[897] | 1605 | <action name="actionOpen_AE_folder">
|
---|
| 1606 | <property name="text">
|
---|
| 1607 | <string>Open AE folder</string>
|
---|
| 1608 | </property>
|
---|
| 1609 | </action>
|
---|
[1047] | 1610 | <action name="actionSave_Project">
|
---|
| 1611 | <property name="text">
|
---|
| 1612 | <string>Save Project As...</string>
|
---|
| 1613 | </property>
|
---|
| 1614 | </action>
|
---|
| 1615 | <action name="actionLoad_Project">
|
---|
| 1616 | <property name="text">
|
---|
| 1617 | <string>Load Project...</string>
|
---|
| 1618 | </property>
|
---|
| 1619 | <property name="iconText">
|
---|
| 1620 | <string>Load Project...</string>
|
---|
| 1621 | </property>
|
---|
| 1622 | <property name="toolTip">
|
---|
| 1623 | <string>Load Project...</string>
|
---|
| 1624 | </property>
|
---|
| 1625 | </action>
|
---|
| 1626 | <action name="actionSave">
|
---|
| 1627 | <property name="enabled">
|
---|
| 1628 | <bool>true</bool>
|
---|
| 1629 | </property>
|
---|
| 1630 | <property name="text">
|
---|
[1054] | 1631 | <string>Save Project</string>
|
---|
[1047] | 1632 | </property>
|
---|
| 1633 | <property name="shortcut">
|
---|
| 1634 | <string>Ctrl+S</string>
|
---|
| 1635 | </property>
|
---|
| 1636 | </action>
|
---|
| 1637 | <action name="actionPlaceholder1">
|
---|
| 1638 | <property name="text">
|
---|
| 1639 | <string>Placeholder1</string>
|
---|
| 1640 | </property>
|
---|
| 1641 | </action>
|
---|
| 1642 | <action name="actionProject1">
|
---|
| 1643 | <property name="text">
|
---|
| 1644 | <string>Project1</string>
|
---|
| 1645 | </property>
|
---|
| 1646 | </action>
|
---|
| 1647 | <action name="actionProject2">
|
---|
| 1648 | <property name="text">
|
---|
| 1649 | <string>Project2</string>
|
---|
| 1650 | </property>
|
---|
| 1651 | </action>
|
---|
| 1652 | <action name="actionProject3">
|
---|
| 1653 | <property name="text">
|
---|
| 1654 | <string>Project3</string>
|
---|
| 1655 | </property>
|
---|
| 1656 | </action>
|
---|
| 1657 | <action name="actionProject4">
|
---|
| 1658 | <property name="text">
|
---|
| 1659 | <string>Project4</string>
|
---|
| 1660 | </property>
|
---|
| 1661 | </action>
|
---|
| 1662 | <action name="actionProject5">
|
---|
| 1663 | <property name="text">
|
---|
| 1664 | <string>Project5</string>
|
---|
| 1665 | </property>
|
---|
| 1666 | </action>
|
---|
[1054] | 1667 | <action name="actionBackground_Image_Wizard">
|
---|
| 1668 | <property name="icon">
|
---|
| 1669 | <iconset resource="resources.qrc">
|
---|
| 1670 | <normaloff>:/new/icons/background_image.png</normaloff>:/new/icons/background_image.png</iconset>
|
---|
| 1671 | </property>
|
---|
| 1672 | <property name="text">
|
---|
| 1673 | <string>Background Image Wizard</string>
|
---|
| 1674 | </property>
|
---|
| 1675 | </action>
|
---|
| 1676 | <action name="actionNew_Project">
|
---|
| 1677 | <property name="text">
|
---|
| 1678 | <string>New Project</string>
|
---|
| 1679 | </property>
|
---|
| 1680 | <property name="shortcut">
|
---|
| 1681 | <string>Ctrl+N</string>
|
---|
| 1682 | </property>
|
---|
| 1683 | </action>
|
---|
[1058] | 1684 | <action name="actionXmlTools_Interface">
|
---|
| 1685 | <property name="icon">
|
---|
| 1686 | <iconset resource="resources.qrc">
|
---|
| 1687 | <normaloff>:/new/icons/xmltoolsinterface.png</normaloff>:/new/icons/xmltoolsinterface.png</iconset>
|
---|
| 1688 | </property>
|
---|
| 1689 | <property name="text">
|
---|
| 1690 | <string>XmlTools Interface</string>
|
---|
| 1691 | </property>
|
---|
| 1692 | </action>
|
---|
[1061] | 1693 | <action name="actionWindow_Messages_Wizard">
|
---|
| 1694 | <property name="icon">
|
---|
| 1695 | <iconset resource="resources.qrc">
|
---|
| 1696 | <normaloff>:/new/icons/windowmessages.png</normaloff>:/new/icons/windowmessages.png</iconset>
|
---|
| 1697 | </property>
|
---|
| 1698 | <property name="text">
|
---|
| 1699 | <string>Window Messages Wizard</string>
|
---|
| 1700 | </property>
|
---|
| 1701 | </action>
|
---|
[771] | 1702 | </widget>
|
---|
| 1703 | <layoutdefault spacing="6" margin="11"/>
|
---|
| 1704 | <customwidgets>
|
---|
| 1705 | <customwidget>
|
---|
| 1706 | <class>DropTableWidget</class>
|
---|
| 1707 | <extends>QTableWidget</extends>
|
---|
[1061] | 1708 | <header location="global">droptablewidget.h</header>
|
---|
[771] | 1709 | </customwidget>
|
---|
[1061] | 1710 | <customwidget>
|
---|
| 1711 | <class>DropLineEdit</class>
|
---|
| 1712 | <extends>QLineEdit</extends>
|
---|
| 1713 | <header location="global">droplineedit.h</header>
|
---|
| 1714 | </customwidget>
|
---|
[771] | 1715 | </customwidgets>
|
---|
| 1716 | <resources>
|
---|
| 1717 | <include location="resources.qrc"/>
|
---|
| 1718 | </resources>
|
---|
| 1719 | <connections/>
|
---|
| 1720 | </ui>
|
---|