##// END OF EJS Templates
drop of product on the visu
drop of product on the visu

File last commit:

r862:e45b43f0766d
r875:4aae8a8d06e9 DropProductOnVisu...
Show More
DataSourceTreeWidget.h
14 lines | 353 B | text/x-c | CLexer
/ gui / include / DataSource / DataSourceTreeWidget.h
Drag of product
r862 #ifndef SCIQLOP_DATASOURCETREEWIDGET_H
#define SCIQLOP_DATASOURCETREEWIDGET_H
#include <QTreeWidget>
class DataSourceTreeWidget : public QTreeWidget {
public:
DataSourceTreeWidget(QWidget *parent);
protected:
QMimeData *mimeData(const QList<QTreeWidgetItem *> items) const override;
};
#endif // SCIQLOP_DATASOURCETREEWIDGET_H