wireshark/image/wsicon.qrc
Gerald Combs 2474af635d 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>
2014-09-22 16:37:27 +00:00

23 lines
712 B
Text

<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>