rbutil: Replace most icons with their svg variant.

Replace png icons with svg ones for better HiDPI support.

Change-Id: Ifcd5e551dfb764f57324d27741598181ce3acce2
This commit is contained in:
Dominik Riebeling 2020-09-27 12:37:28 +02:00
parent 4f1888dfc8
commit 2e96657c36
64 changed files with 112 additions and 97 deletions

View file

@ -447,7 +447,7 @@ void Config::updateTtsState(int index)
if(tts->configOk())
{
ui.configTTSstatus->setText(tr("Configuration OK"));
ui.configTTSstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/go-next.png")));
ui.configTTSstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/go-next.svg")));
#ifdef QT_MULTIMEDIA_LIB
ui.testTTS->setEnabled(true);
#else
@ -457,7 +457,7 @@ void Config::updateTtsState(int index)
else
{
ui.configTTSstatus->setText(tr("Configuration INVALID"));
ui.configTTSstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/dialog-error.png")));
ui.configTTSstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/dialog-error.svg")));
ui.testTTS->setEnabled(false);
}
@ -481,12 +481,12 @@ void Config::updateEncState()
if(enc->configOk())
{
ui.configEncstatus->setText(tr("Configuration OK"));
ui.configEncstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/go-next.png")));
ui.configEncstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/go-next.svg")));
}
else
{
ui.configEncstatus->setText(tr("Configuration INVALID"));
ui.configEncstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/dialog-error.png")));
ui.configEncstatusimg->setPixmap(QPixmap(QString::fromUtf8(":/icons/dialog-error.svg")));
}
}

View file

