blob: 6d4389daee4c42539ed1b29ab1897351e3d11ec2 [file] [log] [blame]
Dominik Riebeling680408f2007-07-25 20:21:06 +00001<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>450</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>About Rockbox Utility</string>
14 </property>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" colspan="3" >
17 <layout class="QHBoxLayout" >
18 <item>
19 <widget class="QLabel" name="label" >
20 <property name="text" >
21 <string/>
22 </property>
23 <property name="pixmap" >
24 <pixmap resource="qrbutil.qrc" >:/icons/icons/rbutil.xpm</pixmap>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <widget class="QLabel" name="labelTitle" >
30 <property name="text" >
31 <string>The Rockbox Utility</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <spacer>
37 <property name="orientation" >
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="sizeHint" >
41 <size>
42 <width>40</width>
43 <height>20</height>
44 </size>
45 </property>
46 </spacer>
47 </item>
48 </layout>
49 </item>
50 <item row="1" column="0" colspan="3" >
51 <widget class="QLabel" name="labelText" >
52 <property name="text" >
53 <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
54
55© 2005 - 2007 The Rockbox Team.
56Released under the GNU General Public License v2.
57</string>
58 </property>
59 <property name="wordWrap" >
60 <bool>true</bool>
61 </property>
62 <property name="openExternalLinks" >
63 <bool>true</bool>
64 </property>
65 </widget>
66 </item>
67 <item row="2" column="0" colspan="3" >
68 <widget class="QTabWidget" name="tabWidget" >
69 <property name="currentIndex" >
70 <number>0</number>
71 </property>
72 <widget class="QWidget" name="creditsTab" >
73 <attribute name="title" >
74 <string>&amp;Credits</string>
75 </attribute>
76 <layout class="QGridLayout" >
77 <item row="0" column="0" >
78 <widget class="QTextBrowser" name="browserCredits" >
79 <property name="focusPolicy" >
80 <enum>Qt::NoFocus</enum>
81 </property>
82 <property name="acceptDrops" >
83 <bool>false</bool>
84 </property>
85 <property name="autoFillBackground" >
86 <bool>true</bool>
87 </property>
88 <property name="autoFormatting" >
89 <set>QTextEdit::AutoNone</set>
90 </property>
91 <property name="textInteractionFlags" >
92 <set>Qt::NoTextInteraction</set>
93 </property>
94 <property name="openExternalLinks" >
95 <bool>true</bool>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </widget>
101 <widget class="QWidget" name="licenceTab" >
102 <attribute name="title" >
103 <string>&amp;License</string>
104 </attribute>
105 <layout class="QGridLayout" >
106 <item row="0" column="0" >
107 <widget class="QTextBrowser" name="browserLicense" >
Martin Arver4a115d82007-07-26 20:59:24 +0000108 <property name="horizontalScrollBarPolicy" >
109 <enum>Qt::ScrollBarAlwaysOff</enum>
Dominik Riebeling680408f2007-07-25 20:21:06 +0000110 </property>
111 <property name="lineWrapMode" >
Martin Arver4a115d82007-07-26 20:59:24 +0000112 <enum>QTextEdit::WidgetWidth</enum>
Dominik Riebeling680408f2007-07-25 20:21:06 +0000113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 </widget>
119 </item>
120 <item row="3" column="0" >
121 <spacer>
122 <property name="orientation" >
123 <enum>Qt::Horizontal</enum>
124 </property>
125 <property name="sizeHint" >
126 <size>
127 <width>191</width>
128 <height>20</height>
129 </size>
130 </property>
131 </spacer>
132 </item>
133 <item row="3" column="1" >
134 <widget class="QPushButton" name="okButton" >
135 <property name="text" >
136 <string>&amp;Ok</string>
137 </property>
138 </widget>
139 </item>
140 <item row="3" column="2" >
141 <spacer>
142 <property name="orientation" >
143 <enum>Qt::Horizontal</enum>
144 </property>
145 <property name="sizeHint" >
146 <size>
147 <width>40</width>
148 <height>20</height>
149 </size>
150 </property>
151 </spacer>
152 </item>
153 </layout>
154 </widget>
155 <resources>
156 <include location="qrbutil.qrc" />
157 </resources>
158 <connections>
159 <connection>
160 <sender>okButton</sender>
161 <signal>clicked()</signal>
162 <receiver>aboutBox</receiver>
163 <slot>close()</slot>
164 <hints>
165 <hint type="sourcelabel" >
166 <x>210</x>
167 <y>398</y>
168 </hint>
169 <hint type="destinationlabel" >
170 <x>210</x>
171 <y>210</y>
172 </hint>
173 </hints>
174 </connection>
175 </connections>
176</ui>