]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/about.ui
A bit more modern version of the About dialog
[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="margin">
21     <number>0</number>
22    </property>
23    <item>
24     <widget class="QFrame" name="horizontalFrame">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="minimumSize">
32       <size>
33        <width>0</width>
34        <height>300</height>
35       </size>
36      </property>
37      <property name="styleSheet">
38       <string notr="true">background-color: rgb(222, 222, 222);
39 background-color: rgb(245, 245, 245);</string>
40      </property>
41      <layout class="QGridLayout" name="gridLayout">
42       <item row="0" column="0" rowspan="6">
43        <widget class="QLabel" name="VLCcone">
44         <property name="sizePolicy">
45          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
46           <horstretch>0</horstretch>
47           <verstretch>0</verstretch>
48          </sizepolicy>
49         </property>
50         <property name="minimumSize">
51          <size>
52           <width>247</width>
53           <height>300</height>
54          </size>
55         </property>
56         <property name="autoFillBackground">
57          <bool>false</bool>
58         </property>
59         <property name="lineWidth">
60          <number>0</number>
61         </property>
62         <property name="text">
63          <string/>
64         </property>
65         <property name="textFormat">
66          <enum>Qt::PlainText</enum>
67         </property>
68         <property name="pixmap">
69          <pixmap>:/logo/vlc256.png</pixmap>
70         </property>
71         <property name="scaledContents">
72          <bool>false</bool>
73         </property>
74         <property name="margin">
75          <number>20</number>
76         </property>
77        </widget>
78       </item>
79       <item row="2" column="2" rowspan="4">
80        <widget class="QStackedWidget" name="stackedWidget">
81         <property name="lineWidth">
82          <number>0</number>
83         </property>
84         <property name="currentIndex">
85          <number>0</number>
86         </property>
87         <widget class="QWidget" name="blablaPage">
88          <property name="sizePolicy">
89           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
90            <horstretch>0</horstretch>
91            <verstretch>0</verstretch>
92           </sizepolicy>
93          </property>
94          <layout class="QVBoxLayout" name="verticalLayout_2">
95           <property name="margin">
96            <number>0</number>
97           </property>
98           <item>
99            <widget class="QWidget" name="update" native="true">
100             <layout class="QHBoxLayout" name="updateLayout">
101              <item>
102               <widget class="QLabel" name="UpdateLabel">
103                <property name="sizePolicy">
104                 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
105                  <horstretch>0</horstretch>
106                  <verstretch>0</verstretch>
107                 </sizepolicy>
108                </property>
109                <property name="styleSheet">
110                 <string notr="true">margin-bottom: 8px;margin-top: 4px;</string>
111                </property>
112                <property name="text">
113                 <string>Update</string>
114                </property>
115               </widget>
116              </item>
117              <item>
118               <widget class="QPushButton" name="checkUpdates">
119                <property name="sizePolicy">
120                 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
121                  <horstretch>0</horstretch>
122                  <verstretch>0</verstretch>
123                 </sizepolicy>
124                </property>
125                <property name="text">
126                 <string>Update</string>
127                </property>
128                <property name="flat">
129                 <bool>true</bool>
130                </property>
131               </widget>
132              </item>
133             </layout>
134            </widget>
135           </item>
136           <item>
137            <widget class="QLabel" name="MainBlabla">
138             <property name="sizePolicy">
139              <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
140               <horstretch>0</horstretch>
141               <verstretch>0</verstretch>
142              </sizepolicy>
143             </property>
144             <property name="styleSheet">
145              <string notr="true">padding-right: 20px;</string>
146             </property>
147             <property name="text">
148              <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>
149             </property>
150             <property name="alignment">
151              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
152             </property>
153             <property name="wordWrap">
154              <bool>true</bool>
155             </property>
156             <property name="openExternalLinks">
157              <bool>true</bool>
158             </property>
159            </widget>
160           </item>
161          </layout>
162         </widget>
163         <widget class="QTextEdit" name="licensePage">
164          <property name="frameShadow">
165           <enum>QFrame::Plain</enum>
166          </property>
167          <property name="textInteractionFlags">
168           <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
169          </property>
170         </widget>
171         <widget class="QTextEdit" name="authorsPage">
172          <property name="frameShadow">
173           <enum>QFrame::Plain</enum>
174          </property>
175          <property name="textInteractionFlags">
176           <set>Qt::NoTextInteraction</set>
177          </property>
178         </widget>
179         <widget class="QTextEdit" name="creditPage">
180          <property name="frameShadow">
181           <enum>QFrame::Plain</enum>
182          </property>
183          <property name="textInteractionFlags">
184           <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
185          </property>
186         </widget>
187        </widget>
188       </item>
189       <item row="0" column="2">
190        <widget class="QLabel" name="title">
191         <property name="sizePolicy">
192          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
193           <horstretch>0</horstretch>
194           <verstretch>0</verstretch>
195          </sizepolicy>
196         </property>
197         <property name="minimumSize">
198          <size>
199           <width>0</width>
200           <height>40</height>
201          </size>
202         </property>
203         <property name="styleSheet">
204          <string notr="true">margin-top: 10px</string>
205         </property>
206         <property name="text">
207          <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>
208         </property>
209        </widget>
210       </item>
211       <item row="1" column="2">
212        <widget class="QLabel" name="version">
213         <property name="sizePolicy">
214          <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
215           <horstretch>0</horstretch>
216           <verstretch>0</verstretch>
217          </sizepolicy>
218         </property>
219         <property name="styleSheet">
220          <string notr="true">font: 75 12pt &quot;Sans Serif&quot;;
221 margin-bottom: 6px;</string>
222         </property>
223         <property name="text">
224          <string/>
225         </property>
226        </widget>
227       </item>
228      </layout>
229     </widget>
230    </item>
231    <item>
232     <widget class="QFrame" name="footer">
233      <property name="sizePolicy">
234       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
235        <horstretch>0</horstretch>
236        <verstretch>0</verstretch>
237       </sizepolicy>
238      </property>
239      <property name="minimumSize">
240       <size>
241        <width>0</width>
242        <height>60</height>
243       </size>
244      </property>
245      <property name="styleSheet">
246       <string notr="true">background-color: rgb(201, 201, 201);
247 background-color: rgb(230, 230, 230);</string>
248      </property>
249      <layout class="QHBoxLayout" name="horizontalLayout_2">
250       <property name="margin">
251        <number>0</number>
252       </property>
253       <item>
254        <widget class="QToolButton" name="authorsButton">
255         <property name="styleSheet">
256          <string notr="true">padding: 10px</string>
257         </property>
258         <property name="text">
259          <string>Authors</string>
260         </property>
261         <property name="autoRaise">
262          <bool>true</bool>
263         </property>
264        </widget>
265       </item>
266       <item>
267        <widget class="QToolButton" name="licenseButton">
268         <property name="styleSheet">
269          <string notr="true">padding: 10px</string>
270         </property>
271         <property name="text">
272          <string>License</string>
273         </property>
274         <property name="autoRaise">
275          <bool>true</bool>
276         </property>
277        </widget>
278       </item>
279       <item>
280        <widget class="QToolButton" name="creditsButton">
281         <property name="styleSheet">
282          <string notr="true">padding: 10px;</string>
283         </property>
284         <property name="text">
285          <string>Credits</string>
286         </property>
287         <property name="autoRaise">
288          <bool>true</bool>
289         </property>
290        </widget>
291       </item>
292      </layout>
293     </widget>
294    </item>
295   </layout>
296  </widget>
297  <resources/>
298  <connections/>
299 </ui>