2007-07-25 20:21:06 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>aboutBox</class>
|
|
|
|
<widget class="QWidget" name="aboutBox" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>443</width>
|
2007-07-30 17:33:46 +00:00
|
|
|
<height>482</height>
|
2007-07-25 20:21:06 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>About Rockbox Utility</string>
|
|
|
|
</property>
|
2007-08-29 13:44:44 +00:00
|
|
|
<property name="windowIcon" >
|
2008-03-27 23:39:49 +00:00
|
|
|
<iconset resource="rbutilqt.qrc" >:/icons/rockbox-1.png</iconset>
|
2007-08-29 13:44:44 +00:00
|
|
|
</property>
|
2007-07-25 20:21:06 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" colspan="3" >
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
2008-03-27 23:39:49 +00:00
|
|
|
<pixmap resource="rbutilqt.qrc" >:/icons/rockbox-5.png</pixmap>
|
2007-07-25 20:21:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelTitle" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>The Rockbox Utility</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="3" >
|
|
|
|
<widget class="QLabel" name="labelText" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.
|
|
|
|
|
2008-02-29 07:29:42 +00:00
|
|
|
© 2005 - 2008 The Rockbox Team.
|
2007-07-30 17:33:46 +00:00
|
|
|
Released under the GNU General Public License v2.</string>
|
2007-07-25 20:21:06 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3" >
|
2007-07-30 17:33:46 +00:00
|
|
|
<widget class="QLabel" name="labelHomepage" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>http://www.rockbox.org</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat" >
|
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags" >
|
|
|
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" colspan="3" >
|
2007-07-25 20:21:06 +00:00
|
|
|
<widget class="QTabWidget" name="tabWidget" >
|
|
|
|
<property name="currentIndex" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="creditsTab" >
|
|
|
|
<attribute name="title" >
|
|
|
|
<string>&Credits</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QTextBrowser" name="browserCredits" >
|
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoFormatting" >
|
|
|
|
<set>QTextEdit::AutoNone</set>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags" >
|
|
|
|
<set>Qt::NoTextInteraction</set>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="licenceTab" >
|
|
|
|
<attribute name="title" >
|
|
|
|
<string>&License</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QTextBrowser" name="browserLicense" >
|
2007-07-26 20:59:24 +00:00
|
|
|
<property name="horizontalScrollBarPolicy" >
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
2007-07-25 20:21:06 +00:00
|
|
|
</property>
|
|
|
|
<property name="lineWrapMode" >
|
2007-07-26 20:59:24 +00:00
|
|
|
<enum>QTextEdit::WidgetWidth</enum>
|
2007-07-25 20:21:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-07-30 17:33:46 +00:00
|
|
|
<item row="4" column="0" >
|
2007-07-25 20:21:06 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2008-05-09 22:20:22 +00:00
|
|
|
<width>40</width>
|
2007-07-25 20:21:06 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-07-30 17:33:46 +00:00
|
|
|
<item row="4" column="1" >
|
2007-07-25 20:21:06 +00:00
|
|
|
<widget class="QPushButton" name="okButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Ok</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-07-30 17:33:46 +00:00
|
|
|
<item row="4" column="2" >
|
2007-07-25 20:21:06 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2007-07-30 17:33:46 +00:00
|
|
|
<include location="rbutilqt.qrc" />
|
2007-07-25 20:21:06 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>okButton</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>aboutBox</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>210</x>
|
|
|
|
<y>398</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>210</x>
|
|
|
|
<y>210</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|