forked from qt-creator/qt-creator
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:
Binary file not shown.
|
Before Width: | Height: | Size: 876 B |
BIN
src/plugins/qmljstools/images/settingscategory_qml.png
Normal file
BIN
src/plugins/qmljstools/images/settingscategory_qml.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 232 B |
BIN
src/plugins/qmljstools/images/settingscategory_qml@2x.png
Normal file
BIN
src/plugins/qmljstools/images/settingscategory_qml@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 416 B |
@@ -132,7 +132,8 @@ QmlJSCodeStyleSettingsPage::QmlJSCodeStyleSettingsPage(/*QSharedPointer<CppFileS
|
||||
setDisplayName(QCoreApplication::translate("QmlJSTools", Constants::QML_JS_CODE_STYLE_SETTINGS_NAME));
|
||||
setCategory(QmlJSEditor::Constants::SETTINGS_CATEGORY_QML);
|
||||
setDisplayCategory(QCoreApplication::translate("QmlJSEditor", "Qt Quick"));
|
||||
setCategoryIcon(Utils::Icon(":/qmljstools/images/category_qml.png"));
|
||||
setCategoryIcon(Utils::Icon({{":/qmljstools/images/settingscategory_qml.png",
|
||||
Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
|
||||
}
|
||||
|
||||
QWidget *QmlJSCodeStyleSettingsPage::widget()
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/qmljstools">
|
||||
<file>images/category_qml.png</file>
|
||||
<file>images/settingscategory_qml.png</file>
|
||||
<file>images/settingscategory_qml@2x.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user