18 #ifndef ELEMENTSTREEVIEW_H 19 #define ELEMENTSTREEVIEW_H 37 void startDrag(Qt::DropActions supportedActions)
override;
41 #endif // ELEMENTSTREEVIEW_H
The ElementsTreeView class This class just reimplement startDrag from QTreeView, for set a custom pix...
ElementsTreeView(QWidget *parent=nullptr)
ElementsTreeView::ElementsTreeView.
virtual void startElementDrag(const ElementsLocation &location)
ElementsTreeView::startElementDrag Build a QDrag according to the content of .
void startDrag(Qt::DropActions supportedActions) override
ElementsTreeView::startDrag Reimplemented from QTreeView.