##// END OF EJS Templates
Implements OptionalAxis::bounds() method...
Implements OptionalAxis::bounds() method This method will be used to get min/max of th y-axis of a spectrogramm, to use it for setting the Y range of the colormap

File last commit:

r883:4dce99ba7a36
r904:fa55ed58c66a
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