|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DemoPrompt</class> |
|
4 <widget class="QDialog" name="DemoPrompt"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>319</width> |
|
10 <height>164</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Dialog</string> |
|
15 </property> |
|
16 <property name="windowIcon"> |
|
17 <iconset resource="../../zcinema.qrc"> |
|
18 <normaloff>:/icons/zcinema.ico</normaloff>:/icons/zcinema.ico</iconset> |
|
19 </property> |
|
20 <layout class="QVBoxLayout" name="verticalLayout"> |
|
21 <item> |
|
22 <widget class="QLabel" name="demoNameLabel"> |
|
23 <property name="font"> |
|
24 <font> |
|
25 <pointsize>11</pointsize> |
|
26 <weight>75</weight> |
|
27 <italic>false</italic> |
|
28 <bold>true</bold> |
|
29 </font> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string>[[ DEMO NAME ]]</string> |
|
33 </property> |
|
34 <property name="alignment"> |
|
35 <set>Qt::AlignCenter</set> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <layout class="QFormLayout" name="formLayout"> |
|
41 <item row="0" column="0"> |
|
42 <widget class="QLabel" name="label_2"> |
|
43 <property name="text"> |
|
44 <string>Zandronum Version:</string> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="2" column="0"> |
|
49 <widget class="QLabel" name="label_3"> |
|
50 <property name="text"> |
|
51 <string>Recorder:</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="0" column="1"> |
|
56 <widget class="QLabel" name="versionLabel"> |
|
57 <property name="font"> |
|
58 <font> |
|
59 <weight>75</weight> |
|
60 <bold>true</bold> |
|
61 </font> |
|
62 </property> |
|
63 <property name="text"> |
|
64 <string>[[ VERSION ]]</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="2" column="1"> |
|
69 <widget class="QLabel" name="demoRecorder"> |
|
70 <property name="font"> |
|
71 <font> |
|
72 <weight>75</weight> |
|
73 <bold>true</bold> |
|
74 </font> |
|
75 </property> |
|
76 <property name="text"> |
|
77 <string>[[ RECORDER ]]</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="3" column="0"> |
|
82 <widget class="QLabel" name="label"> |
|
83 <property name="text"> |
|
84 <string>IWAD:</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="3" column="1"> |
|
89 <widget class="QLabel" name="iwadLabel"> |
|
90 <property name="font"> |
|
91 <font> |
|
92 <weight>75</weight> |
|
93 <bold>true</bold> |
|
94 </font> |
|
95 </property> |
|
96 <property name="text"> |
|
97 <string>[[ IWAD ]]</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="4" column="0"> |
|
102 <widget class="QLabel" name="label_4"> |
|
103 <property name="text"> |
|
104 <string>PWADs:</string> |
|
105 </property> |
|
106 <property name="alignment"> |
|
107 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="4" column="1"> |
|
112 <widget class="QLabel" name="pwadsLabel"> |
|
113 <property name="font"> |
|
114 <font> |
|
115 <weight>75</weight> |
|
116 <bold>true</bold> |
|
117 </font> |
|
118 </property> |
|
119 <property name="text"> |
|
120 <string>[[ PWADS ]]</string> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 </layout> |
|
125 </item> |
|
126 <item> |
|
127 <spacer name="verticalSpacer"> |
|
128 <property name="orientation"> |
|
129 <enum>Qt::Vertical</enum> |
|
130 </property> |
|
131 <property name="sizeHint" stdset="0"> |
|
132 <size> |
|
133 <width>20</width> |
|
134 <height>40</height> |
|
135 </size> |
|
136 </property> |
|
137 </spacer> |
|
138 </item> |
|
139 <item> |
|
140 <widget class="QDialogButtonBox" name="buttonBox"> |
|
141 <property name="orientation"> |
|
142 <enum>Qt::Horizontal</enum> |
|
143 </property> |
|
144 <property name="standardButtons"> |
|
145 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 </layout> |
|
150 </widget> |
|
151 <resources> |
|
152 <include location="../../zcinema.qrc"/> |
|
153 </resources> |
|
154 <connections> |
|
155 <connection> |
|
156 <sender>buttonBox</sender> |
|
157 <signal>accepted()</signal> |
|
158 <receiver>DemoPrompt</receiver> |
|
159 <slot>accept()</slot> |
|
160 <hints> |
|
161 <hint type="sourcelabel"> |
|
162 <x>248</x> |
|
163 <y>254</y> |
|
164 </hint> |
|
165 <hint type="destinationlabel"> |
|
166 <x>157</x> |
|
167 <y>274</y> |
|
168 </hint> |
|
169 </hints> |
|
170 </connection> |
|
171 <connection> |
|
172 <sender>buttonBox</sender> |
|
173 <signal>rejected()</signal> |
|
174 <receiver>DemoPrompt</receiver> |
|
175 <slot>reject()</slot> |
|
176 <hints> |
|
177 <hint type="sourcelabel"> |
|
178 <x>316</x> |
|
179 <y>260</y> |
|
180 </hint> |
|
181 <hint type="destinationlabel"> |
|
182 <x>286</x> |
|
183 <y>274</y> |
|
184 </hint> |
|
185 </hints> |
|
186 </connection> |
|
187 </connections> |
|
188 </ui> |