AutoTest: Move benchmark icon to Utils

Make it available for others.

Change-Id: I423dec664a263f5586d98ac387b871b6cf8162d9
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2021-11-22 16:29:43 +01:00
parent fba36e7620
commit c65ec79481
6 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

View File

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 366 B

View File

@@ -101,6 +101,8 @@
<file>images/rightsidebaricon@2x.png</file>
<file>images/splitbutton_horizontal.png</file>
<file>images/splitbutton_horizontal@2x.png</file>
<file>images/stopwatch.png</file>
<file>images/stopwatch@2x.png</file>
<file>images/undo.png</file>
<file>images/undo@2x.png</file>
<file>images/extension.png</file>

View File

@@ -4,8 +4,6 @@
<file>images/settingscategory_autotest@2x.png</file>
<file>images/leafsort.png</file>
<file>images/leafsort@2x.png</file>
<file>images/benchmark.png</file>
<file>images/benchmark@2x.png</file>
<file>images/data.png</file>
<file>images/data@2x.png</file>
<file>images/text.png</file>

View File

@@ -73,7 +73,7 @@ const Utils::Icon RESULT_BLACKLISTEDXFAIL({
Utils::Icon::Tint | Utils::Icon::PunchEdges);
const Utils::Icon RESULT_BENCHMARK({
{":/utils/images/filledcircle.png", Utils::Theme::BackgroundColorNormal},
{":/autotest/images/benchmark.png", Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint);
{":/utils/images/stopwatch.png", Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint);
const Utils::Icon RESULT_MESSAGEDEBUG({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestDebugTextColor}},
Utils::Icon::Tint);

View File

@@ -6376,7 +6376,7 @@
height="100%"
transform="matrix(-1,0,0,1,2293,0)" />
<g
id="src/plugins/autotest/images/benchmark">
id="src/libs/utils/images/stopwatch">
<rect
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
x="1676"

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 372 KiB