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