ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagepage3.ui
Revision: 797
Committed: Sun Apr 7 01:02:07 2013 UTC (12 years, 6 months ago) by s10k
Original Path: Vago/trunk/Vago/packageWizard/packagepage3.ui
File size: 3038 byte(s)
Log Message:
fixed some really small tooltips at mac and also fixed at sound wizard
not recognizing *.aif.aif files (thanks Iritscen!)

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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
68 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
69 p, li { white-space: pre-wrap; }
70 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
71 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Fill with the packages number that will conflict with this package&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 <resources/>
78 <connections/>
79 </ui>