Re: [Development] QtQuick External Drag Drop Partial Patch -- Help Requested

2013-07-24 Thread Chris Meyer
On Wed, Jul 24, 2013 at 1:36 AM, Rutledge Shawn wrote: > > On 23 Jul 2013, at 9:16 PM, Chris Meyer wrote: > > > I've been working on adding support for external drag and drop to > QtQuick. I've created a patch which addresses the basic needs and have used > the resulting capabilities in my non-tri

[Development] QtQuick External Drag Drop Partial Patch -- Help Requested

2013-07-23 Thread Chris Meyer
I've been working on adding support for external drag and drop to QtQuick. I've created a patch which addresses the basic needs and have used the resulting capabilities in my non-trivial application to implement drag and drop between a QtQuick view and a widget. I'll need help on one particular fe