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

@@ -165,7 +165,8 @@ CppCodeModelSettingsPage::CppCodeModelSettingsPage(QSharedPointer<CppCodeModelSe
setDisplayName(QCoreApplication::translate("CppTools",Constants::CPP_CODE_MODEL_SETTINGS_NAME));
setCategory(Constants::CPP_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("CppTools", "C++"));
setCategoryIcon(Utils::Icon(":/cpptools/images/category_cpp.png"));
setCategoryIcon(Utils::Icon({{":/cpptools/images/settingscategory_cpp.png",
Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
}
QWidget *CppCodeModelSettingsPage::widget()

View File

@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/cpptools">
<file>images/category_cpp.png</file>
<file>images/settingscategory_cpp.png</file>
<file>images/settingscategory_cpp@2x.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B