1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>aboutWidget</class>
4 <widget class="QWidget" name="aboutWidget">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>About</string>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QTabWidget" name="tabWidget">
19 <property name="currentIndex">
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>Version</string>
26 <layout class="QGridLayout" name="gridLayout_2">
27 <item row="0" column="1">
28 <widget class="QLabel" name="introduction">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
35 <property name="minimumSize">
41 <property name="font">
47 <property name="text">
48 <string notr="true">introduction</string>
50 <property name="textInteractionFlags">
51 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
55 <item row="1" column="1">
56 <widget class="QLabel" name="infoLabel">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
63 <property name="text">
64 <string notr="true">infoLabel</string>
66 <property name="wordWrap">
69 <property name="textInteractionFlags">
70 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
74 <item row="0" column="0" rowspan="2">
75 <widget class="QLabel" name="iconVLC">
76 <property name="sizePolicy">
77 <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
82 <property name="text">
83 <string notr="true">iconVLC</string>
89 <widget class="QWidget" name="tab_2">
90 <attribute name="title">
91 <string>Authors</string>
93 <layout class="QVBoxLayout" name="verticalLayout">
95 <widget class="QTextEdit" name="authorsEdit">
96 <property name="textInteractionFlags">
97 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
103 <widget class="QWidget" name="tab_3">
104 <attribute name="title">
105 <string>Thanks</string>
107 <layout class="QVBoxLayout" name="verticalLayout_2">
109 <widget class="QLabel" name="label">
110 <property name="text">
111 <string>We would like to thank the whole VLC community, the testers, our users and the following people (and the missing ones...) for their collaboration to create the best free software.</string>
113 <property name="wordWrap">
119 <widget class="QTextEdit" name="thanksEdit">
120 <property name="textInteractionFlags">
121 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
127 <widget class="QWidget" name="tab_4">
128 <attribute name="title">
129 <string>Licence</string>
131 <layout class="QVBoxLayout" name="verticalLayout_3">
133 <widget class="QTextEdit" name="licenseEdit">
134 <property name="font">
136 <family>Courier</family>
137 <pointsize>9</pointsize>
140 <property name="lineWrapMode">
141 <enum>QTextEdit::NoWrap</enum>
143 <property name="html">
144 <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
145 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
146 p, li { white-space: pre-wrap; }
147 </style></head><body style=" font-family:'Courier'; font-size:9pt; font-weight:400; font-style:normal;">
148 <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
150 <td style="border: none;">
151 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
152 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;"></p>
153 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;"></p></td></tr></table></body></html></string>
155 <property name="acceptRichText">
158 <property name="textInteractionFlags">
159 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
167 <item row="1" column="0">
168 <widget class="QDialogButtonBox" name="closeButtonBox">
169 <property name="standardButtons">
170 <set>QDialogButtonBox::Close</set>