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

@@ -28,6 +28,8 @@
#include "qmlprofilerplugin.h"
#include "qmlprofilerconstants.h"
#include <debugger/analyzer/analyzericons.h>
namespace QmlProfiler {
namespace Internal {
@@ -37,7 +39,7 @@ QmlProfilerOptionsPage::QmlProfilerOptionsPage()
setDisplayName(tr("QML Profiler"));
setCategory("T.Analyzer");
setDisplayCategory(tr("Analyzer"));
setCategoryIcon(Utils::Icon(":/images/analyzer_category.png"));
setCategoryIcon(Analyzer::Icons::SETTINGSCATEGORY_ANALYZER);
}
QWidget *QmlProfilerOptionsPage::widget()