##// END OF EJS Templates
Spectrograms implementation (1)...
Spectrograms implementation (1) - Adds ValueType for spectrograms - Inits helper and calls it in the parser

File last commit:

r883:4dce99ba7a36
r990:2da9b0f28a10
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