1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>About</class>
|
---|
4 | <widget class="QDialog" name="About">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>518</width>
|
---|
10 | <height>326</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>About SMPlayer</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QVBoxLayout">
|
---|
17 | <property name="spacing">
|
---|
18 | <number>6</number>
|
---|
19 | </property>
|
---|
20 | <property name="margin">
|
---|
21 | <number>9</number>
|
---|
22 | </property>
|
---|
23 | <item>
|
---|
24 | <widget class="QTabWidget" name="tab_widget">
|
---|
25 | <property name="tabShape">
|
---|
26 | <enum>QTabWidget::Rounded</enum>
|
---|
27 | </property>
|
---|
28 | <property name="currentIndex">
|
---|
29 | <number>0</number>
|
---|
30 | </property>
|
---|
31 | <widget class="QWidget" name="info_tab">
|
---|
32 | <attribute name="title">
|
---|
33 | <string>&Info</string>
|
---|
34 | </attribute>
|
---|
35 | <layout class="QHBoxLayout">
|
---|
36 | <property name="spacing">
|
---|
37 | <number>6</number>
|
---|
38 | </property>
|
---|
39 | <property name="margin">
|
---|
40 | <number>9</number>
|
---|
41 | </property>
|
---|
42 | <item>
|
---|
43 | <layout class="QVBoxLayout">
|
---|
44 | <property name="spacing">
|
---|
45 | <number>6</number>
|
---|
46 | </property>
|
---|
47 | <property name="margin">
|
---|
48 | <number>0</number>
|
---|
49 | </property>
|
---|
50 | <item>
|
---|
51 | <widget class="QLabel" name="logo">
|
---|
52 | <property name="text">
|
---|
53 | <string>icon</string>
|
---|
54 | </property>
|
---|
55 | </widget>
|
---|
56 | </item>
|
---|
57 | <item>
|
---|
58 | <spacer>
|
---|
59 | <property name="orientation">
|
---|
60 | <enum>Qt::Vertical</enum>
|
---|
61 | </property>
|
---|
62 | <property name="sizeHint" stdset="0">
|
---|
63 | <size>
|
---|
64 | <width>20</width>
|
---|
65 | <height>111</height>
|
---|
66 | </size>
|
---|
67 | </property>
|
---|
68 | </spacer>
|
---|
69 | </item>
|
---|
70 | </layout>
|
---|
71 | </item>
|
---|
72 | <item>
|
---|
73 | <widget class="QTextBrowser" name="info">
|
---|
74 | <property name="frameShape">
|
---|
75 | <enum>QFrame::NoFrame</enum>
|
---|
76 | </property>
|
---|
77 | <property name="frameShadow">
|
---|
78 | <enum>QFrame::Plain</enum>
|
---|
79 | </property>
|
---|
80 | <property name="openExternalLinks">
|
---|
81 | <bool>true</bool>
|
---|
82 | </property>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | </layout>
|
---|
86 | </widget>
|
---|
87 | <widget class="QWidget" name="contributions_tab">
|
---|
88 | <attribute name="title">
|
---|
89 | <string>&Contributions</string>
|
---|
90 | </attribute>
|
---|
91 | <layout class="QHBoxLayout">
|
---|
92 | <property name="spacing">
|
---|
93 | <number>6</number>
|
---|
94 | </property>
|
---|
95 | <property name="margin">
|
---|
96 | <number>9</number>
|
---|
97 | </property>
|
---|
98 | <item>
|
---|
99 | <layout class="QVBoxLayout">
|
---|
100 | <property name="spacing">
|
---|
101 | <number>6</number>
|
---|
102 | </property>
|
---|
103 | <property name="margin">
|
---|
104 | <number>0</number>
|
---|
105 | </property>
|
---|
106 | <item>
|
---|
107 | <widget class="QLabel" name="contrib_icon">
|
---|
108 | <property name="text">
|
---|
109 | <string>icon</string>
|
---|
110 | </property>
|
---|
111 | </widget>
|
---|
112 | </item>
|
---|
113 | <item>
|
---|
114 | <spacer>
|
---|
115 | <property name="orientation">
|
---|
116 | <enum>Qt::Vertical</enum>
|
---|
117 | </property>
|
---|
118 | <property name="sizeHint" stdset="0">
|
---|
119 | <size>
|
---|
120 | <width>20</width>
|
---|
121 | <height>111</height>
|
---|
122 | </size>
|
---|
123 | </property>
|
---|
124 | </spacer>
|
---|
125 | </item>
|
---|
126 | </layout>
|
---|
127 | </item>
|
---|
128 | <item>
|
---|
129 | <widget class="QTextBrowser" name="contributions">
|
---|
130 | <property name="frameShape">
|
---|
131 | <enum>QFrame::NoFrame</enum>
|
---|
132 | </property>
|
---|
133 | <property name="frameShadow">
|
---|
134 | <enum>QFrame::Plain</enum>
|
---|
135 | </property>
|
---|
136 | <property name="openExternalLinks">
|
---|
137 | <bool>true</bool>
|
---|
138 | </property>
|
---|
139 | </widget>
|
---|
140 | </item>
|
---|
141 | </layout>
|
---|
142 | </widget>
|
---|
143 | <widget class="QWidget" name="translations_tab">
|
---|
144 | <attribute name="title">
|
---|
145 | <string>&Translators</string>
|
---|
146 | </attribute>
|
---|
147 | <layout class="QHBoxLayout">
|
---|
148 | <property name="spacing">
|
---|
149 | <number>6</number>
|
---|
150 | </property>
|
---|
151 | <property name="margin">
|
---|
152 | <number>9</number>
|
---|
153 | </property>
|
---|
154 | <item>
|
---|
155 | <layout class="QVBoxLayout">
|
---|
156 | <property name="spacing">
|
---|
157 | <number>6</number>
|
---|
158 | </property>
|
---|
159 | <property name="margin">
|
---|
160 | <number>0</number>
|
---|
161 | </property>
|
---|
162 | <item>
|
---|
163 | <widget class="QLabel" name="translators_icon">
|
---|
164 | <property name="text">
|
---|
165 | <string>icon</string>
|
---|
166 | </property>
|
---|
167 | </widget>
|
---|
168 | </item>
|
---|
169 | <item>
|
---|
170 | <spacer>
|
---|
171 | <property name="orientation">
|
---|
172 | <enum>Qt::Vertical</enum>
|
---|
173 | </property>
|
---|
174 | <property name="sizeHint" stdset="0">
|
---|
175 | <size>
|
---|
176 | <width>20</width>
|
---|
177 | <height>111</height>
|
---|
178 | </size>
|
---|
179 | </property>
|
---|
180 | </spacer>
|
---|
181 | </item>
|
---|
182 | </layout>
|
---|
183 | </item>
|
---|
184 | <item>
|
---|
185 | <widget class="QTextBrowser" name="translators">
|
---|
186 | <property name="frameShape">
|
---|
187 | <enum>QFrame::NoFrame</enum>
|
---|
188 | </property>
|
---|
189 | <property name="frameShadow">
|
---|
190 | <enum>QFrame::Plain</enum>
|
---|
191 | </property>
|
---|
192 | <property name="openExternalLinks">
|
---|
193 | <bool>true</bool>
|
---|
194 | </property>
|
---|
195 | </widget>
|
---|
196 | </item>
|
---|
197 | </layout>
|
---|
198 | </widget>
|
---|
199 | <widget class="QWidget" name="license_tab">
|
---|
200 | <attribute name="title">
|
---|
201 | <string>&License</string>
|
---|
202 | </attribute>
|
---|
203 | <layout class="QHBoxLayout">
|
---|
204 | <property name="spacing">
|
---|
205 | <number>6</number>
|
---|
206 | </property>
|
---|
207 | <property name="margin">
|
---|
208 | <number>9</number>
|
---|
209 | </property>
|
---|
210 | <item>
|
---|
211 | <layout class="QVBoxLayout">
|
---|
212 | <property name="spacing">
|
---|
213 | <number>6</number>
|
---|
214 | </property>
|
---|
215 | <property name="margin">
|
---|
216 | <number>0</number>
|
---|
217 | </property>
|
---|
218 | <item>
|
---|
219 | <widget class="QLabel" name="license_icon">
|
---|
220 | <property name="text">
|
---|
221 | <string>icon</string>
|
---|
222 | </property>
|
---|
223 | </widget>
|
---|
224 | </item>
|
---|
225 | <item>
|
---|
226 | <spacer>
|
---|
227 | <property name="orientation">
|
---|
228 | <enum>Qt::Vertical</enum>
|
---|
229 | </property>
|
---|
230 | <property name="sizeHint" stdset="0">
|
---|
231 | <size>
|
---|
232 | <width>20</width>
|
---|
233 | <height>111</height>
|
---|
234 | </size>
|
---|
235 | </property>
|
---|
236 | </spacer>
|
---|
237 | </item>
|
---|
238 | </layout>
|
---|
239 | </item>
|
---|
240 | <item>
|
---|
241 | <widget class="QTextBrowser" name="license">
|
---|
242 | <property name="frameShape">
|
---|
243 | <enum>QFrame::NoFrame</enum>
|
---|
244 | </property>
|
---|
245 | <property name="frameShadow">
|
---|
246 | <enum>QFrame::Plain</enum>
|
---|
247 | </property>
|
---|
248 | <property name="openExternalLinks">
|
---|
249 | <bool>true</bool>
|
---|
250 | </property>
|
---|
251 | </widget>
|
---|
252 | </item>
|
---|
253 | </layout>
|
---|
254 | </widget>
|
---|
255 | <widget class="QWidget" name="youtube_tab">
|
---|
256 | <attribute name="title">
|
---|
257 | <string>&Youtube</string>
|
---|
258 | </attribute>
|
---|
259 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
260 | <item>
|
---|
261 | <widget class="QTextBrowser" name="youtube"/>
|
---|
262 | </item>
|
---|
263 | </layout>
|
---|
264 | </widget>
|
---|
265 | </widget>
|
---|
266 | </item>
|
---|
267 | <item>
|
---|
268 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
269 | <property name="orientation">
|
---|
270 | <enum>Qt::Horizontal</enum>
|
---|
271 | </property>
|
---|
272 | <property name="standardButtons">
|
---|
273 | <set>QDialogButtonBox::Ok</set>
|
---|
274 | </property>
|
---|
275 | </widget>
|
---|
276 | </item>
|
---|
277 | </layout>
|
---|
278 | </widget>
|
---|
279 | <tabstops>
|
---|
280 | <tabstop>tab_widget</tabstop>
|
---|
281 | <tabstop>info</tabstop>
|
---|
282 | <tabstop>buttonBox</tabstop>
|
---|
283 | <tabstop>contributions</tabstop>
|
---|
284 | <tabstop>translators</tabstop>
|
---|
285 | <tabstop>license</tabstop>
|
---|
286 | </tabstops>
|
---|
287 | <resources/>
|
---|
288 | <connections>
|
---|
289 | <connection>
|
---|
290 | <sender>buttonBox</sender>
|
---|
291 | <signal>accepted()</signal>
|
---|
292 | <receiver>About</receiver>
|
---|
293 | <slot>accept()</slot>
|
---|
294 | <hints>
|
---|
295 | <hint type="sourcelabel">
|
---|
296 | <x>248</x>
|
---|
297 | <y>254</y>
|
---|
298 | </hint>
|
---|
299 | <hint type="destinationlabel">
|
---|
300 | <x>157</x>
|
---|
301 | <y>274</y>
|
---|
302 | </hint>
|
---|
303 | </hints>
|
---|
304 | </connection>
|
---|
305 | </connections>
|
---|
306 | </ui>
|
---|