svn properties, late as usual
[kugel-rb.git] / rbutil / rbutilqt / aboutbox.ui
blobb11d8133372e004cd99b7afc10ca2d09a6e85226
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/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/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 - 2009 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</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::TabFocus</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="tabChangesFocus" >
113           <bool>true</bool>
114          </property>
115          <property name="textInteractionFlags" >
116           <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
117          </property>
118          <property name="openExternalLinks" >
119           <bool>true</bool>
120          </property>
121         </widget>
122        </item>
123       </layout>
124      </widget>
125      <widget class="QWidget" name="licenceTab" >
126       <attribute name="title" >
127        <string>&amp;License</string>
128       </attribute>
129       <layout class="QGridLayout" >
130        <item row="0" column="0" >
131         <widget class="QTextBrowser" name="browserLicense" >
132          <property name="focusPolicy" >
133           <enum>Qt::TabFocus</enum>
134          </property>
135          <property name="horizontalScrollBarPolicy" >
136           <enum>Qt::ScrollBarAlwaysOff</enum>
137          </property>
138          <property name="tabChangesFocus" >
139           <bool>true</bool>
140          </property>
141          <property name="lineWrapMode" >
142           <enum>QTextEdit::WidgetWidth</enum>
143          </property>
144          <property name="textInteractionFlags" >
145           <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
146          </property>
147         </widget>
148        </item>
149       </layout>
150      </widget>
151     </widget>
152    </item>
153    <item row="4" column="0" >
154     <spacer>
155      <property name="orientation" >
156       <enum>Qt::Horizontal</enum>
157      </property>
158      <property name="sizeHint" >
159       <size>
160        <width>40</width>
161        <height>20</height>
162       </size>
163      </property>
164     </spacer>
165    </item>
166    <item row="4" column="1" >
167     <widget class="QPushButton" name="okButton" >
168      <property name="text" >
169       <string>&amp;Ok</string>
170      </property>
171     </widget>
172    </item>
173    <item row="4" column="2" >
174     <spacer>
175      <property name="orientation" >
176       <enum>Qt::Horizontal</enum>
177      </property>
178      <property name="sizeHint" >
179       <size>
180        <width>40</width>
181        <height>20</height>
182       </size>
183      </property>
184     </spacer>
185    </item>
186   </layout>
187  </widget>
188  <resources>
189   <include location="rbutilqt.qrc" />
190  </resources>
191  <connections>
192   <connection>
193    <sender>okButton</sender>
194    <signal>clicked()</signal>
195    <receiver>aboutBox</receiver>
196    <slot>close()</slot>
197    <hints>
198     <hint type="sourcelabel" >
199      <x>210</x>
200      <y>398</y>
201     </hint>
202     <hint type="destinationlabel" >
203      <x>210</x>
204      <y>210</y>
205     </hint>
206    </hints>
207   </connection>
208  </connections>
209 </ui>