Utils: Add a "settings" icon

Change-Id: I2f6a7cd6dd6cbf7fefe1a5ace304321c2674e55f
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2019-03-06 19:26:12 +01:00
parent ac1b0facc0
commit 44b7789281
6 changed files with 97 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -213,6 +213,8 @@
<file>images/macos_touchbar_bookmark@2x.png</file>
<file>images/macos_touchbar_clear.png</file>
<file>images/macos_touchbar_clear@2x.png</file>
<file>images/settings.png</file>
<file>images/settings@2x.png</file>
</qresource>
<qresource prefix="/codemodel">
<file>images/enum.png</file>

View File

@@ -85,6 +85,8 @@ const Icon SNAPSHOT_TOOLBAR({
const Icon NEWSEARCH_TOOLBAR({
{QLatin1String(":/utils/images/zoom.png"), Theme::IconsBaseColor},
{QLatin1String(":/utils/images/iconoverlay_add_small.png"), Theme::IconsRunColor}});
const Icon SETTINGS_TOOLBAR({
{QLatin1String(":/utils/images/settings.png"), Theme::IconsBaseColor}});
const Icon NEWFILE({
{QLatin1String(":/utils/images/filenew.png"), Theme::PanelTextColorMid}}, Icon::Tint);

View File

@@ -56,6 +56,7 @@ QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TEXTEDITOR;
QTCREATOR_UTILS_EXPORT extern const Icon SNAPSHOT_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon NEWSEARCH_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon SETTINGS_TOOLBAR;
QTCREATOR_UTILS_EXPORT extern const Icon NEWFILE;
QTCREATOR_UTILS_EXPORT extern const Icon OPENFILE;

View File

@@ -3453,6 +3453,98 @@
width="100%"
height="100%" />
</g>
<g
transform="translate(128)"
id="src/libs/utils/images/settings">
<use
transform="translate(1740,132)"
height="100%"
width="100%"
id="use4105"
xlink:href="#backgroundRect"
y="0"
x="0" />
<circle
style="fill:none;stroke:#000000;stroke-width:1.75"
id="path4133"
cx="1732"
cy="576"
r="3.5" />
<path
style="fill:#000000"
d="m 1733.25,579.5 -0.5,2.5 h -1.5 l -0.5,-2.5 z"
id="path4135"
inkscape:connector-curvature="0"
inkscape:transform-center-y="5.25"
sodipodi:nodetypes="ccccc" />
<use
x="0"
y="0"
xlink:href="#path4135"
inkscape:transform-center-y="3.5355339"
id="use4137"
transform="rotate(45,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="3.5355339" />
<use
x="0"
y="0"
xlink:href="#path4135"
id="use4139"
transform="rotate(90,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="5.25" />
<use
x="0"
y="0"
xlink:href="#path4135"
inkscape:transform-center-y="-3.5355339"
id="use4141"
transform="rotate(135,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="3.5355339" />
<use
x="0"
y="0"
xlink:href="#path4135"
inkscape:transform-center-y="-5.25"
id="use4143"
transform="rotate(-180,1732,576)"
width="100%"
height="100%" />
<use
x="0"
y="0"
xlink:href="#path4135"
inkscape:transform-center-y="-3.5355339"
id="use4145"
transform="rotate(-135,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="-3.5355339" />
<use
x="0"
y="0"
xlink:href="#path4135"
id="use4147"
transform="rotate(-90,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="-5.25" />
<use
x="0"
y="0"
xlink:href="#path4135"
inkscape:transform-center-y="3.5355339"
id="use4149"
transform="rotate(-45,1732,576)"
width="100%"
height="100%"
inkscape:transform-center-x="-3.5355339" />
</g>
</g>
<g
inkscape:groupmode="layer"

Before

Width:  |  Height:  |  Size: 368 KiB

After

Width:  |  Height:  |  Size: 370 KiB