##// END OF EJS Templates
QDoc to use style sheets...
QDoc to use style sheets Moved qcharts.qdocconf into doc folder. Created draf qdoc documentation for scatter.

File last commit:

r198:d1d1af3adb63
r260:0ff1cb97d473
Show More
multichartwidget.h
18 lines | 249 B | text/x-c | CLexer
Tero Ahola
Added example with multiple chart views
r198 #ifndef MULTICHARTWIDGET_H
#define MULTICHARTWIDGET_H
#include <QWidget>
class MultiChartWidget : public QWidget
{
Q_OBJECT
public:
explicit MultiChartWidget(QWidget *parent = 0);
signals:
public slots:
};
#endif // MULTICHARTWIDGET_H