Added light colored version of manhattan style's bars

Reviewed-by: jbache
This commit is contained in:
Olli Werwolff
2010-02-19 09:54:29 +01:00
parent a71b284078
commit 70b3f0e2b7
5 changed files with 132 additions and 72 deletions

View File

@@ -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);
};