5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>400</width> |
9 <width>400</width> |
10 <height>246</height> |
10 <height>159</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Unknown Zandronum Version</string> |
14 <string>Unknown Zandronum Version</string> |
15 </property> |
15 </property> |
16 <property name="windowIcon"> |
16 <property name="windowIcon"> |
17 <iconset resource="../../zcinema.qrc"> |
17 <iconset> |
18 <normaloff>:/icons/zcinema.ico</normaloff>:/icons/zcinema.ico</iconset> |
18 <normaloff>:/icons/zcinema.ico</normaloff>:/icons/zcinema.ico</iconset> |
19 </property> |
19 </property> |
20 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <layout class="QVBoxLayout" name="verticalLayout"> |
21 <item> |
21 <item> |
22 <widget class="QLabel" name="m_description"> |
22 <widget class="QLabel" name="m_description"> |
23 <property name="text"> |
23 <property name="text"> |
24 <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> |
24 <string><html><head/><body><p>The demo {{DEMO}} has been recorded with Zandronum {{VERSION}}, which is unknown to ZCinema. You must provide an executable path in order to launch this demo.</p></body></html></string> |
25 </property> |
25 </property> |
26 <property name="wordWrap"> |
26 <property name="wordWrap"> |
27 <bool>true</bool> |
27 <bool>true</bool> |
28 </property> |
28 </property> |
29 </widget> |
29 </widget> |
59 </layout> |
59 </layout> |
60 </item> |
60 </item> |
61 </layout> |
61 </layout> |
62 </item> |
62 </item> |
63 <item> |
63 <item> |
64 <widget class="Line" name="line_2"> |
64 <widget class="QDialogButtonBox" name="buttonBox"> |
65 <property name="orientation"> |
65 <property name="standardButtons"> |
66 <enum>Qt::Horizontal</enum> |
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item> |
|
71 <widget class="QCommandLinkButton" name="m_addVersion"> |
|
72 <property name="text"> |
|
73 <string>Add Zandronum version and launch the demo</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QCommandLinkButton" name="m_cancel"> |
|
79 <property name="text"> |
|
80 <string>Cancel and exit</string> |
|
81 </property> |
|
82 <property name="description"> |
|
83 <string/> |
|
84 </property> |
67 </property> |
85 </widget> |
68 </widget> |
86 </item> |
69 </item> |
87 </layout> |
70 </layout> |
88 </widget> |
71 </widget> |
89 <resources> |
72 <resources/> |
90 <include location="../../zcinema.qrc"/> |
73 <connections/> |
91 </resources> |
|
92 <connections> |
|
93 <connection> |
|
94 <sender>m_cancel</sender> |
|
95 <signal>clicked()</signal> |
|
96 <receiver>UnknownVersion</receiver> |
|
97 <slot>reject()</slot> |
|
98 <hints> |
|
99 <hint type="sourcelabel"> |
|
100 <x>118</x> |
|
101 <y>210</y> |
|
102 </hint> |
|
103 <hint type="destinationlabel"> |
|
104 <x>394</x> |
|
105 <y>73</y> |
|
106 </hint> |
|
107 </hints> |
|
108 </connection> |
|
109 </connections> |
|
110 </ui> |
74 </ui> |