custombarset.h
20 lines
| 276 B
| text/x-c
|
CLexer
sauimone
|
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 | ||||