##// END OF EJS Templates
Adds scroll support...
Adds scroll support * adds scroll animation * adds simple left,right,up,down key handling * adds ticks handling to domain

File last commit:

r486:7ab45bf9f776
r531:64f37cf5241e
Show More
multichartwidget.h
18 lines | 249 B | text/x-c | CLexer
#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