##// END OF EJS Templates
First version of the gse-lesia module...
First version of the gse-lesia module Slight changes on the rmapplugin

File last commit:

r23:23c09fe5a8b6 default
r23:23c09fe5a8b6 default
Show More
wfplot.h
25 lines | 373 B | text/x-c | CLexer
#ifndef WFPLOT_H
#define WFPLOT_H
#include <QWidget>
#include <QVBoxLayout>
#include <lppmonplot.h>
class WFPlot : public QWidget
{
Q_OBJECT
public:
explicit WFPlot(QWidget *parent = 0);
void displayOnPlot(short *data, unsigned int size);
LppMonPlot *customPlot;
QVBoxLayout *mainLayout;
signals:
public slots:
};
#endif // WFPLOT_H