aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.qrc
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2015-11-11 19:26:58 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2015-12-03 11:30:50 +0000
commit37c1823974bb11e59c820804df886c67e18deed0 (patch)
treed39f175c06868cef2251538cf6822df65fcc304d /src/plugins/debugger/debugger.qrc
parent0f50c41d059b5bffb455b76b096de92c6a79dbff (diff)
Flat and themeable side bar icons
This patch adds flat side bar icons according to http://blog.qt.io/blog/author/didesous/ The flat icons are supposed to be opt-in, via the theme flag "FlatSideBarIcons=true". It is false by default for the default theme for now. Change-Id: I1cbe69d4e138d5d23c0172a374933ac7a4ce8a5b Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debugger.qrc')
-rw-r--r--src/plugins/debugger/debugger.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/debugger/debugger.qrc b/src/plugins/debugger/debugger.qrc
index a61acc6d8b..00d902ea0d 100644
--- a/src/plugins/debugger/debugger.qrc
+++ b/src/plugins/debugger/debugger.qrc
@@ -3,8 +3,14 @@
<file>images/category_debug.png</file>
<file>images/debugger_breakpoints.png</file>
<file>images/debugger_continue.png</file>
+ <file>images/debugger_continue@2x.png</file>
+ <file>images/debugger_continue_mask.png</file>
+ <file>images/debugger_continue_mask@2x.png</file>
<file>images/debugger_empty_14.png</file>
<file>images/debugger_interrupt.png</file>
+ <file>images/debugger_interrupt@2x.png</file>
+ <file>images/debugger_interrupt_mask.png</file>
+ <file>images/debugger_interrupt_mask@2x.png</file>
<file>images/debugger_reversemode_16.png</file>
<file>images/debugger_singleinstructionmode.png</file>
<file>images/debugger_singleinstructionmode@2x.png</file>
@@ -30,6 +36,8 @@
<file>images/location_24.png</file>
<file>images/mode_debug.png</file>
<file>images/mode_debug@2x.png</file>
+ <file>images/mode_debug_mask.png</file>
+ <file>images/mode_debug_mask@2x.png</file>
<file>images/pin.xpm</file>
<file>images/qml/select.png</file>
<file>images/qml/app-on-top.png</file>