##// END OF EJS Templates
PySide2 bindings + some GUI clean...
PySide2 bindings + some GUI clean - simple Python plugin with scalar product works - launcher args are forwarded to SciQLop app, this allow to choose between wayland and xcb for example - removed all not implemented widgets on main GUI - moved all widgets except plots into QDocWidgets Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1477:70de8bd3d575
r1478:6e3f56cd8c8b
Show More
bindings.h
12 lines | 340 B | text/x-c | CLexer
#ifndef SCIQLOP_BINDINGS_H
#define SCIQLOP_BINDINGS_H
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
#include "../include/MainWindow.h"
#include "PyDataProvider.h"
#include "numpy_wrappers.h"
#include <Data/IDataProvider.h>
#include <Data/ScalarTimeSerie.h>
#include <SqpApplication.h>
#endif // SCIQLOP_BINDINGS_H