aboutsummaryrefslogtreecommitdiffstats
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-28 12:00:44 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-28 19:09:52 +0000
commit0b03183f0ae5746b232eea4172dcae717e16c6a8 (patch)
tree62c2de06071d8d0bb857a9be712b269ec3f8edd1 /image/toolbar.qrc
parente86553e13cea47896ca23811531c447368112256 (diff)
Qt: Add a set of 2x 16-pixel toolbar icons.
Optimize the toolbar PNGs. To do: The rest of the PNGs. Change-Id: Ieed8b0d099655994d43cdc9cf6c9a094d84c1802 Reviewed-on: https://code.wireshark.org/review/4978 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc23
1 files changed, 22 insertions, 1 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 695f52d89f..2fc46fcb53 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -10,24 +10,45 @@
</qresource>
<qresource prefix="/icons">
<file>toolbar/16x16/edit-find.png</file>
+ <file>toolbar/16x16/edit-find@2x.png</file>
<file>toolbar/16x16/go-first.png</file>
+ <file>toolbar/16x16/go-first@2x.png</file>
<file>toolbar/16x16/go-jump.png</file>
+ <file>toolbar/16x16/go-jump@2x.png</file>
<file>toolbar/16x16/go-last.png</file>
+ <file>toolbar/16x16/go-last@2x.png</file>
<file>toolbar/16x16/go-next.png</file>
+ <file>toolbar/16x16/go-next@2x.png</file>
<file>toolbar/16x16/go-previous.png</file>
+ <file>toolbar/16x16/go-previous@2x.png</file>
<file>toolbar/16x16/x-capture-file-close.png</file>
- <file>toolbar/16x16/x-capture-file-reload.png</file>
+ <file>toolbar/16x16/x-capture-file-close@2x.png</file>
<file>toolbar/16x16/x-capture-file-save.png</file>
+ <file>toolbar/16x16/x-capture-file-save@2x.png</file>
+ <file>toolbar/16x16/x-capture-file-reload.png</file>
+ <file>toolbar/16x16/x-capture-file-reload@2x.png</file>
<file>toolbar/16x16/x-capture-options.png</file>
+ <file>toolbar/16x16/x-capture-options@2x.png</file>
<file>toolbar/16x16/x-capture-restart.png</file>
+ <file>toolbar/16x16/x-capture-restart@2x.png</file>
<file>toolbar/16x16/x-capture-start.on.png</file>
+ <file>toolbar/16x16/x-capture-start.on@2x.png</file>
<file>toolbar/16x16/x-capture-start.png</file>
+ <file>toolbar/16x16/x-capture-start@2x.png</file>
<file>toolbar/16x16/x-capture-stop.png</file>
+ <file>toolbar/16x16/x-capture-stop@2x.png</file>
<file>toolbar/16x16/x-colorize-packets.png</file>
+ <file>toolbar/16x16/x-colorize-packets@2x.png</file>
<file>toolbar/16x16/x-resize-columns.png</file>
+ <file>toolbar/16x16/x-resize-columns@2x.png</file>
+ <file>toolbar/16x16/x-stay-last.png</file>
+ <file>toolbar/16x16/x-stay-last@2x.png</file>
<file>toolbar/16x16/zoom-in.png</file>
+ <file>toolbar/16x16/zoom-in@2x.png</file>
<file>toolbar/16x16/zoom-original.png</file>
+ <file>toolbar/16x16/zoom-original@2x.png</file>
<file>toolbar/16x16/zoom-out.png</file>
+ <file>toolbar/16x16/zoom-out@2x.png</file>
<file>toolbar/24x24/edit-find.png</file>
<file>toolbar/24x24/edit-find@2x.png</file>
<file>toolbar/24x24/go-first.png</file>