Changeset 792
- Timestamp:
- Apr 7, 2013, 1:10:19 AM (12 years ago)
- Location:
- Vago/trunk/Vago
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
Vago/trunk/Vago/Vago.pro.user
r791 r792 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!DOCTYPE QtCreatorProject> 3 <!-- Written by Qt Creator 2.4.1, 2013-04-0 6T22:07:35. -->3 <!-- Written by Qt Creator 2.4.1, 2013-04-07T00:10:12. --> 4 4 <qtcreator> 5 5 <data> -
Vago/trunk/Vago/main.cpp
r790 r792 1 #define USING_VM_TABLET_WARNING_FIX // Comment this line if not using a mac vm1 //#define USING_VM_TABLET_WARNING_FIX // Comment this line if not using a mac vm 2 2 3 3 #ifdef USING_VM_TABLET_WARNING_FIX -
Vago/trunk/Vago/mainwindow.cpp
r791 r792 9 9 { 10 10 ui->setupUi(this); 11 12 ui->pbConvertGeneral->setMinimumSize(ui->pbConvertGeneral->minimumSizeHint());13 ui->pbConvertGeneral->setMinimumWidth(50);14 ui->pbConvertGeneral->setMinimumHeight(ui->pbConvertGeneral->minimumHeight()*1.4);15 16 qDebug() << ui->pbConvertGeneral->minimumHeight() << ui->pbConvertGeneral->minimumHeight();17 11 18 12 this->setWindowTitle("Vago v"+GlobalVars::AppVersion); … … 114 108 ui->mainToolBar->setLayoutDirection(Qt::RightToLeft); 115 109 110 setConverterButtonsSize(); 111 116 112 #ifdef Q_WS_MAC 117 113 // setUnifiedTitleAndToolBarOnMac(true); // Qt suggests to use it on mac | http://www.slideshare.net/qtbynokia/how-to-make-your-qt-app-look-native // align on left doesn't work if active … … 122 118 ui->actionWindows->setChecked(false); 123 119 ui->actionMac_Windows_demo->setChecked(true); 124 // Hide file menu on mac (not needed)125 ui->menuFile->hide();126 ui->menuFile->close();127 //ui->menuBar->macMenu();128 120 #endif 129 121 … … 1491 1483 } 1492 1484 1485 /** 1486 This is OS indepented. It maintain size ratio over the Windows and Mac. 1487 **/ 1488 void MainWindow::setConverterButtonsSize(){ 1489 int height=ui->pbConvertGeneral->sizeHint().height()*1.3; 1490 ui->pbConvertGeneral->setMinimumHeight(height); 1491 ui->pbConvertTextures->setMinimumHeight(height); 1492 ui->pbConvertModels->setMinimumHeight(height); 1493 ui->pbConvertAnimations->setMinimumHeight(height); 1494 ui->pbConvertLevels->setMinimumHeight(height); 1495 ui->pbConvertMisc->setMinimumHeight(height); 1496 } 1497 1493 1498 void MainWindow::connectSlots(){ 1494 1499 -
Vago/trunk/Vago/mainwindow.h
r771 r792 210 210 void changeToCurrentSettings(QList<int> rows, DropTableWidget* myTable); //change some rows to the current settings 211 211 void changeItemsOutput(DropTableWidget* myTable, QList<int> rows, QString newOutput); 212 void setConverterButtonsSize(); 212 213 QString getFileOutputFolder(QString fromTo, QString myOutputFolder=""); 213 214 QString fileParsingGeneral(QString myOutputFolder, QString from, QString to , QString file); -
Vago/trunk/Vago/mainwindow.ui
r790 r792 333 333 </property> 334 334 <property name="toolTip"> 335 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 336 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 337 p, li { white-space: pre-wrap; } 338 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 339 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Extract an ONCC with another character's TRAM</span></p> 340 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">For example extract Konoko's ONCC with Muro's TRAM</span></p></body></html></string> 335 <string>Extract an ONCC with another character's TRAM 336 For example extract Konoko's ONCC with Muro's TRAM</string> 341 337 </property> 342 338 <property name="placeholderText"> … … 357 353 <item> 358 354 <widget class="QPushButton" name="pbConvertGeneral"> 359 <property name="minimumSize">360 <size>361 <width>0</width>362 <height>0</height>363 </size>364 </property>365 355 <property name="text"> 366 356 <string>Convert</string> … … 590 580 <widget class="QCheckBox" name="cbEnvMap"> 591 581 <property name="toolTip"> 592 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 593 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 594 p, li { white-space: pre-wrap; } 595 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 596 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.</span></p> 597 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TXMP.oni file, don't include the extension.</span></p></body></html></string> 582 <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown. 583 It's the name of a TXMP.oni file, don't include the extension.</string> 598 584 </property> 599 585 <property name="text"> … … 608 594 </property> 609 595 <property name="toolTip"> 610 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 611 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 612 p, li { white-space: pre-wrap; } 613 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 614 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.</span></p> 615 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TXMP.oni file, don't include the extension.</span></p></body></html></string> 596 <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown. 597 It's the name of a TXMP.oni file, don't include the extension.</string> 616 598 </property> 617 599 <property name="placeholderText"> … … 804 786 </property> 805 787 <property name="toolTip"> 806 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 807 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 808 p, li { white-space: pre-wrap; } 809 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 810 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Extract the model with a specific animation. </span></p> 811 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">If none inputted (and checkbox is selected) it will search for one at ONCC&gt;TRAC.</span></p> 812 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TRAM.oni file, don't include the extension.</span></p></body></html></string> 788 <string>Extract the model with a specific animation. 789 If none inputted (and checkbox is selected) it will search for one at ONCC>TRAC. 790 It's the name of a TRAM.oni file, don't include the extension.</string> 813 791 </property> 814 792 <property name="text"> … … 823 801 </property> 824 802 <property name="toolTip"> 825 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 826 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 827 p, li { white-space: pre-wrap; } 828 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 829 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Extract the model with a specific animation. </span></p> 830 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">If none inputted (and checkbox is selected) it will search for one at </span><span style=" font-weight:600;">ONCC&gt;TRAC.</span></p> 831 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TRAM.oni file, don't include the extension.</span></p></body></html></string> 803 <string>Extract the model with a specific animation. 804 If none inputted (and checkbox is selected) it will search for one at ONCC>TRAC. 805 It's the name of a TRAM.oni file, don't include the extension.</string> 832 806 </property> 833 807 <property name="placeholderText"> … … 842 816 </property> 843 817 <property name="toolTip"> 844 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 845 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 846 p, li { white-space: pre-wrap; } 847 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 848 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Give model a texture.</span></p> 849 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TXMP.oni file, don't include the extension.</span></p></body></html></string> 818 <string>Give model a texture. 819 It's the name of a TXMP.oni file, don't include the extension.</string> 850 820 </property> 851 821 <property name="text"> … … 860 830 </property> 861 831 <property name="toolTip"> 862 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 863 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 864 p, li { white-space: pre-wrap; } 865 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 866 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Give model a texture. </span></p> 867 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">It's the name of a TXMP.oni file, don't include the extension.</span></p></body></html></string> 832 <string>Give model a texture. 833 It's the name of a TXMP.oni file, don't include the extension.</string> 868 834 </property> 869 835 <property name="placeholderText"> … … 1276 1242 </property> 1277 1243 <property name="toolTip"> 1278 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 1279 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 1280 p, li { white-space: pre-wrap; } 1281 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 1282 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Use &quot;space&quot; as separator for each file</span></p></body></html></string> 1244 <string>Use "space" as separator for each file</string> 1283 1245 </property> 1284 1246 <property name="placeholderText"> … … 1293 1255 </property> 1294 1256 <property name="toolTip"> 1295 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 1296 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 1297 p, li { white-space: pre-wrap; } 1298 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 1299 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</span></p></body></html></string> 1257 <string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string> 1300 1258 </property> 1301 1259 <property name="text"> -
Vago/trunk/Vago/packageWizard/packagepage2.ui
r790 r792 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 00</width>10 <height>4 08</height>9 <width>451</width> 10 <height>478</height> 11 11 </rect> 12 12 </property> … … 20 20 <string>WizardPage</string> 21 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout"> 23 <item> 22 <layout class="QFormLayout" name="formLayout"> 23 <property name="fieldGrowthPolicy"> 24 <enum>QFormLayout::FieldsStayAtSizeHint</enum> 25 </property> 26 <item row="0" column="0"> 27 <widget class="QLabel" name="label"> 28 <property name="text"> 29 <string>Mod Name:</string> 30 </property> 31 </widget> 32 </item> 33 <item row="0" column="1"> 24 34 <layout class="QHBoxLayout" name="horizontalLayout"> 25 35 <item> 26 <widget class="QLabel" name="label">27 <property name="minimumSize">28 <size>29 <width>84</width>30 <height>0</height>31 </size>32 </property>33 <property name="text">34 <string>Mod Name:</string>35 </property>36 </widget>37 </item>38 <item>39 36 <widget class="QLineEdit" name="leModName"/> 40 37 </item> … … 48 45 </layout> 49 46 </item> 50 <item> 47 <item row="2" column="0"> 48 <widget class="QLabel" name="label_2"> 49 <property name="text"> 50 <string>Author(s):</string> 51 </property> 52 </widget> 53 </item> 54 <item row="2" column="1"> 51 55 <layout class="QHBoxLayout" name="horizontalLayout_2"> 52 56 <item> 53 <widget class="QLabel" name="label_2">54 <property name="minimumSize">55 <size>56 <width>84</width>57 <height>0</height>58 </size>59 </property>60 <property name="text">61 <string>Author(s):</string>62 </property>63 </widget>64 </item>65 <item>66 57 <widget class="QLineEdit" name="leAuthors"/> 67 58 </item> … … 75 66 </layout> 76 67 </item> 77 <item> 68 <item row="4" column="0"> 69 <widget class="QLabel" name="label_3"> 70 <property name="text"> 71 <string>Version:</string> 72 </property> 73 </widget> 74 </item> 75 <item row="4" column="1"> 78 76 <layout class="QHBoxLayout" name="horizontalLayout_3"> 79 77 <item> 80 <widget class="QLabel" name="label_3">81 <property name="minimumSize">82 <size>83 <width>84</width>84 <height>0</height>85 </size>86 </property>87 <property name="text">88 <string>Version:</string>89 </property>90 </widget>91 </item>92 <item>93 78 <widget class="QLineEdit" name="leVersion"/> 94 79 </item> … … 102 87 </layout> 103 88 </item> 104 <item> 105 <layout class="QHBoxLayout" name="horizontalLayout_7"> 106 <item> 107 <widget class="QLabel" name="label_4"> 108 <property name="minimumSize"> 109 <size> 110 <width>84</width> 111 <height>0</height> 112 </size> 113 </property> 114 <property name="text"> 115 <string>Description:</string> 116 </property> 117 </widget> 118 </item> 89 <item row="6" column="0"> 90 <widget class="QLabel" name="label_4"> 91 <property name="text"> 92 <string>Description:</string> 93 </property> 94 </widget> 95 </item> 96 <item row="6" column="1"> 97 <layout class="QHBoxLayout" name="horizontalLayout_4"> 119 98 <item> 120 99 <widget class="QPlainTextEdit" name="ptDescription"> … … 136 115 </layout> 137 116 </item> 138 <item> 139 <layout class="QHBoxLayout" name="horizontalLayout_4"> 140 <item> 141 <widget class="QLabel" name="label_5"> 142 <property name="sizePolicy"> 143 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 144 <horstretch>0</horstretch> 145 <verstretch>0</verstretch> 146 </sizepolicy> 147 </property> 148 <property name="minimumSize"> 149 <size> 150 <width>84</width> 151 <height>0</height> 152 </size> 153 </property> 154 <property name="text"> 155 <string>Type:</string> 156 </property> 157 </widget> 158 </item> 159 <item> 160 <widget class="QComboBox" name="cbType"> 161 <item> 162 <property name="text"> 163 <string>Weapons</string> 164 </property> 165 </item> 166 <item> 167 <property name="text"> 168 <string>Characters</string> 169 </property> 170 </item> 171 <item> 172 <property name="text"> 173 <string>Particles</string> 174 </property> 175 </item> 176 <item> 177 <property name="text"> 178 <string>Animations (non-combat)</string> 179 </property> 180 </item> 181 <item> 182 <property name="text"> 183 <string>Animations (combat)</string> 184 </property> 185 </item> 186 <item> 187 <property name="text"> 188 <string>Sounds</string> 189 </property> 190 </item> 191 <item> 192 <property name="text"> 193 <string>User Interface</string> 194 </property> 195 </item> 196 <item> 197 <property name="text"> 198 <string>New Levels</string> 199 </property> 200 </item> 201 <item> 202 <property name="text"> 203 <string>Scenarios</string> 204 </property> 205 </item> 206 </widget> 207 </item> 208 </layout> 209 </item> 210 <item> 117 <item row="8" column="0"> 118 <widget class="QLabel" name="label_5"> 119 <property name="text"> 120 <string>Type:</string> 121 </property> 122 </widget> 123 </item> 124 <item row="8" column="1"> 125 <widget class="QComboBox" name="cbType"> 126 <item> 127 <property name="text"> 128 <string>Weapons</string> 129 </property> 130 </item> 131 <item> 132 <property name="text"> 133 <string>Characters</string> 134 </property> 135 </item> 136 <item> 137 <property name="text"> 138 <string>Particles</string> 139 </property> 140 </item> 141 <item> 142 <property name="text"> 143 <string>Animations (non-combat)</string> 144 </property> 145 </item> 146 <item> 147 <property name="text"> 148 <string>Animations (combat)</string> 149 </property> 150 </item> 151 <item> 152 <property name="text"> 153 <string>Sounds</string> 154 </property> 155 </item> 156 <item> 157 <property name="text"> 158 <string>User Interface</string> 159 </property> 160 </item> 161 <item> 162 <property name="text"> 163 <string>New Levels</string> 164 </property> 165 </item> 166 <item> 167 <property name="text"> 168 <string>Scenarios</string> 169 </property> 170 </item> 171 </widget> 172 </item> 173 <item row="10" column="0"> 174 <widget class="QLabel" name="label_6"> 175 <property name="text"> 176 <string>Package Number:</string> 177 </property> 178 </widget> 179 </item> 180 <item row="10" column="1"> 211 181 <layout class="QHBoxLayout" name="horizontalLayout_5"> 212 <item>213 <widget class="QLabel" name="label_6">214 <property name="text">215 <string>Package Number:</string>216 </property>217 </widget>218 </item>219 182 <item> 220 183 <widget class="QLineEdit" name="lePackageNumber"/> … … 236 199 </layout> 237 200 </item> 238 <item> 201 <item row="12" column="0"> 202 <widget class="QLabel" name="label_7"> 203 <property name="text"> 204 <string>Scripts:</string> 205 </property> 206 </widget> 207 </item> 208 <item row="12" column="1"> 239 209 <layout class="QHBoxLayout" name="horizontalLayout_6"> 240 <item>241 <widget class="QLabel" name="label_7">242 <property name="sizePolicy">243 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">244 <horstretch>0</horstretch>245 <verstretch>0</verstretch>246 </sizepolicy>247 </property>248 <property name="minimumSize">249 <size>250 <width>84</width>251 <height>0</height>252 </size>253 </property>254 <property name="text">255 <string>Scripts:</string>256 </property>257 </widget>258 </item>259 210 <item> 260 211 <widget class="QRadioButton" name="rbReplace"> … … 290 241 </layout> 291 242 </item> 292 <item> 243 <item row="15" column="0" colspan="2"> 244 <widget class="QLabel" name="lbFieldsReadOnly"> 245 <property name="text"> 246 <string><html><span style=" color:#0000ff;">* Fields read only by AEI2 when the package isn't at the mod depot.</span></html></string> 247 </property> 248 <property name="wordWrap"> 249 <bool>true</bool> 250 </property> 251 </widget> 252 </item> 253 <item row="14" column="0" colspan="2"> 293 254 <spacer name="verticalSpacer"> 294 255 <property name="orientation"> 295 256 <enum>Qt::Vertical</enum> 296 257 </property> 258 <property name="sizeType"> 259 <enum>QSizePolicy::Expanding</enum> 260 </property> 297 261 <property name="sizeHint" stdset="0"> 298 262 <size> 299 263 <width>20</width> 300 <height> 40</height>264 <height>10</height> 301 265 </size> 302 266 </property> 303 267 </spacer> 304 </item>305 <item>306 <widget class="QLabel" name="lbFieldsReadOnly">307 <property name="text">308 <string><html><span style=" color:#0000ff;">* Fields read only by AEI2 when the package isn't at the mod depot.</span></html></string>309 </property>310 </widget>311 268 </item> 312 269 </layout> -
Vago/trunk/Vago/packageWizard/packagepage3.ui
r771 r792 8 8 <y>0</y> 9 9 <width>364</width> 10 <height>2 90</height>10 <height>203</height> 11 11 </rect> 12 12 </property> … … 14 14 <string>WizardPage</string> 15 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <layout class="QHBoxLayout" name="horizontalLayout_2"> 19 <item> 20 <widget class="QLabel" name="label"> 21 <property name="minimumSize"> 22 <size> 23 <width>113</width> 24 <height>0</height> 25 </size> 26 </property> 27 <property name="toolTip"> 28 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 16 <layout class="QFormLayout" name="formLayout"> 17 <property name="fieldGrowthPolicy"> 18 <enum>QFormLayout::FieldsStayAtSizeHint</enum> 19 </property> 20 <item row="6" column="0"> 21 <widget class="QLabel" name="label_3"> 22 <property name="toolTip"> 23 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 24 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 25 p, li { white-space: pre-wrap; } 26 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 27 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">If this package use new levels, specify its number to get them unlocked automatically</span></p></body></html></string> 28 </property> 29 <property name="text"> 30 <string>Unlock Levels:</string> 31 </property> 32 </widget> 33 </item> 34 <item row="6" column="1"> 35 <widget class="QLineEdit" name="leUnlockLevels"> 36 <property name="toolTip"> 37 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 38 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 39 p, li { white-space: pre-wrap; } 40 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 41 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">If this package use new levels, specify its number to get them unlocked automatically</span></p></body></html></string> 42 </property> 43 </widget> 44 </item> 45 <item row="0" column="0"> 46 <widget class="QLabel" name="label"> 47 <property name="toolTip"> 48 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 29 49 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 30 50 p, li { white-space: pre-wrap; } 31 51 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 32 52 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Fill with the packages number which this package will depend</span></p></body></html></string> 33 34 35 36 37 38 39 <item>40 41 42 53 </property> 54 <property name="text"> 55 <string>Dependent Packages:</string> 56 </property> 57 </widget> 58 </item> 59 <item row="0" column="1"> 60 <widget class="QLineEdit" name="leDependent"> 61 <property name="toolTip"> 62 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 43 63 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 44 64 p, li { white-space: pre-wrap; } 45 65 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 46 66 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Fill with the packages number which this package will depend</span></p></body></html></string> 47 </property> 48 </widget> 49 </item> 50 </layout> 67 </property> 68 </widget> 51 69 </item> 52 <item> 53 <layout class="QHBoxLayout" name="horizontalLayout"> 54 <item> 55 <widget class="QLabel" name="label_2"> 56 <property name="toolTip"> 57 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 70 <item row="3" column="0"> 71 <widget class="QLabel" name="label_2"> 72 <property name="toolTip"> 73 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 58 74 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 59 75 p, li { white-space: pre-wrap; } 60 76 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 61 77 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Fill with the packages number that will conflict with this package</span></p></body></html></string> 62 63 64 65 66 67 68 <item>69 70 71 78 </property> 79 <property name="text"> 80 <string>Incompatible Packages:</string> 81 </property> 82 </widget> 83 </item> 84 <item row="3" column="1"> 85 <widget class="QLineEdit" name="leIncompatible"> 86 <property name="toolTip"> 87 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 72 88 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 73 89 p, li { white-space: pre-wrap; } 74 90 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 75 91 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Fill with the packages number that will conflict with this package</span></p></body></html></string> 76 </property> 77 </widget> 78 </item> 79 </layout> 80 </item> 81 <item> 82 <layout class="QHBoxLayout" name="horizontalLayout_3"> 83 <item> 84 <widget class="QLabel" name="label_3"> 85 <property name="minimumSize"> 86 <size> 87 <width>113</width> 88 <height>0</height> 89 </size> 90 </property> 91 <property name="toolTip"> 92 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 93 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 94 p, li { white-space: pre-wrap; } 95 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 96 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">If this package use new levels, specify its number to get them unlocked automatically</span></p></body></html></string> 97 </property> 98 <property name="text"> 99 <string>Unlock Levels:</string> 100 </property> 101 </widget> 102 </item> 103 <item> 104 <widget class="QLineEdit" name="leUnlockLevels"> 105 <property name="toolTip"> 106 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 107 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 108 p, li { white-space: pre-wrap; } 109 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> 110 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">If this package use new levels, specify its number to get them unlocked automatically</span></p></body></html></string> 111 </property> 112 </widget> 113 </item> 114 </layout> 92 </property> 93 </widget> 115 94 </item> 116 95 </layout> -
Vago/trunk/Vago/packageWizard/packagepagefinal.ui
r790 r792 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 427</width>9 <width>595</width> 10 10 <height>300</height> 11 11 </rect> … … 22 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 23 </html></string> 24 </property> 25 <property name="wordWrap"> 26 <bool>true</bool> 24 27 </property> 25 28 </widget> -
Vago/trunk/Vago/soundWizard/soundpage4.ui
r790 r792 17 17 <string>OSBD.grp file properties</string> 18 18 </property> 19 <layout class="QVBoxLayout" name="verticalLayout _2">19 <layout class="QVBoxLayout" name="verticalLayout"> 20 20 <item> 21 21 <widget class="QGroupBox" name="groupBox_3"> … … 143 143 <string>Audio Channels</string> 144 144 </property> 145 <layout class="Q HBoxLayout" name="horizontalLayout">145 <layout class="QVBoxLayout" name="verticalLayout_2"> 146 146 <item> 147 147 <widget class="QRadioButton" name="rbStereo22">
Note:
See TracChangeset
for help on using the changeset viewer.