forked from qt-creator/qt-creator
Added light colored version of manhattan style's bars
Reviewed-by: jbache
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user