Update Options dialog icons

A new set of scalable and themable icons with unified look as provided
by Diana.

Task-number: QTCREATORBUG-20325
Change-Id: I68498b034e9e43fbb61511a38d9c7fc0003ab076
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2018-04-23 19:06:13 +02:00
parent 76312d7786
commit 4317e350f5
93 changed files with 646 additions and 42 deletions

View File

@@ -55,7 +55,8 @@ GeneralSettingsPage::GeneralSettingsPage()
setDisplayName(tr("General"));
setCategory(Help::Constants::HELP_CATEGORY);
setDisplayCategory(QCoreApplication::translate("Help", "Help"));
setCategoryIcon(Utils::Icon(":/help/images/category_help.png"));
setCategoryIcon(Utils::Icon({{":/help/images/settingscategory_help.png",
Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
}
QWidget *GeneralSettingsPage::widget()

View File

@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/help">
<file>images/category_help.png</file>
<file>images/settingscategory_help.png</file>
<file>images/settingscategory_help@2x.png</file>
<file>images/mode_help.png</file>
<file>images/mode_help@2x.png</file>
<file>images/mode_help_mask.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B