source: trunk/examples/desktop/systray/systray.qrc@ 266

Last change on this file since 266 was 263, checked in by Dmitry A. Kuminov, 16 years ago

examples: desktop/systray: Add a test icon containing 16 and 32 px pixmaps for checking that the system tray selects the correct size and doesn't unnecessarily scale icons.

File size: 242 bytes
Line 
1<!DOCTYPE RCC><RCC version="1.0">
2<qresource prefix="/">
3 <file>images/bad.svg</file>
4 <file>images/heart.svg</file>
5 <file>images/trash.svg</file>
6 <file>images/test16.xpm</file>
7 <file>images/test32.xpm</file>
8</qresource>
9</RCC>
Note: See TracBrowser for help on using the repository browser.