Re: [Interest] Model/Views and Drag&Drop actions

2017-03-27 Thread Etienne Sandré-Chardonnal
turn true. Therefore the only other thing is it > is a mime issue? > > *Sent:* Monday, March 27, 2017 at 9:28 AM > *From:* "Etienne Sandré-Chardonnal" > *To:* "interest@qt-project.org" > *Subject:* [Interest] Model/Views and Drag&Drop actions > Dear all, &g

Re: [Interest] Model/Views and Drag&Drop actions

2017-03-27 Thread Jason H
t 9:28 AM From: "Etienne Sandré-Chardonnal" To: "interest@qt-project.org" Subject: [Interest] Model/Views and Drag&Drop actions Dear all,   I have two custom models associated with views and I would like to drag from model A and drop into model B.   Model B has ov

[Interest] Model/Views and Drag&Drop actions

2017-03-27 Thread Etienne Sandré-Chardonnal
Dear all, I have two custom models associated with views and I would like to drag from model A and drop into model B. Model B has overloaded supportedDropActions and returns Qt::LinkAction Model A has overloaded supportedDragActions and returns Qt::MoveAction | Qt::LinkAction This does not work