#8859 Add drop target for calculation variables

This commit is contained in:
Magne Sjaastad
2022-04-30 15:19:24 +02:00
parent feb1c417c5
commit bb6ca0848d
7 changed files with 66 additions and 6 deletions

View File

@@ -56,6 +56,8 @@ public:
static bool handleGenericDropEvent( QEvent* event, std::vector<caf::PdmObjectHandle*>& droppedObjects );
static std::vector<caf::PdmObjectHandle*> convertToObjects( const QMimeData* mimeData );
protected:
Qt::DropActions supportedDropActions() const override;
Qt::ItemFlags flags( const QModelIndex& index ) const override;