[Qt-qml] Drag and drop status in QML?
Gregory Schlomoff
gregory.schlomoff at gmail.com
Wed Jul 7 06:11:54 CEST 2010
Hi guys,
What is the status of drag and drop support in QML?
Basically, I would like to be able, for any Item, to declare it as a
drop target (maybe by setting a property like acceptDrops to true),
and then, have slots like onDragEnter and onDrop that I could use to
make my Item react to drag and drop.
This seems extremely important, especially for desktop applications.
Is something like that going to be released in 4.7? If so, when will
it be available in the latest snapshot for beta testing?
If there are no plans to support drag and drop officially (yet), what
would you recommend as alternative ways to implement it?
Thanks,
Greg
More information about the Qt-qml
mailing list