##// END OF EJS Templates
[VisualizationGraphWidget] Restored box zoom and zones plus refac...
[VisualizationGraphWidget] Restored box zoom and zones plus refac - Box zoom is mostly working - Zones can be drawn again but can't be moved - started to move QCP in pimpl VisualizationGraphWidget shouldn't have to deal with QCP even know that we use QCP Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r877:4dce99ba7a36
r1364:60a7242b38cd
Show More
VariableInspectorTableView.h
14 lines | 367 B | text/x-c | CLexer
/ gui / include / Variable / VariableInspectorTableView.h
#ifndef SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H
#define SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H
#include <QTableView>
class VariableInspectorTableView : public QTableView {
public:
VariableInspectorTableView(QWidget *parent = nullptr);
protected:
void startDrag(Qt::DropActions supportedActions);
};
#endif // SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H