##// 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:

r280:9b4c1980ee18
r281:d81c37855aff
Show More
custombarset.h
20 lines | 290 B | text/x-c | CLexer
#ifndef CUSTOMBARSET_H
#define CUSTOMBARSET_H
#include <qbarset.h>
QTCOMMERCIALCHART_USE_NAMESPACE
class CustomBarSet : public QBarSet
{
Q_OBJECT
public:
explicit CustomBarSet(QString name, QObject *parent = 0);
signals:
public slots:
};
#endif // CUSTOMBARSET_H