##// END OF EJS Templates
Updates access to y-axis properties of the data series (1)...
Updates access to y-axis properties of the data series (1) Creates dedicated methods to get unit and bounds

File last commit:

r883:4dce99ba7a36
r962:c88ce6c8823b
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