##// END OF EJS Templates
Removed resize hack from chartwidgettest theme change
Removed resize hack from chartwidgettest theme change

File last commit:

r747:917f2d378193
r824:921979357fc9
Show More
chartwidget.h
21 lines | 274 B | text/x-c | CLexer
sauimone
Added bar chart example
r78 #ifndef CHARTWIDGET_H
#define CHARTWIDGET_H
#include <qchartview.h>
QTCOMMERCIALCHART_USE_NAMESPACE
Michal Klocek
Uninfy examples , updated public API changes
r747 class ChartView : public QChartView
sauimone
Added bar chart example
r78 {
Q_OBJECT
public:
Michal Klocek
Uninfy examples , updated public API changes
r747 explicit ChartView(QWidget *parent = 0);
sauimone
Added bar chart example
r78
signals:
public slots:
};
#endif // CHARTWIDGET_H