summaryrefslogtreecommitdiff
path: root/image/toolbar.qrc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-23 13:35:10 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-23 22:32:53 +0000
commit31e86998fbaaa4e82e0c502249671025c587ef50 (patch)
tree632b25070763766d51bbc2d291b3022f8ec47352 /image/toolbar.qrc
parent3a85a5eb96aff95b1711961708b863a556d461f1 (diff)
downloadwireshark-31e86998fbaaa4e82e0c502249671025c587ef50.tar.gz
Qt: Add zoom and column resize actions.
Plumb signals and slots for changing the text size in the main window. Remove the bold font code from WiresharkApplication. It was only used in ByteViewText. Adjust the icons a bit. Bug: When we change the font preferences the packet list stops drawing cached strings. I haven't been able to track down the cause. Change-Id: I609d740c9f26265628fa4b7de1b75b0e56651387 Reviewed-on: https://code.wireshark.org/review/4269 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/toolbar.qrc')
-rw-r--r--image/toolbar.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index da3ca10d4e..9234cc1b59 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -24,6 +24,10 @@
<file>toolbar/16x16/x-capture-start.png</file>
<file>toolbar/16x16/x-capture-stop.png</file>
<file>toolbar/16x16/x-colorize-packets.png</file>
+ <file>toolbar/16x16/x-resize-columns.png</file>
+ <file>toolbar/16x16/zoom-in.png</file>
+ <file>toolbar/16x16/zoom-original.png</file>
+ <file>toolbar/16x16/zoom-out.png</file>
<file>toolbar/24x24/edit-find.png</file>
<file>toolbar/24x24/go-first.png</file>
<file>toolbar/24x24/go-jump.png</file>
@@ -39,5 +43,9 @@
<file>toolbar/24x24/x-capture-start.png</file>
<file>toolbar/24x24/x-capture-stop.png</file>
<file>toolbar/24x24/x-colorize-packets.png</file>
+ <file>toolbar/24x24/x-resize-columns.png</file>
+ <file>toolbar/24x24/zoom-in.png</file>
+ <file>toolbar/24x24/zoom-original.png</file>
+ <file>toolbar/24x24/zoom-out.png</file>
</qresource>
</RCC>