|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>UnknownVersion</class> |
|
4 <widget class="QDialog" name="UnknownVersion"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>246</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Unknown Zandronum Version</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QLabel" name="m_description"> |
|
19 <property name="text"> |
|
20 <string>The demo <DEMO> has been recorded with unknown version <VERSION>. You can add this to the list of known Zandronum versions and specify a binary for it here.</string> |
|
21 </property> |
|
22 <property name="wordWrap"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <widget class="Line" name="line"> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
36 <item> |
|
37 <widget class="QLabel" name="label_2"> |
|
38 <property name="text"> |
|
39 <string>Zandronum binary path:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
45 <item> |
|
46 <widget class="QLineEdit" name="m_binaryPath"/> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QPushButton" name="m_findBinary"> |
|
50 <property name="text"> |
|
51 <string>...</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 </layout> |
|
56 </item> |
|
57 </layout> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="Line" name="line_2"> |
|
61 <property name="orientation"> |
|
62 <enum>Qt::Horizontal</enum> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item> |
|
67 <widget class="QCommandLinkButton" name="m_addVersion"> |
|
68 <property name="text"> |
|
69 <string>Add Zandronum version and launch the demo</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QCommandLinkButton" name="m_cancel"> |
|
75 <property name="text"> |
|
76 <string>Cancel and exit</string> |
|
77 </property> |
|
78 <property name="description"> |
|
79 <string/> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 </layout> |
|
84 </widget> |
|
85 <resources/> |
|
86 <connections> |
|
87 <connection> |
|
88 <sender>m_cancel</sender> |
|
89 <signal>clicked()</signal> |
|
90 <receiver>UnknownVersion</receiver> |
|
91 <slot>reject()</slot> |
|
92 <hints> |
|
93 <hint type="sourcelabel"> |
|
94 <x>118</x> |
|
95 <y>210</y> |
|
96 </hint> |
|
97 <hint type="destinationlabel"> |
|
98 <x>394</x> |
|
99 <y>73</y> |
|
100 </hint> |
|
101 </hints> |
|
102 </connection> |
|
103 </connections> |
|
104 </ui> |