Utils: move 2 images to utils

select.png is used by the designer

Change-Id: Icfa0ab4c931de7365c8bd252de0a0f972beb2c6c
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Tim Jenssen
2017-11-15 11:57:25 +01:00
parent 4969837ad6
commit 09f02013e5
9 changed files with 11 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 119 B

View File

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 127 B

View File

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

View File

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

View File

@@ -180,5 +180,9 @@
<file>images/project@2x.png</file>
<file>images/home.png</file>
<file>images/home@2x.png</file>
<file>images/select.png</file>
<file>images/select@2x.png</file>
<file>images/app-on-top.png</file>
<file>images/app-on-top@2x.png</file>
</qresource>
</RCC>

View File

@@ -38,10 +38,6 @@
<file>images/mode_debug_mask.png</file>
<file>images/mode_debug_mask@2x.png</file>
<file>images/pin.xpm</file>
<file>images/qml/select.png</file>
<file>images/qml/select@2x.png</file>
<file>images/qml/app-on-top.png</file>
<file>images/qml/app-on-top@2x.png</file>
<file>images/debugger_restart_small.png</file>
<file>images/debugger_restart_small@2x.png</file>
<file>images/recordfill.png</file>

View File

@@ -82,13 +82,13 @@ const Icon REVERSE_MODE({
{":/debugger/images/debugger_reversemode_background.png", Theme::IconsCodeModelOverlayForegroundColor},
{":/debugger/images/debugger_reversemode.png", Theme::IconsInfoColor}}, Icon::Tint);
const Icon APP_ON_TOP({
{":/debugger/images/qml/app-on-top.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
{":/utils/images/app-on-top.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
const Icon APP_ON_TOP_TOOLBAR({
{":/debugger/images/qml/app-on-top.png", Theme::IconsBaseColor}});
{":/utils/images/app-on-top.png", Theme::IconsBaseColor}});
const Icon SELECT({
{":/debugger/images/qml/select.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
{":/utils/images/select.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
const Icon SELECT_TOOLBAR({
{":/debugger/images/qml/select.png", Theme::IconsBaseColor}});
{":/utils/images/select.png", Theme::IconsBaseColor}});
const Icon EMPTY(
":/debugger/images/debugger_empty_14.png");
const Icon RECORD_ON({

View File

@@ -33,7 +33,7 @@ AbstractAction::AbstractAction(const QString &description)
: m_defaultAction(new DefaultAction(description))
{
const Utils::Icon prevIcon({
{QLatin1String(":/debugger/images/qml/select.png"), Utils::Theme::QmlDesigner_FormEditorForegroundColor}}, Utils::Icon::MenuTintedStyle);
{QLatin1String(":/utils/images/select.png"), Utils::Theme::QmlDesigner_FormEditorForegroundColor}}, Utils::Icon::MenuTintedStyle);
action()->setIcon(prevIcon.icon());
}

View File

@@ -4166,7 +4166,7 @@
</g>
<g
style="display:inline"
id="src/plugins/debugger/images/qml/app-on-top"
id="src/libs/utils/images/app-on-top"
transform="translate(16,0)">
<rect
style="display:inline;fill:#ffffff;fill-opacity:1"
@@ -4202,7 +4202,7 @@
</g>
<g
style="display:inline"
id="src/plugins/debugger/images/qml/select"
id="src/libs/utils/images/select"
transform="translate(32,0)"
clip-path="url(#clipPath6003)">
<rect

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB