##// END OF EJS Templates
Removed hack from QCustomPlot, moved to QCustomPlotVect class.
Removed hack from QCustomPlot, moved to QCustomPlotVect class.

File last commit:

r7:6e23aedd1ca8 default
r7:6e23aedd1ca8 default
Show More
cassinitoolsgui.h
30 lines | 512 B | text/x-c | CLexer
#ifndef CASSINITOOLSGUI_H
#define CASSINITOOLSGUI_H
#include <QWidget>
#include <filebrowser.h>
namespace Ui {
class CassiniToolsGUI;
}
class CassiniToolsGUI : public QWidget
{
Q_OBJECT
public:
explicit CassiniToolsGUI(QWidget *parent = 0);
~CassiniToolsGUI();
protected:
void changeEvent(QEvent *e);
private slots:
void addFolderView();
void plotFile(const QString &File);
private:
Ui::CassiniToolsGUI *ui;
QList<FileBrowser*> fileBrowsers;
};
#endif // CASSINITOOLSGUI_H