StyledBar Class

(Utils::StyledBar)

Public Functions

StyledBar(QWidget *parent = 0)
bool isLightColored() const
bool isSingleRow() const
void setLightColored(bool lightColored)
void setSingleRow(bool singleRow)

Protected Functions

void paintEvent(QPaintEvent *event)

Member Function Documentation

StyledBar::StyledBar(QWidget *parent = 0)

Default constructs an instance of StyledBar.

bool StyledBar::isLightColored() const

bool StyledBar::isSingleRow() const

[protected] void StyledBar::paintEvent(QPaintEvent *event)

void StyledBar::setLightColored(bool lightColored)

See also isLightColored().

void StyledBar::setSingleRow(bool singleRow)

See also isSingleRow().