aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/styledbar.h
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2010-02-19 09:54:29 +0100
committerOlli Werwolff <qt-info@nokia.com>2010-02-19 09:55:37 +0100
commit70b3f0e2b790c3c7d01c5c003ece780136c55c9c (patch)
treed454185f74c9f15d2427d06628518003870209cb /src/libs/utils/styledbar.h
parenta71b2840788f0a5240244c246d3ffc81f8474a11 (diff)
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/utils/styledbar.h b/src/libs/utils/styledbar.h
index b79aa92be04..1daa918f326 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);
};