@ -29,7 +29,7 @@
<widget class="QWidget" name="tabDevice">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/rbutil.png</normaloff>:/icons/rbutil.png</iconset>
<normaloff>:/icons/multimedia-player.svg</normaloff>:/icons/multimedia-player.svg</iconset>
</attribute>
<attribute name="title">
<string>&amp;Device</string>
@ -59,7 +59,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
<normaloff>:/icons/view-refresh.svg</normaloff>:/icons/view-refresh.svg</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
@ -115,7 +115,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
<property name="default">
<bool>true</bool>
@ -130,7 +130,7 @@
<widget class="QWidget" name="tabProxy">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/network-idle.png</normaloff>:/icons/network-idle.png</iconset>
<normaloff>:/icons/network-idle.svg</normaloff>:/icons/network-idle.svg</iconset>
</attribute>
<attribute name="title">
<string>&amp;Proxy</string>
@ -261,7 +261,7 @@
<widget class="QWidget" name="tabLanguage">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/preferences-desktop-locale.png</normaloff>:/icons/preferences-desktop-locale.png</iconset>
<normaloff>:/icons/preferences-desktop-locale.svg</normaloff>:/icons/preferences-desktop-locale.svg</iconset>
</attribute>
<attribute name="title">
<string>&amp;Language</string>
@ -275,7 +275,7 @@
<widget class="QWidget" name="tabCache">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
<normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
</attribute>
<attribute name="title">
<string>Cac&amp;he</string>
@ -327,7 +327,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
</widget>
</item>
@ -377,7 +377,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/user-trash-full.png</normaloff>:/icons/user-trash-full.png</iconset>
<normaloff>:/icons/user-trash-full.svg</normaloff>:/icons/user-trash-full.svg</iconset>
</property>
</widget>
</item>
@ -386,7 +386,7 @@
<widget class="QWidget" name="tabTts">
<attribute name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/audio-input-microphone.png</normaloff>:/icons/audio-input-microphone.png</iconset>
<normaloff>:/icons/audio-input-microphone.svg</normaloff>:/icons/audio-input-microphone.svg</iconset>
</attribute>
<attribute name="title">
<string>&amp;TTS &amp;&amp; Encoder</string>
@ -431,7 +431,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
<pixmap resource="rbutilqt.qrc">:/icons/dialog-error.svg</pixmap>
</property>
</widget>
</item>
@ -442,7 +442,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
</widget>
</item>
@ -451,6 +451,10 @@
<property name="text">
<string>Test TTS</string>
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
@ -482,7 +486,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="rbutilqt.qrc">:/icons/dialog-error.png</pixmap>
<pixmap resource="rbutilqt.qrc">:/icons/process-stop.svg</pixmap>
</property>
</widget>
</item>
@ -493,7 +497,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
</widget>
</item>
@ -544,7 +548,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -555,7 +559,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -64,6 +64,10 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
</property>
<property name="text" >
<string>Change</string>
</property>
@ -140,7 +144,7 @@
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -151,7 +155,7 @@
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -94,9 +94,9 @@ void EncTtsCfgGui::setUpWindow()
// ok - cancel buttons
QPushButton* okBtn = new QPushButton(tr("Ok"),this);
okBtn->setDefault(true);
okBtn->setIcon(QIcon(":icons/go-next.png"));
okBtn->setIcon(QIcon(":icons/go-next.svg"));
QPushButton* cancelBtn = new QPushButton(tr("Cancel"),this);
cancelBtn->setIcon(QIcon(":icons/process-stop.png"));
cancelBtn->setIcon(QIcon(":icons/process-stop.svg"));
connect(okBtn,SIGNAL(clicked()),this,SLOT(accept()));
connect(cancelBtn,SIGNAL(clicked()),this,SLOT(reject()));
@ -195,7 +195,7 @@ QWidget* EncTtsCfgGui::createButton(EncTtsSetting* setting)
if(setting->button() == EncTtsSetting::eBROWSEBTN)
{
QPushButton* browsebtn = new QPushButton(tr("Browse"),this);
browsebtn->setIcon(QIcon(":/icons/system-search.png"));
browsebtn->setIcon(QIcon(":/icons/system-search.svg"));
m_browseBtnMap.setMapping(browsebtn,setting);
connect(browsebtn,SIGNAL(clicked()),&m_browseBtnMap,SLOT(map()));
return browsebtn;
@ -203,7 +203,7 @@ QWidget* EncTtsCfgGui::createButton(EncTtsSetting* setting)
else if(setting->button() == EncTtsSetting::eREFRESHBTN)
{
QPushButton* refreshbtn = new QPushButton(tr("Refresh"),this);
refreshbtn->setIcon(QIcon(":/icons/view-refresh.png"));
refreshbtn->setIcon(QIcon(":/icons/view-refresh.svg"));
connect(refreshbtn,SIGNAL(clicked()),setting,SIGNAL(refresh()));
return refreshbtn;
}

View file

@ -77,7 +77,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
</widget>
</item>
@ -117,7 +117,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -128,7 +128,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -47,7 +47,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>

View file

@ -61,7 +61,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
</property>
<property name="checked">
<bool>true</bool>
@ -91,7 +91,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/font_btn.png</normaloff>:/icons/font_btn.png</iconset>
<normaloff>:/icons/preferences-desktop-font.svg</normaloff>:/icons/preferences-desktop-font.svg</iconset>
</property>
<property name="checked">
<bool>true</bool>
@ -105,7 +105,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
<normaloff>:/icons/multimedia-player.svg</normaloff>:/icons/multimedia-player.svg</iconset>
</property>
<property name="checked">
<bool>true</bool>
@ -167,7 +167,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/doom_btn.png</normaloff>:/icons/doom_btn.png</iconset>
<normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
</property>
</widget>
</item>
@ -178,7 +178,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/preferences-system.png</normaloff>:/icons/preferences-system.png</iconset>
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
</property>
</widget>
</item>
@ -189,7 +189,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/themes_btn.png</normaloff>:/icons/themes_btn.png</iconset>
<normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
</property>
</widget>
</item>
@ -251,7 +251,7 @@
</property>
<property name="icon">
<iconset resource="../rbutilqt.qrc">
<normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
<normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
</property>
</widget>
</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -107,6 +107,10 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/preferences-system.svg</normaloff>:/icons/preferences-system.svg</iconset>
</property>
<property name="text">
<string>Change</string>
</property>
@ -144,7 +148,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -155,7 +159,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -64,7 +64,7 @@
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
<normaloff>:/icons/document-save.svg</normaloff>:/icons/document-save.svg</iconset>
</property>
</widget>
</item>
@ -88,7 +88,7 @@
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -47,16 +47,16 @@ void ProgressLoggerGui::addItem(const QString &text, int flag)
case LOGNOICON:
break;
case LOGOK:
item->setIcon(QIcon(":/icons/go-next.png"));
item->setIcon(QIcon(":/icons/go-next.svg"));
break;
case LOGINFO:
item->setIcon(QIcon(":/icons/dialog-information.png"));
item->setIcon(QIcon(":/icons/dialog-information.svg"));
break;
case LOGWARNING:
item->setIcon(QIcon(":/icons/dialog-warning.png"));
item->setIcon(QIcon(":/icons/dialog-warning.svg"));
break;
case LOGERROR:
item->setIcon(QIcon(":/icons/dialog-error.png"));
item->setIcon(QIcon(":/icons/dialog-error.svg"));
dp.saveLog->show();
break;
}
@ -102,7 +102,7 @@ void ProgressLoggerGui::setProgressVisible(bool b)
void ProgressLoggerGui::setRunning()
{
dp.buttonAbort->setText(tr("&Abort"));
dp.buttonAbort->setIcon(QIcon(QString::fromUtf8(":/icons/process-stop.png")));
dp.buttonAbort->setIcon(QIcon(QString::fromUtf8(":/icons/process-stop.svg")));
// make sure to not close the window on button press.
disconnect(dp.buttonAbort, SIGNAL(clicked()), downloadProgress, SLOT(close()));
@ -120,7 +120,7 @@ void ProgressLoggerGui::setRunning()
void ProgressLoggerGui::setFinished()
{
dp.buttonAbort->setText(tr("&Ok"));
dp.buttonAbort->setIcon(QIcon(QString::fromUtf8(":/icons/go-next.png")));
dp.buttonAbort->setIcon(QIcon(QString::fromUtf8(":/icons/go-next.svg")));
// close the window on button press.
connect(dp.buttonAbort, SIGNAL(clicked()), downloadProgress, SLOT(close()));

View file

@ -10,38 +10,35 @@
<file alias="builtin/voice-corrections.txt">../../tools/voice-corrections.txt</file>
</qresource>
<qresource prefix="/">
<file>icons/audio-input-microphone.png</file>
<file>icons/bootloader_btn.png</file>
<file>icons/dialog-error.png</file>
<file>icons/dialog-information.png</file>
<file>icons/dialog-warning.png</file>
<file>icons/document-save.png</file>
<file>icons/doom_btn.png</file>
<file>icons/edit-find.png</file>
<file>icons/font_btn.png</file>
<file>icons/go-next.png</file>
<file>icons/media-eject.png</file>
<file>icons/network-idle.png</file>
<file>icons/package-x-generic.png</file>
<file>icons/preferences-desktop-locale.png</file>
<file>icons/preferences-system.png</file>
<file>icons/process-stop.png</file>
<file>icons/rbinstall_btn.png</file>
<file>icons/audio-volume-high.svg</file>
<file>icons/edit-clear.svg</file>
<file>icons/preferences-desktop-font.svg</file>
<file>icons/preferences-desktop-theme.svg</file>
<file>icons/multimedia-player.svg</file>
<file>icons/input-gaming.svg</file>
<file>icons/audio-input-microphone.svg</file>
<file>icons/dialog-error.svg</file>
<file>icons/dialog-information.svg</file>
<file>icons/dialog-warning.svg</file>
<file>icons/document-save.svg</file>
<file>icons/edit-find.svg</file>
<file>icons/go-next.svg</file>
<file>icons/media-eject.svg</file>
<file>icons/network-idle.svg</file>
<file>icons/package-x-generic.svg</file>
<file>icons/preferences-desktop-locale.svg</file>
<file>icons/preferences-system.svg</file>
<file>icons/process-stop.svg</file>
<file>icons/rblogo.png</file>
<file>icons/rbutil.png</file>
<file>icons/rembootloader_btn.png</file>
<file>icons/remrb_btn.png</file>
<file>icons/rockbox-16.png</file>
<file>icons/rockbox-32.png</file>
<file>icons/rockbox-48.png</file>
<file>icons/rockbox-64.png</file>
<file>icons/rockbox-128.png</file>
<file>icons/rockbox-256.png</file>
<file>icons/system-search.png</file>
<file>icons/talkfile_btn.png</file>
<file>icons/themes_btn.png</file>
<file>icons/user-trash-full.png</file>
<file>icons/view-refresh.png</file>
<file>icons/system-search.svg</file>
<file>icons/user-trash-full.svg</file>
<file>icons/view-refresh.svg</file>
<file>icons/wizard.jpg</file>
<file alias="icons/rockbox-clef.svg">../../docs/logo/rockbox-clef.svg</file>
</qresource>

View file

@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/rockbox-32.png</normaloff>:/icons/rockbox-32.png</iconset>
<normaloff>:/icons/rockbox-clef.svg</normaloff>:/icons/rockbox-clef.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3">
@ -93,7 +93,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
<normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
</property>
</widget>
</item>
@ -104,7 +104,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/media-eject.png</normaloff>:/icons/media-eject.png</iconset>
<normaloff>:/icons/media-eject.svg</normaloff>:/icons/media-eject.svg</iconset>
</property>
</widget>
</item>
@ -178,7 +178,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -205,7 +205,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -255,7 +255,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -293,7 +293,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/rembootloader_btn.png</normaloff>:/icons/rembootloader_btn.png</iconset>
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -320,7 +320,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/remrb_btn.png</normaloff>:/icons/remrb_btn.png</iconset>
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -350,7 +350,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
<normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
</property>
<property name="iconSize">
<size>
@ -555,7 +555,7 @@
<action name="actionInstall_Themes">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/themes_btn.png</normaloff>:/icons/themes_btn.png</iconset>
<normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
</property>
<property name="text">
<string>Install &amp;Themes</string>
@ -564,7 +564,7 @@
<action name="actionInstall_Game_Files">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/doom_btn.png</normaloff>:/icons/doom_btn.png</iconset>
<normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
</property>
<property name="text">
<string>Install &amp;Game Files</string>
@ -573,7 +573,7 @@
<action name="actionInstall_Voice_File">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="text">
<string>&amp;Install Voice File</string>
@ -582,7 +582,7 @@
<action name="actionCreate_Talk_Files">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="text">
<string>Create &amp;Talk Files</string>
@ -591,7 +591,7 @@
<action name="actionRemove_bootloader">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/rembootloader_btn.png</normaloff>:/icons/rembootloader_btn.png</iconset>
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
</property>
<property name="text">
<string>Remove &amp;bootloader</string>
@ -600,7 +600,7 @@
<action name="actionUninstall_Rockbox">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/remrb_btn.png</normaloff>:/icons/remrb_btn.png</iconset>
<normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
</property>
<property name="text">
<string>Uninstall &amp;Rockbox</string>
@ -629,7 +629,7 @@
<action name="actionCreate_Voice_File">
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/talkfile_btn.png</normaloff>:/icons/talkfile_btn.png</iconset>
<normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
</property>
<property name="text">
<string>Create &amp;Voice File</string>

View file

@ -22,7 +22,8 @@
<string>&amp;Refresh</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/view-refresh.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/view-refresh.svg</normaloff>:/icons/view-refresh.svg</iconset>
</property>
</widget>
</item>
@ -45,7 +46,8 @@
<string>&amp;OK</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
<property name="default" >
<bool>true</bool>

View file

@ -47,7 +47,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>
@ -58,7 +58,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
<normaloff>:/icons/document-save.svg</normaloff>:/icons/document-save.svg</iconset>
</property>
</widget>
</item>
@ -69,7 +69,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
<normaloff>:/icons/view-refresh.svg</normaloff>:/icons/view-refresh.svg</iconset>
</property>
</widget>
</item>
@ -80,7 +80,7 @@
</property>
<property name="icon">
<iconset resource="rbutilqt.qrc">
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
<normaloff>:/icons/document-save.svg</normaloff>:/icons/document-save.svg</iconset>
</property>
</widget>
</item>

View file

@ -115,7 +115,8 @@
<string>&amp;Install</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -125,7 +126,8 @@
<string>&amp;Cancel</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>

View file

@ -128,7 +128,8 @@
<string>&amp;Uninstall</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/go-next.svg</normaloff>:/icons/go-next.svg</iconset>
</property>
</widget>
</item>
@ -138,7 +139,8 @@
<string>&amp;Cancel</string>
</property>
<property name="icon" >
<iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
<iconset resource="rbutilqt.qrc" >
<normaloff>:/icons/process-stop.svg</normaloff>:/icons/process-stop.svg</iconset>
</property>
</widget>
</item>