StyledBar Class
(Utils::StyledBar)| Inherits: | QWidget |
Public Functions
| StyledBar(QWidget *parent = 0) | |
| bool | isLightColored() const |
| bool | isSingleRow() const |
| void | setLightColored(bool lightColored) |
| void | setSingleRow(bool singleRow) |
- 213 public functions inherited from QWidget
Reimplemented Protected Functions
| virtual void | paintEvent(QPaintEvent *event) |
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 58 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Member Function Documentation
StyledBar::StyledBar(QWidget *parent = 0)
Default constructs an instance of StyledBar.
bool StyledBar::isLightColored() const
bool StyledBar::isSingleRow() const
[virtual protected] void StyledBar::paintEvent(QPaintEvent *event)
void StyledBar::setLightColored(bool lightColored)
See also isLightColored().
void StyledBar::setSingleRow(bool singleRow)
See also isSingleRow().