##// END OF EJS Templates
QChart and QChartView now has some description for all the functions
QChart and QChartView now has some description for all the functions

File last commit:

r280:9b4c1980ee18
r287:6e151fb989cd
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