add bars support to gi

same as graphs but also provides solid background under lines
This commit is contained in:
2016-04-16 03:23:28 +03:00
parent d30df9dafc
commit 0e3f83f361
5 changed files with 47 additions and 7 deletions

View File

@ -35,6 +35,7 @@ public:
void setParameters(const QString active, const QString inactive,
const int width, const int height, const int count);
// paint methods
void paintBars(const float &value);
void paintCircle(const float &percent);
void paintGraph(const float &value);
void paintHorizontal(const float &percent);