]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/about.ui
71794af207dea0ad59699efc85c3279964e4e749
[vlc] / modules / gui / qt4 / ui / about.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>aboutWidget</class>
4  <widget class="QWidget" name="aboutWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>744</width>
10     <height>360</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="leftMargin">
21     <number>0</number>
22    </property>
23    <property name="topMargin">
24     <number>0</number>
25    </property>
26    <property name="rightMargin">
27     <number>0</number>
28    </property>
29    <property name="bottomMargin">
30     <number>0</number>
31    </property>
32    <item>
33     <widget class="QFrame" name="horizontalFrame">
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="minimumSize">
41       <size>
42        <width>0</width>
43        <height>300</height>
44       </size>
45      </property>
46      <property name="styleSheet">
47       <string notr="true">background-color: rgb(222, 222, 222);
48 background-color: rgb(245, 245, 245);</string>
49      </property>
50      <layout class="QGridLayout" name="gridLayout">
51       <item row="3" column="2" rowspan="4">
52        <widget class="QStackedWidget" name="stackedWidget">
53         <property name="lineWidth">
54          <number>0</number>
55         </property>
56         <property name="currentIndex">
57          <number>0</number>
58         </property>
59         <widget class="QWidget" name="blablaPage">
60          <property name="sizePolicy">
61           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
62            <horstretch>0</horstretch>
63            <verstretch>0</verstretch>
64           </sizepolicy>
65          </property>
66          <layout class="QVBoxLayout" name="verticalLayout_2">
67           <property name="leftMargin">
68            <number>0</number>
69           </property>
70           <property name="topMargin">
71            <number>0</number>
72           </property>
73           <property name="rightMargin">
74            <number>0</number>
75           </property>
76           <property name="bottomMargin">
77            <number>0</number>
78           </property>
79           <item>
80            <widget class="QWidget" name="update" native="true">
81             <layout class="QHBoxLayout" name="updateLayout">
82              <item>
83               <widget class="QLabel" name="UpdateLabel">
84                <property name="sizePolicy">
85                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
86                  <horstretch>0</horstretch>
87                  <verstretch>0</verstretch>
88                 </sizepolicy>
89                </property>
90                <property name="styleSheet">
91                 <string notr="true">margin-bottom: 8px;margin-top: 4px;</string>
92                </property>
93                <property name="text">
94                 <string>Update</string>
95                </property>
96               </widget>
97              </item>
98              <item>
99               <widget class="QPushButton" name="checkUpdates">
100                <property name="sizePolicy">
101                 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
102                  <horstretch>0</horstretch>
103                  <verstretch>0</verstretch>
104                 </sizepolicy>
105                </property>
106                <property name="text">
107                 <string>Update</string>
108                </property>
109                <property name="flat">
110                 <bool>true</bool>
111                </property>
112               </widget>
113              </item>
114             </layout>
115            </widget>
116           </item>
117           <item>
118            <widget class="QLabel" name="MainBlabla">
119             <property name="sizePolicy">
120              <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
121               <horstretch>0</horstretch>
122               <verstretch>0</verstretch>
123              </sizepolicy>
124             </property>
125             <property name="styleSheet">
126              <string notr="true">padding-right: 20px;</string>
127             </property>
128             <property name="text">
129              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;VLC media player is a free and open source media player, encoder and streamer made by the volunteers of the &lt;a href=&quot;http://www.videolan.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;VideoLAN&lt;/span&gt;&lt;/a&gt; community.&lt;/p&gt;&lt;p&gt;VLC uses its internal codecs and works on essentially every popular platform and can read almost every files, CDs, DVDs, network streams, capture cards and other media formats!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.videolan.org/contribute/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;Help and join us!&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
130             </property>
131             <property name="alignment">
132              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
133             </property>
134             <property name="wordWrap">
135              <bool>true</bool>
136             </property>
137             <property name="openExternalLinks">
138              <bool>true</bool>
139             </property>
140            </widget>
141           </item>
142          </layout>
143         </widget>
144         <widget class="QTextEdit" name="licensePage">
145          <property name="font">
146           <font>
147            <family>Courier</family>
148            <pointsize>9</pointsize>
149           </font>
150          </property>
151          <property name="frameShadow">
152           <enum>QFrame::Plain</enum>
153          </property>
154          <property name="textInteractionFlags">
155           <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
156          </property>
157         </widget>
158         <widget class="QTextEdit" name="authorsPage">
159          <property name="frameShadow">
160           <enum>QFrame::Plain</enum>
161          </property>
162          <property name="textInteractionFlags">
163           <set>Qt::NoTextInteraction</set>
164          </property>
165         </widget>
166         <widget class="QTextEdit" name="creditPage">
167          <property name="frameShadow">
168           <enum>QFrame::Plain</enum>
169          </property>
170          <property name="textInteractionFlags">
171           <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
172          </property>
173         </widget>
174        </widget>
175       </item>
176       <item row="1" column="0" rowspan="6">
177        <widget class="QLabel" name="VLCcone">
178         <property name="sizePolicy">
179          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
180           <horstretch>0</horstretch>
181           <verstretch>0</verstretch>
182          </sizepolicy>
183         </property>
184         <property name="minimumSize">
185          <size>
186           <width>247</width>
187           <height>300</height>
188          </size>
189         </property>
190         <property name="autoFillBackground">
191          <bool>false</bool>
192         </property>
193         <property name="lineWidth">
194          <number>0</number>
195         </property>
196         <property name="text">
197          <string/>
198         </property>
199         <property name="textFormat">
200          <enum>Qt::PlainText</enum>
201         </property>
202         <property name="pixmap">
203          <pixmap>:/logo/vlc256.png</pixmap>
204         </property>
205         <property name="scaledContents">
206          <bool>false</bool>
207         </property>
208         <property name="margin">
209          <number>20</number>
210         </property>
211        </widget>
212       </item>
213       <item row="1" column="2">
214        <widget class="QLabel" name="title">
215         <property name="sizePolicy">
216          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
217           <horstretch>0</horstretch>
218           <verstretch>0</verstretch>
219          </sizepolicy>
220         </property>
221         <property name="minimumSize">
222          <size>
223           <width>0</width>
224           <height>40</height>
225          </size>
226         </property>
227         <property name="baseSize">
228          <size>
229           <width>0</width>
230           <height>0</height>
231          </size>
232         </property>
233         <property name="styleSheet">
234          <string notr="true"/>
235         </property>
236         <property name="text">
237          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:26pt; color:#353535;&quot;&gt;VLC media player&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
238         </property>
239        </widget>
240       </item>
241       <item row="2" column="2">
242        <widget class="QLabel" name="version">
243         <property name="sizePolicy">
244          <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
245           <horstretch>0</horstretch>
246           <verstretch>0</verstretch>
247          </sizepolicy>
248         </property>
249         <property name="cursor">
250          <cursorShape>PointingHandCursor</cursorShape>
251         </property>
252         <property name="styleSheet">
253          <string notr="true">font: 75 12pt &quot;Sans Serif&quot;;
254 margin-bottom: 6px;</string>
255         </property>
256         <property name="text">
257          <string/>
258         </property>
259        </widget>
260       </item>
261       <item row="0" column="2">
262        <spacer name="verticalSpacer">
263         <property name="orientation">
264          <enum>Qt::Vertical</enum>
265         </property>
266         <property name="sizeHint" stdset="0">
267          <size>
268           <width>0</width>
269           <height>10</height>
270          </size>
271         </property>
272        </spacer>
273       </item>
274      </layout>
275     </widget>
276    </item>
277    <item>
278     <widget class="QFrame" name="footer">
279      <property name="sizePolicy">
280       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
281        <horstretch>0</horstretch>
282        <verstretch>0</verstretch>
283       </sizepolicy>
284      </property>
285      <property name="minimumSize">
286       <size>
287        <width>0</width>
288        <height>60</height>
289       </size>
290      </property>
291      <property name="styleSheet">
292       <string notr="true">background-color: rgb(201, 201, 201);
293 background-color: rgb(230, 230, 230);</string>
294      </property>
295      <layout class="QHBoxLayout" name="horizontalLayout_2">
296       <property name="leftMargin">
297        <number>0</number>
298       </property>
299       <property name="topMargin">
300        <number>0</number>
301       </property>
302       <property name="rightMargin">
303        <number>0</number>
304       </property>
305       <property name="bottomMargin">
306        <number>0</number>
307       </property>
308       <item>
309        <widget class="QToolButton" name="authorsButton">
310         <property name="sizePolicy">
311          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
312           <horstretch>0</horstretch>
313           <verstretch>0</verstretch>
314          </sizepolicy>
315         </property>
316         <property name="styleSheet">
317          <string notr="true">padding: 10px</string>
318         </property>
319         <property name="text">
320          <string>Authors</string>
321         </property>
322         <property name="autoRaise">
323          <bool>true</bool>
324         </property>
325        </widget>
326       </item>
327       <item>
328        <widget class="QToolButton" name="licenseButton">
329         <property name="sizePolicy">
330          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
331           <horstretch>0</horstretch>
332           <verstretch>0</verstretch>
333          </sizepolicy>
334         </property>
335         <property name="styleSheet">
336          <string notr="true">padding: 10px</string>
337         </property>
338         <property name="text">
339          <string>License</string>
340         </property>
341         <property name="autoRaise">
342          <bool>true</bool>
343         </property>
344        </widget>
345       </item>
346       <item>
347        <widget class="QToolButton" name="creditsButton">
348         <property name="sizePolicy">
349          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
350           <horstretch>0</horstretch>
351           <verstretch>0</verstretch>
352          </sizepolicy>
353         </property>
354         <property name="styleSheet">
355          <string notr="true">padding: 10px;</string>
356         </property>
357         <property name="text">
358          <string>Credits</string>
359         </property>
360         <property name="autoRaise">
361          <bool>true</bool>
362         </property>
363        </widget>
364       </item>
365      </layout>
366     </widget>
367    </item>
368   </layout>
369  </widget>
370  <resources/>
371  <connections/>
372 </ui>