##// END OF EJS Templates
Introducing vertical and horizontal factors to control the position of the pie.
Introducing vertical and horizontal factors to control the position of the pie.

File last commit:

r101:5389336c8e0d
r454:06980850b7dd
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
percent bar chart
r101 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}