Utils: Add an icon for "Project"

Whether it is should be the wrench or the screw-nut is currently
unclear. Let's make it a wrench for now.

Change-Id: I8688e808dab0f522d7fee59885ae443ea0b67db1
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2017-10-10 00:12:57 +02:00
parent c3688b901f
commit 1748195e50
6 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

View File

@@ -176,5 +176,7 @@
<file>images/pan@2x.png</file>
<file>images/wizardicon-file.png</file>
<file>images/wizardicon-file@2x.png</file>
<file>images/project.png</file>
<file>images/project@2x.png</file>
</qresource>
</RCC>

View File

@@ -46,6 +46,8 @@ const Icon PREV({
{QLatin1String(":/utils/images/prev.png"), Theme::IconsWarningColor}}, Icon::MenuTintedStyle);
const Icon PREV_TOOLBAR({
{QLatin1String(":/utils/images/prev.png"), Theme::IconsNavigationArrowsColor}});
const Icon PROJECT({
{QLatin1String(":/utils/images/project.png"), Theme::PanelTextColorDark}}, Icon::Tint);
const Icon ZOOM({
{QLatin1String(":/utils/images/zoom.png"), Theme::PanelTextColorMid}}, Icon::Tint);
const Icon ZOOM_TOOLBAR({

View File

@@ -40,6 +40,7 @@ QTCREATOR_UTILS_EXPORT extern const Icon NEXT;
QTCREATOR_UTILS_EXPORT extern const Icon NEXT_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon PREV;
QTCREATOR_UTILS_EXPORT extern const Icon PREV_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon PROJECT;
QTCREATOR_UTILS_EXPORT extern const Icon ZOOM;
QTCREATOR_UTILS_EXPORT extern const Icon ZOOM_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon ZOOMIN_TOOLBAR;

View File

@@ -8865,4 +8865,23 @@
height="100%"
transform="rotate(180,1732.0027,576.00257)" />
</g>
<g
id="src/libs/utils/images/project"
transform="translate(64)">
<use
x="0"
y="0"
xlink:href="#backgroundRect"
id="use5933"
width="100%"
height="100%"
transform="translate(1740,132)"
style="opacity:0.9300001" />
<path
style="display:inline"
id="path5439-0-4"
d="m 1738,573 -2,2 c -1,0.5 -2.5,-1 -2,-2 l 2,-2 c -2.5,-1 -5,1.5 -4,4 l -4.5,4.5 c -1.5,1.5 0.5,3.5 2,2 l 4.5,-4.5 c 2.5,1 5,-1.5 4,-4 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB