source: s10k/Vago/packageWizard/packagepage3.ui

Last change on this file was 811, checked in by s10k, 12 years ago

Vago: some layout fixes on windows, removed debug includes

File size: 2.2 KB
Line 
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>113</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>WizardPage</string>
15 </property>
16 <layout class="QFormLayout" name="formLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="toolTip">
20 <string>Fill with the packages number which this package will depend</string>
21 </property>
22 <property name="text">
23 <string>Dependent Packages:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="leDependent">
29 <property name="toolTip">
30 <string>Fill with the packages number which this package will depend</string>
31 </property>
32 </widget>
33 </item>
34 <item row="1" column="0">
35 <widget class="QLabel" name="label_2">
36 <property name="toolTip">
37 <string>Fill with the packages number that will conflict with this package</string>
38 </property>
39 <property name="text">
40 <string>Incompatible Packages:</string>
41 </property>
42 </widget>
43 </item>
44 <item row="1" column="1">
45 <widget class="QLineEdit" name="leIncompatible">
46 <property name="toolTip">
47 <string>Fill with the packages number that will conflict with this package</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="0">
52 <widget class="QLabel" name="label_3">
53 <property name="toolTip">
54 <string>If this package use new levels, specify its number to get them unlocked automatically</string>
55 </property>
56 <property name="text">
57 <string>Unlock Levels:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="2" column="1">
62 <widget class="QLineEdit" name="leUnlockLevels">
63 <property name="toolTip">
64 <string>If this package use new levels, specify its number to get them unlocked automatically</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <resources/>
71 <connections/>
72</ui>
Note: See TracBrowser for help on using the repository browser.