##// END OF EJS Templates
Restored bar series in chartwidgettest
Restored bar series in chartwidgettest

File last commit:

r276:d062a7f38647
r279:22961f3dbd96
Show More
custombarset.h
20 lines | 276 B | text/x-c | CLexer
sauimone
updated barchart examples. minor fixes
r276 #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