Utils: move 2 images to utils
select.png is used by the designer Change-Id: Icfa0ab4c931de7365c8bd252de0a0f972beb2c6c Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 157 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
@@ -180,5 +180,9 @@
|
|||||||
<file>images/project@2x.png</file>
|
<file>images/project@2x.png</file>
|
||||||
<file>images/home.png</file>
|
<file>images/home.png</file>
|
||||||
<file>images/home@2x.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>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -38,10 +38,6 @@
|
|||||||
<file>images/mode_debug_mask.png</file>
|
<file>images/mode_debug_mask.png</file>
|
||||||
<file>images/mode_debug_mask@2x.png</file>
|
<file>images/mode_debug_mask@2x.png</file>
|
||||||
<file>images/pin.xpm</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.png</file>
|
||||||
<file>images/debugger_restart_small@2x.png</file>
|
<file>images/debugger_restart_small@2x.png</file>
|
||||||
<file>images/recordfill.png</file>
|
<file>images/recordfill.png</file>
|
||||||
|
@@ -82,13 +82,13 @@ const Icon REVERSE_MODE({
|
|||||||
{":/debugger/images/debugger_reversemode_background.png", Theme::IconsCodeModelOverlayForegroundColor},
|
{":/debugger/images/debugger_reversemode_background.png", Theme::IconsCodeModelOverlayForegroundColor},
|
||||||
{":/debugger/images/debugger_reversemode.png", Theme::IconsInfoColor}}, Icon::Tint);
|
{":/debugger/images/debugger_reversemode.png", Theme::IconsInfoColor}}, Icon::Tint);
|
||||||
const Icon APP_ON_TOP({
|
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({
|
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({
|
const Icon SELECT({
|
||||||
{":/debugger/images/qml/select.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
|
{":/utils/images/select.png", Theme::PanelTextColorMid}}, Icon::MenuTintedStyle);
|
||||||
const Icon SELECT_TOOLBAR({
|
const Icon SELECT_TOOLBAR({
|
||||||
{":/debugger/images/qml/select.png", Theme::IconsBaseColor}});
|
{":/utils/images/select.png", Theme::IconsBaseColor}});
|
||||||
const Icon EMPTY(
|
const Icon EMPTY(
|
||||||
":/debugger/images/debugger_empty_14.png");
|
":/debugger/images/debugger_empty_14.png");
|
||||||
const Icon RECORD_ON({
|
const Icon RECORD_ON({
|
||||||
|
@@ -33,7 +33,7 @@ AbstractAction::AbstractAction(const QString &description)
|
|||||||
: m_defaultAction(new DefaultAction(description))
|
: m_defaultAction(new DefaultAction(description))
|
||||||
{
|
{
|
||||||
const Utils::Icon prevIcon({
|
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());
|
action()->setIcon(prevIcon.icon());
|
||||||
}
|
}
|
||||||
|
@@ -4166,7 +4166,7 @@
|
|||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
style="display:inline"
|
style="display:inline"
|
||||||
id="src/plugins/debugger/images/qml/app-on-top"
|
id="src/libs/utils/images/app-on-top"
|
||||||
transform="translate(16,0)">
|
transform="translate(16,0)">
|
||||||
<rect
|
<rect
|
||||||
style="display:inline;fill:#ffffff;fill-opacity:1"
|
style="display:inline;fill:#ffffff;fill-opacity:1"
|
||||||
@@ -4202,7 +4202,7 @@
|
|||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
style="display:inline"
|
style="display:inline"
|
||||||
id="src/plugins/debugger/images/qml/select"
|
id="src/libs/utils/images/select"
|
||||||
transform="translate(32,0)"
|
transform="translate(32,0)"
|
||||||
clip-path="url(#clipPath6003)">
|
clip-path="url(#clipPath6003)">
|
||||||
<rect
|
<rect
|
||||||
|
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 316 KiB |