##// END OF EJS Templates
refactoring. QStackedBarSeries and QPercentBarSeries are now derived from QBarSeries.
refactoring. QStackedBarSeries and QPercentBarSeries are now derived from QBarSeries.

File last commit:

r101:5389336c8e0d
r281:d81c37855aff
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)
{
}