##// END OF EJS Templates
Spline initial
Spline initial

File last commit:

r280:9b4c1980ee18
r295:698d88c3d4c1
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