Add 2008 to the copyright notice.
[Rockbox.git] / rbutil / rbutilqt / aboutbox.ui
blob6ef4ac8015293ae82c6d9d90958e7c9d2e8fd4cd
1 <ui version="4.0" >
2  <class>aboutBox</class>
3  <widget class="QWidget" name="aboutBox" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>443</width>
9     <height>482</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>About Rockbox Utility</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="rbutilqt.qrc" >:/icons/icons/rockbox-1.png</iconset>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" colspan="3" >
20     <layout class="QHBoxLayout" >
21      <item>
22       <widget class="QLabel" name="label" >
23        <property name="text" >
24         <string/>
25        </property>
26        <property name="pixmap" >
27         <pixmap resource="rbutilqt.qrc" >:/icons/icons/rockbox-5.png</pixmap>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QLabel" name="labelTitle" >
33        <property name="text" >
34         <string>The Rockbox Utility</string>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <spacer>
40        <property name="orientation" >
41         <enum>Qt::Horizontal</enum>
42        </property>
43        <property name="sizeHint" >
44         <size>
45          <width>40</width>
46          <height>20</height>
47         </size>
48        </property>
49       </spacer>
50      </item>
51     </layout>
52    </item>
53    <item row="1" column="0" colspan="3" >
54     <widget class="QLabel" name="labelText" >
55      <property name="text" >
56       <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
58 © 2005 - 2008 The Rockbox Team.
59 Released under the GNU General Public License v2.</string>
60      </property>
61      <property name="wordWrap" >
62       <bool>true</bool>
63      </property>
64      <property name="openExternalLinks" >
65       <bool>true</bool>
66      </property>
67     </widget>
68    </item>
69    <item row="2" column="0" colspan="3" >
70     <widget class="QLabel" name="labelHomepage" >
71      <property name="text" >
72       <string>http://www.rockbox.org</string>
73      </property>
74      <property name="textFormat" >
75       <enum>Qt::AutoText</enum>
76      </property>
77      <property name="alignment" >
78       <set>Qt::AlignCenter</set>
79      </property>
80      <property name="openExternalLinks" >
81       <bool>true</bool>
82      </property>
83      <property name="textInteractionFlags" >
84       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
85      </property>
86     </widget>
87    </item>
88    <item row="3" column="0" colspan="3" >
89     <widget class="QTabWidget" name="tabWidget" >
90      <property name="currentIndex" >
91       <number>0</number>
92      </property>
93      <widget class="QWidget" name="creditsTab" >
94       <attribute name="title" >
95        <string>&amp;Credits</string>
96       </attribute>
97       <layout class="QGridLayout" >
98        <item row="0" column="0" >
99         <widget class="QTextBrowser" name="browserCredits" >
100          <property name="focusPolicy" >
101           <enum>Qt::NoFocus</enum>
102          </property>
103          <property name="acceptDrops" >
104           <bool>false</bool>
105          </property>
106          <property name="autoFillBackground" >
107           <bool>true</bool>
108          </property>
109          <property name="autoFormatting" >
110           <set>QTextEdit::AutoNone</set>
111          </property>
112          <property name="textInteractionFlags" >
113           <set>Qt::NoTextInteraction</set>
114          </property>
115          <property name="openExternalLinks" >
116           <bool>true</bool>
117          </property>
118         </widget>
119        </item>
120       </layout>
121      </widget>
122      <widget class="QWidget" name="licenceTab" >
123       <attribute name="title" >
124        <string>&amp;License</string>
125       </attribute>
126       <layout class="QGridLayout" >
127        <item row="0" column="0" >
128         <widget class="QTextBrowser" name="browserLicense" >
129          <property name="horizontalScrollBarPolicy" >
130           <enum>Qt::ScrollBarAlwaysOff</enum>
131          </property>
132          <property name="lineWrapMode" >
133           <enum>QTextEdit::WidgetWidth</enum>
134          </property>
135         </widget>
136        </item>
137       </layout>
138      </widget>
139     </widget>
140    </item>
141    <item row="4" column="0" >
142     <spacer>
143      <property name="orientation" >
144       <enum>Qt::Horizontal</enum>
145      </property>
146      <property name="sizeHint" >
147       <size>
148        <width>191</width>
149        <height>20</height>
150       </size>
151      </property>
152     </spacer>
153    </item>
154    <item row="4" column="1" >
155     <widget class="QPushButton" name="okButton" >
156      <property name="text" >
157       <string>&amp;Ok</string>
158      </property>
159     </widget>
160    </item>
161    <item row="4" column="2" >
162     <spacer>
163      <property name="orientation" >
164       <enum>Qt::Horizontal</enum>
165      </property>
166      <property name="sizeHint" >
167       <size>
168        <width>40</width>
169        <height>20</height>
170       </size>
171      </property>
172     </spacer>
173    </item>
174   </layout>
175  </widget>
176  <resources>
177   <include location="rbutilqt.qrc" />
178  </resources>
179  <connections>
180   <connection>
181    <sender>okButton</sender>
182    <signal>clicked()</signal>
183    <receiver>aboutBox</receiver>
184    <slot>close()</slot>
185    <hints>
186     <hint type="sourcelabel" >
187      <x>210</x>
188      <y>398</y>
189     </hint>
190     <hint type="destinationlabel" >
191      <x>210</x>
192      <y>210</y>
193     </hint>
194    </hints>
195   </connection>
196  </connections>
197 </ui>