From c876d3bbefe0dc00c27ca0c12d29da5874946962 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 15 Dec 2021 21:04:28 +0100 Subject: rbutil: Merge rbutil with utils folder. rbutil uses several components from the utils folder, and can be considered part of utils too. Having it in a separate folder is an arbitrary split that doesn't help anymore these days, so merge them. This also allows other utils to easily use libtools.make without the need to navigate to a different folder. Change-Id: I3fc2f4de19e3e776553efb5dea5f779dfec0dc21 --- utils/rbutilqt/aboutbox.ui | 198 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 utils/rbutilqt/aboutbox.ui (limited to 'utils/rbutilqt/aboutbox.ui') diff --git a/utils/rbutilqt/aboutbox.ui b/utils/rbutilqt/aboutbox.ui new file mode 100644 index 0000000000..e13f06a15a --- /dev/null +++ b/utils/rbutilqt/aboutbox.ui @@ -0,0 +1,198 @@ + + + aboutBox + + + + 0 + 0 + 640 + 500 + + + + About Rockbox Utility + + + + + + + + + + + :/icons/rockbox-5.png + + + + + + + The Rockbox Utility + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Installer and housekeeping utility for the Rockbox open source digital audio player firmware.<br/>© The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center> + + + Qt::RichText + + + true + + + true + + + + + + + 0 + + + + &Credits + + + + + + Qt::TabFocus + + + false + + + true + + + QTextEdit::AutoNone + + + true + + + Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + true + + + + + + + + &License + + + + + + Qt::TabFocus + + + Qt::ScrollBarAlwaysOff + + + true + + + QTextEdit::WidgetWidth + + + Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + L&ibraries + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + &Ok + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + okButton + clicked() + aboutBox + close() + + + 210 + 398 + + + 210 + 210 + + + + + -- cgit v1.2.3