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/configurefrm.ui | 572 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 572 insertions(+) create mode 100644 utils/rbutilqt/configurefrm.ui (limited to 'utils/rbutilqt/configurefrm.ui') diff --git a/utils/rbutilqt/configurefrm.ui b/utils/rbutilqt/configurefrm.ui new file mode 100644 index 0000000000..8a923893b4 --- /dev/null +++ b/utils/rbutilqt/configurefrm.ui @@ -0,0 +1,572 @@ + + + ConfigForm + + + + 0 + 0 + 500 + 465 + + + + Configuration + + + + + + Configure Rockbox Utility + + + + + + + 0 + + + + + :/icons/multimedia-player.svg:/icons/multimedia-player.svg + + + &Device + + + + + + Select your device in the &filesystem + + + mountPoint + + + + + + + true + + + + + + + &Refresh + + + + :/icons/view-refresh.svg:/icons/view-refresh.svg + + + false + + + + + + + &Select your audio player + + + treeDevices + + + + + + + Qt::Horizontal + + + + 118 + 20 + + + + + + + + Show disabled targets + + + + + + + false + + + + 1 + + + + + + + + &Autodetect + + + + :/icons/edit-find.svg:/icons/edit-find.svg + + + true + + + false + + + + + + + + + :/icons/network-idle.svg:/icons/network-idle.svg + + + &Proxy + + + + + + &No Proxy + + + true + + + + + + + Use S&ystem values + + + + + + + &Manual Proxy settings + + + + + + + Proxy Values + + + + + + &Host: + + + proxyHost + + + + + + + &Port: + + + proxyPort + + + + + + + QLineEdit::Password + + + + + + + &Username + + + proxyUser + + + + + + + Pass&word + + + proxyPass + + + + + + + Show + + + + + + + + + + true + + + + + + + QAbstractSpinBox::NoButtons + + + 65535 + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + :/icons/preferences-desktop-locale.svg:/icons/preferences-desktop-locale.svg + + + &Language + + + + + + + + + + + :/icons/package-x-generic.svg:/icons/package-x-generic.svg + + + Cac&he + + + Download cache settings + + + + + + Rockbox Utility uses a local download cache to save network traffic. You can change the path to the cache and use it as local repository by enabling Offline mode. + + + true + + + + + + + Current cache size is %1 + + + + + + + + + P&ath + + + cachePath + + + + + + + Entering an invalid folder will reset the path to the systems temporary path. + + + + + + + &Browse + + + + :/icons/edit-find.svg:/icons/edit-find.svg + + + + + + + + + + + Disable local &download cache + + + + + + + + + Qt::Vertical + + + + 20 + 61 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Clean cache &now + + + + :/icons/user-trash-full.svg:/icons/user-trash-full.svg + + + + + + + + + :/icons/audio-input-microphone.svg:/icons/audio-input-microphone.svg + + + &TTS && Encoder + + + + + + TTS Engine + + + + + + &Select TTS Engine + + + comboTts + + + + + + + + + + Configure TTS Engine + + + + + + + Configuration invalid! + + + + + + + + + + :/icons/dialog-error.svg + + + + + + + Configure &TTS + + + + :/icons/edit-find.svg:/icons/edit-find.svg + + + + + + + Test TTS + + + + :/icons/audio-volume-high.svg:/icons/audio-volume-high.svg + + + + + + + &Use string corrections for TTS + + + + + + + + + + Encoder Engine + + + + + + Configuration invalid! + + + + + + + + + + :/icons/process-stop.svg + + + + + + + Configure &Enc + + + + :/icons/edit-find.svg:/icons/edit-find.svg + + + + + + + encoder name + + + + + + + + + + Qt::Vertical + + + + 458 + 131 + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + &Ok + + + + :/icons/go-next.svg:/icons/go-next.svg + + + + + + + &Cancel + + + + :/icons/process-stop.svg:/icons/process-stop.svg + + + + + + + + + + -- cgit v1.2.3