annotate Feedworm.qrc @ 207:c694bfb732bc

implement zooming the web view
author dirk
date Wed, 25 Jul 2012 01:49:28 +0200
parents c345a26febc2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 <RCC>
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 <qresource prefix="newPrefix">
207
c694bfb732bc implement zooming the web view
dirk
parents: 193
diff changeset
3 <file>zoom_in.png</file>
c694bfb732bc implement zooming the web view
dirk
parents: 193
diff changeset
4 <file>zoom_out.png</file>
193
c345a26febc2 add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 115
diff changeset
5 <file>mark_selected_read.jpg</file>
c345a26febc2 add a toolbar icon for marking selected entries as read
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 115
diff changeset
6 <file>mark_all_read.jpg</file>
115
e9145e8dd698 add a toolbar with actions
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 41
diff changeset
7 <file>open_in_browser.png</file>
41
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 <file>worm.png</file>
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 </qresource>
9fa1e33b67da use Qt resources for window icons
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 </RCC>