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