| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ui version="4.0"> |
| 3 |
<class>PackagePage3</class> |
| 4 |
<widget class="QWizardPage" name="PackagePage3"> |
| 5 |
<property name="geometry"> |
| 6 |
<rect> |
| 7 |
<x>0</x> |
| 8 |
<y>0</y> |
| 9 |
<width>364</width> |
| 10 |
<height>203</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="windowTitle"> |
| 14 |
<string>WizardPage</string> |
| 15 |
</property> |
| 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>If this package use new levels, specify its number to get them unlocked automatically</string> |
| 24 |
</property> |
| 25 |
<property name="text"> |
| 26 |
<string>Unlock Levels:</string> |
| 27 |
</property> |
| 28 |
</widget> |
| 29 |
</item> |
| 30 |
<item row="6" column="1"> |
| 31 |
<widget class="QLineEdit" name="leUnlockLevels"> |
| 32 |
<property name="toolTip"> |
| 33 |
<string>If this package use new levels, specify its number to get them unlocked automatically</string> |
| 34 |
</property> |
| 35 |
</widget> |
| 36 |
</item> |
| 37 |
<item row="0" column="0"> |
| 38 |
<widget class="QLabel" name="label"> |
| 39 |
<property name="toolTip"> |
| 40 |
<string>Fill with the packages number which this package will depend</string> |
| 41 |
</property> |
| 42 |
<property name="text"> |
| 43 |
<string>Dependent Packages:</string> |
| 44 |
</property> |
| 45 |
</widget> |
| 46 |
</item> |
| 47 |
<item row="0" column="1"> |
| 48 |
<widget class="QLineEdit" name="leDependent"> |
| 49 |
<property name="toolTip"> |
| 50 |
<string>Fill with the packages number which this package will depend</string> |
| 51 |
</property> |
| 52 |
</widget> |
| 53 |
</item> |
| 54 |
<item row="3" column="0"> |
| 55 |
<widget class="QLabel" name="label_2"> |
| 56 |
<property name="toolTip"> |
| 57 |
<string>Fill with the packages number that will conflict with this package</string> |
| 58 |
</property> |
| 59 |
<property name="text"> |
| 60 |
<string>Incompatible Packages:</string> |
| 61 |
</property> |
| 62 |
</widget> |
| 63 |
</item> |
| 64 |
<item row="3" column="1"> |
| 65 |
<widget class="QLineEdit" name="leIncompatible"> |
| 66 |
<property name="toolTip"> |
| 67 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 68 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 69 |
p, li { white-space: pre-wrap; } |
| 70 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
| 71 |
<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> |
| 72 |
</property> |
| 73 |
</widget> |
| 74 |
</item> |
| 75 |
</layout> |
| 76 |
</widget> |
| 77 |
<resources/> |
| 78 |
<connections/> |
| 79 |
</ui> |