ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagepage3.ui
Revision: 799
Committed: Sun Apr 7 11:02:56 2013 UTC (12 years, 6 months ago) by s10k
Original Path: Vago/trunk/Vago/packageWizard/packagepage3.ui
File size: 2363 byte(s)
Log Message:
Fixed an English typo and a small tool tip

File Contents

# Content
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>Fill with the packages number that will conflict with this package</string>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </widget>
73 <resources/>
74 <connections/>
75 </ui>