##// END OF EJS Templates
Add ownerships takeover to chartaxis
Add ownerships takeover to chartaxis

File last commit:

r198:d1d1af3adb63
r248:ded845353666
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