##// END OF EJS Templates
plot view export works on cassini fgm data.
plot view export works on cassini fgm data.

File last commit:

r6:665de41c4c74 default
r8:c56bc5e5916b default
Show More
pyqlop.h
13 lines | 254 B | text/x-c | CLexer
Added Python Console and some Wrappers....
r5 #ifndef PYQLOP
#define PYQLOP
#include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
#include "qlopservice.h"
#include "qlopdata.h"
#include "SocExplorerPlot.h"
A lot of refactoring:...
r6 #include "filebrowser.h"
#include "qlopdata.h"
#include "qcustomplot.h"
Added Python Console and some Wrappers....
r5
#endif // PYQLOP