diff options
author | Alessandro Portale <alessandro.portale@theqtcompany.com> | 2016-04-20 16:12:42 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@theqtcompany.com> | 2016-04-21 15:57:56 +0000 |
commit | 5e32183c9b5da75118435bc67addbd03888fab8a (patch) | |
tree | c3b6a15e044b2d762d8063f23692295bb0c1d000 /src/libs/utils/icon.h | |
parent | 250c77a9a30d057dede119dafdfd06260443a43f (diff) | |
download | qt-creator-5e32183c9b5da75118435bc67addbd03888fab8a.tar.gz |
Theme: Separate run/stop/interrupt icons in menus
And for that, we also need separate theme color roles.
Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec
Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/icon.h')
-rw-r--r-- | src/libs/utils/icon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/utils/icon.h b/src/libs/utils/icon.h index be012d3fea..e05a4edd44 100644 --- a/src/libs/utils/icon.h +++ b/src/libs/utils/icon.h @@ -52,7 +52,8 @@ public: DropShadow = 2, PunchEdges = 4, - ToolBarStyle = Tint | DropShadow | PunchEdges + ToolBarStyle = Tint | DropShadow | PunchEdges, + MenuTintedStyle = Tint | PunchEdges }; Q_DECLARE_FLAGS(IconStyleOptions, IconStyleOption) |