diff options
author | Olli Werwolff <qt-info@nokia.com> | 2010-02-19 09:54:29 +0100 |
---|---|---|
committer | Olli Werwolff <qt-info@nokia.com> | 2010-02-19 09:55:37 +0100 |
commit | 70b3f0e2b790c3c7d01c5c003ece780136c55c9c (patch) | |
tree | d454185f74c9f15d2427d06628518003870209cb /src/libs/utils/styledbar.h | |
parent | a71b2840788f0a5240244c246d3ffc81f8474a11 (diff) | |
download | qt-creator-70b3f0e2b790c3c7d01c5c003ece780136c55c9c.tar.gz |
Added light colored version of manhattan style's bars
Reviewed-by: jbache
Diffstat (limited to 'src/libs/utils/styledbar.h')
-rw-r--r-- | src/libs/utils/styledbar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/utils/styledbar.h b/src/libs/utils/styledbar.h index b79aa92be0..1daa918f32 100644 --- a/src/libs/utils/styledbar.h +++ b/src/libs/utils/styledbar.h @@ -42,6 +42,10 @@ public: StyledBar(QWidget *parent = 0); void setSingleRow(bool singleRow); bool isSingleRow() const; + + void setLightColored(bool lightColored); + bool isLightColored() const; + protected: void paintEvent(QPaintEvent *event); }; |