#include <bar_widget.h>
Public Member Functions | |
| BarWidget (QString label, int value, int total, QColor barColor=Qt::blue, QWidget *parent=nullptr) | |
| QSize | sizeHint () const override |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) override |
Private Attributes | |
| QString | label |
| int | value |
| int | total |
| QColor | barColor |
|
explicit |
|
overrideprotected |
|
override |
|
private |
|
private |
|
private |
|
private |