aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-09-21 13:28:29 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-22 16:37:27 +0000
commit2474af635d2bf2406e27150050f5508083010352 (patch)
tree980325b24b403dec2f728a98de33f377b506749c /image
parent19d55ca5a2f83b0711dbcf6b7ea5393d0dd534b1 (diff)
Qt: Use wsiconcap while we're capturing.
Set the main window icon to the "wsiconcap" version while we're capturing similar to the GTK+ version. Verified on Windows. Not sure if this will do anything on other platforms. Change-Id: I9b082601a2c47e5f52cc38ac8d9b4d9f5fb9a4d9 Reviewed-on: https://code.wireshark.org/review/4230 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image')
-rw-r--r--image/wsicon.qrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/image/wsicon.qrc b/image/wsicon.qrc
new file mode 100644
index 0000000000..1e833e72ab
--- /dev/null
+++ b/image/wsicon.qrc
@@ -0,0 +1,22 @@
+<RCC>
+ <qresource prefix="/wsicon">
+ <file>wsiconcap16.png</file>
+ <file>wsiconcap24.png</file>
+ <file>wsiconcap32.png</file>
+ <file>wsiconcap48.png</file>
+ <file>wsiconcap64.png</file>
+ <file>wsiconcap128.png</file>
+ <file>wsiconcap256.png</file>
+ <file>wsiconcap512.png</file>
+ <file>wsiconcap1024.png</file>
+ <file>wsicon16.png</file>
+ <file>wsicon24.png</file>
+ <file>wsicon32.png</file>
+ <file>wsicon48.png</file>
+ <file>wsicon64.png</file>
+ <file>wsicon128.png</file>
+ <file>wsicon256.png</file>
+ <file>wsicon512.png</file>
+ <file>wsicon1024.png</file>
+ </qresource>
+</RCC>