Core: Introduce a IOptionsPage::setCategoryIconPath

Less noise on the user side.

Change-Id: I34dea09e8a3c8639f5a7db89b22f8b825b946395
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-01-10 09:33:24 +01:00
parent 3d7a3b4749
commit d43b793dd8
30 changed files with 37 additions and 57 deletions

View File

@@ -184,9 +184,7 @@ QbsSettingsPage::QbsSettingsPage()
setCategory(Constants::QBS_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("QbsProjectManager",
Constants::QBS_SETTINGS_TR_CATEGORY));
setCategoryIcon(
Utils::Icon({{":/qbsprojectmanager/images/settingscategory_qbsprojectmanager.png",
Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
setCategoryIconPath(":/qbsprojectmanager/images/settingscategory_qbsprojectmanager.png");
}
QWidget *QbsSettingsPage::widget()