##// END OF EJS Templates
Remove the catalogue from discard or remove button have now the same gui...
Remove the catalogue from discard or remove button have now the same gui behavior

File last commit:

r877:4dce99ba7a36
r1317:232b551e25db
Show More
VariableInspectorTableView.h
14 lines | 367 B | text/x-c | CLexer
/ gui / include / Variable / VariableInspectorTableView.h
Reset of the drag&drop operations when a drag is started from the datasource or from the variables
r877 #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