forked from qt-creator/qt-creator
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:
BIN
src/libs/utils/images/project.png
Normal file
BIN
src/libs/utils/images/project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 B |
BIN
src/libs/utils/images/project@2x.png
Normal file
BIN
src/libs/utils/images/project@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 384 B |
@@ -176,5 +176,7 @@
|
|||||||
<file>images/pan@2x.png</file>
|
<file>images/pan@2x.png</file>
|
||||||
<file>images/wizardicon-file.png</file>
|
<file>images/wizardicon-file.png</file>
|
||||||
<file>images/wizardicon-file@2x.png</file>
|
<file>images/wizardicon-file@2x.png</file>
|
||||||
|
<file>images/project.png</file>
|
||||||
|
<file>images/project@2x.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ const Icon PREV({
|
|||||||
{QLatin1String(":/utils/images/prev.png"), Theme::IconsWarningColor}}, Icon::MenuTintedStyle);
|
{QLatin1String(":/utils/images/prev.png"), Theme::IconsWarningColor}}, Icon::MenuTintedStyle);
|
||||||
const Icon PREV_TOOLBAR({
|
const Icon PREV_TOOLBAR({
|
||||||
{QLatin1String(":/utils/images/prev.png"), Theme::IconsNavigationArrowsColor}});
|
{QLatin1String(":/utils/images/prev.png"), Theme::IconsNavigationArrowsColor}});
|
||||||
|
const Icon PROJECT({
|
||||||
|
{QLatin1String(":/utils/images/project.png"), Theme::PanelTextColorDark}}, Icon::Tint);
|
||||||
const Icon ZOOM({
|
const Icon ZOOM({
|
||||||
{QLatin1String(":/utils/images/zoom.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
{QLatin1String(":/utils/images/zoom.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||||
const Icon ZOOM_TOOLBAR({
|
const Icon ZOOM_TOOLBAR({
|
||||||
|
|||||||
@@ -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 NEXT_TOOLBAR;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon PREV;
|
QTCREATOR_UTILS_EXPORT extern const Icon PREV;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon PREV_TOOLBAR;
|
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;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon ZOOM_TOOLBAR;
|
QTCREATOR_UTILS_EXPORT extern const Icon ZOOM_TOOLBAR;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon ZOOMIN_TOOLBAR;
|
QTCREATOR_UTILS_EXPORT extern const Icon ZOOMIN_TOOLBAR;
|
||||||
|
|||||||
@@ -8865,4 +8865,23 @@
|
|||||||
height="100%"
|
height="100%"
|
||||||
transform="rotate(180,1732.0027,576.00257)" />
|
transform="rotate(180,1732.0027,576.00257)" />
|
||||||
</g>
|
</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>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 316 KiB |
Reference in New Issue
Block a user