1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>BGImagePage3</class> |
4 |
<widget class="QWizardPage" name="BGImagePage3"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>500</width> |
10 |
<height>188</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>WizardPage</string> |
15 |
</property> |
16 |
<layout class="QFormLayout" name="formLayout_2"> |
17 |
<item row="0" column="0"> |
18 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
19 |
<item> |
20 |
<widget class="QCheckBox" name="cbCreateTXMP"> |
21 |
<property name="toolTip"> |
22 |
<string>Check to create the TXMP files directly from the generated images files</string> |
23 |
</property> |
24 |
<property name="text"> |
25 |
<string>Create TXMP files</string> |
26 |
</property> |
27 |
<property name="checked"> |
28 |
<bool>true</bool> |
29 |
</property> |
30 |
</widget> |
31 |
</item> |
32 |
<item> |
33 |
<widget class="QCheckBox" name="cbCreateTXMB"> |
34 |
<property name="toolTip"> |
35 |
<string>Check to create the TXMB file</string> |
36 |
</property> |
37 |
<property name="text"> |
38 |
<string>Create TXMB file</string> |
39 |
</property> |
40 |
<property name="checked"> |
41 |
<bool>true</bool> |
42 |
</property> |
43 |
</widget> |
44 |
</item> |
45 |
</layout> |
46 |
</item> |
47 |
<item row="1" column="0"> |
48 |
<layout class="QFormLayout" name="formLayout"> |
49 |
<item row="0" column="0"> |
50 |
<layout class="QVBoxLayout" name="verticalLayout"> |
51 |
<item> |
52 |
<widget class="QLabel" name="label"> |
53 |
<property name="text"> |
54 |
<string>Target for Image:</string> |
55 |
</property> |
56 |
</widget> |
57 |
</item> |
58 |
<item> |
59 |
<widget class="QLabel" name="label_2"> |
60 |
<property name="text"> |
61 |
<string>Level Id:</string> |
62 |
</property> |
63 |
</widget> |
64 |
</item> |
65 |
<item> |
66 |
<widget class="QLabel" name="label_3"> |
67 |
<property name="toolTip"> |
68 |
<string>Name of the image, TXMP and images files will use it</string> |
69 |
</property> |
70 |
<property name="text"> |
71 |
<string>Image Name:</string> |
72 |
</property> |
73 |
</widget> |
74 |
</item> |
75 |
<item> |
76 |
<widget class="QLabel" name="label_4"> |
77 |
<property name="toolTip"> |
78 |
<string>Name for the TXMB file</string> |
79 |
</property> |
80 |
<property name="text"> |
81 |
<string>TXMB Name:</string> |
82 |
</property> |
83 |
</widget> |
84 |
</item> |
85 |
</layout> |
86 |
</item> |
87 |
<item row="0" column="1"> |
88 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
89 |
<item> |
90 |
<widget class="QComboBox" name="cbTargetForImage"> |
91 |
<property name="minimumSize"> |
92 |
<size> |
93 |
<width>180</width> |
94 |
<height>0</height> |
95 |
</size> |
96 |
</property> |
97 |
<item> |
98 |
<property name="text"> |
99 |
<string>Other</string> |
100 |
</property> |
101 |
</item> |
102 |
<item> |
103 |
<property name="text"> |
104 |
<string>Intro Screen</string> |
105 |
</property> |
106 |
</item> |
107 |
<item> |
108 |
<property name="text"> |
109 |
<string>Win Screen</string> |
110 |
</property> |
111 |
</item> |
112 |
<item> |
113 |
<property name="text"> |
114 |
<string>Loose Screen</string> |
115 |
</property> |
116 |
</item> |
117 |
<item> |
118 |
<property name="text"> |
119 |
<string>Main Menu Screen</string> |
120 |
</property> |
121 |
</item> |
122 |
<item> |
123 |
<property name="text"> |
124 |
<string>Options Menu Screen</string> |
125 |
</property> |
126 |
</item> |
127 |
<item> |
128 |
<property name="text"> |
129 |
<string>Load Level Screen</string> |
130 |
</property> |
131 |
</item> |
132 |
</widget> |
133 |
</item> |
134 |
<item> |
135 |
<widget class="QLineEdit" name="leLevelId"> |
136 |
<property name="minimumSize"> |
137 |
<size> |
138 |
<width>180</width> |
139 |
<height>0</height> |
140 |
</size> |
141 |
</property> |
142 |
</widget> |
143 |
</item> |
144 |
<item> |
145 |
<widget class="QLineEdit" name="leImageName"> |
146 |
<property name="minimumSize"> |
147 |
<size> |
148 |
<width>180</width> |
149 |
<height>0</height> |
150 |
</size> |
151 |
</property> |
152 |
</widget> |
153 |
</item> |
154 |
<item> |
155 |
<widget class="QLineEdit" name="leTXMBName"> |
156 |
<property name="minimumSize"> |
157 |
<size> |
158 |
<width>180</width> |
159 |
<height>0</height> |
160 |
</size> |
161 |
</property> |
162 |
</widget> |
163 |
</item> |
164 |
</layout> |
165 |
</item> |
166 |
</layout> |
167 |
</item> |
168 |
</layout> |
169 |
</widget> |
170 |
<resources/> |
171 |
<connections/> |
172 |
</ui> |