##// END OF EJS Templates
Added some more documentation to QChart and QChartView
r277:704deaf5754b
Show More
custombarset.h
20 lines | 276 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(QObject *parent = 0);
signals:
public slots:
};
#endif // CUSTOMBARSET_H