forked from qt-creator/qt-creator
Utils: Add a "snapshot" icon
Change-Id: Ife531bb493aa22db660e73d9e5b89bc882fac610 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
BIN
src/libs/utils/images/snapshot.png
Normal file
BIN
src/libs/utils/images/snapshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 B |
BIN
src/libs/utils/images/snapshot@2x.png
Normal file
BIN
src/libs/utils/images/snapshot@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 B |
@@ -159,5 +159,7 @@
|
|||||||
<file>images/iconoverlay_warning_background@2x.png</file>
|
<file>images/iconoverlay_warning_background@2x.png</file>
|
||||||
<file>images/bookmark.png</file>
|
<file>images/bookmark.png</file>
|
||||||
<file>images/bookmark@2x.png</file>
|
<file>images/bookmark@2x.png</file>
|
||||||
|
<file>images/snapshot.png</file>
|
||||||
|
<file>images/snapshot@2x.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -63,6 +63,8 @@ const Icon BOOKMARK_TOOLBAR({
|
|||||||
{QLatin1String(":/utils/images/bookmark.png"), Theme::IconsBaseColor}});
|
{QLatin1String(":/utils/images/bookmark.png"), Theme::IconsBaseColor}});
|
||||||
const Icon BOOKMARK_TEXTEDITOR({
|
const Icon BOOKMARK_TEXTEDITOR({
|
||||||
{QLatin1String(":/utils/images/bookmark.png"), Theme::Bookmarks_TextMarkColor}}, Icon::Tint);
|
{QLatin1String(":/utils/images/bookmark.png"), Theme::Bookmarks_TextMarkColor}}, Icon::Tint);
|
||||||
|
const Icon SNAPSHOT_TOOLBAR({
|
||||||
|
{QLatin1String(":/utils/images/snapshot.png"), Theme::IconsBaseColor}});
|
||||||
|
|
||||||
const Icon NEWFILE({
|
const Icon NEWFILE({
|
||||||
{QLatin1String(":/utils/images/filenew.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
{QLatin1String(":/utils/images/filenew.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||||
|
@@ -48,6 +48,7 @@ QTCREATOR_UTILS_EXPORT extern const Icon ERROR;
|
|||||||
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK;
|
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TOOLBAR;
|
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TOOLBAR;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TEXTEDITOR;
|
QTCREATOR_UTILS_EXPORT extern const Icon BOOKMARK_TEXTEDITOR;
|
||||||
|
QTCREATOR_UTILS_EXPORT extern const Icon SNAPSHOT_TOOLBAR;
|
||||||
|
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon NEWFILE;
|
QTCREATOR_UTILS_EXPORT extern const Icon NEWFILE;
|
||||||
QTCREATOR_UTILS_EXPORT extern const Icon OPENFILE;
|
QTCREATOR_UTILS_EXPORT extern const Icon OPENFILE;
|
||||||
|
@@ -3633,6 +3633,47 @@
|
|||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccc" />
|
sodipodi:nodetypes="ccc" />
|
||||||
</g>
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(112,0)"
|
||||||
|
style="display:inline;fill:#ffffff"
|
||||||
|
id="src/libs/utils/images/snapshot">
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1"
|
||||||
|
x="1228"
|
||||||
|
y="568"
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
id="rect6782-96-0-0-7-8-1-0-4-0-1-7-9" />
|
||||||
|
<path
|
||||||
|
style="stroke:#000000"
|
||||||
|
d="m 1234.5,572.5 1.5,-2 2,0 1.5,2"
|
||||||
|
id="path5235"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="stroke:#000000"
|
||||||
|
d="m 1229.5,581.5 13,0 0,-9 -13,0 z"
|
||||||
|
id="path5231"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<circle
|
||||||
|
style="stroke:#000000"
|
||||||
|
id="path5233"
|
||||||
|
cx="1237"
|
||||||
|
cy="577"
|
||||||
|
r="2.5" />
|
||||||
|
<path
|
||||||
|
style="stroke:#000000"
|
||||||
|
d="m 1231.5,574 0,6"
|
||||||
|
id="path5237"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="stroke:#000000"
|
||||||
|
d="m 1230,572 3,0"
|
||||||
|
id="path5254"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
|
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 220 KiB |
Reference in New Issue
Block a user