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