#include <percent_bar_widget.h>
Public Member Functions | |
| PercentBarWidget (QWidget *parent, double initialValue) | |
| void | setValue (double newValue) |
| double | value () const |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) override |
Private Attributes | |
| double | valueToDisplay |
|
explicit |
|
overrideprotected |
|
inline |
|
inline |
|
private |