Drag qml element outside the application window
-
Hello guys
I would like to ask for advice. I'm developing a multi tab application and the user should be able to drag tab (from QML point of view, tab is a mix of Rectangles/Images/etc elements) outside the main application window, drop it and as a result a new window should be opened (similar to Chrome/Sublime text/etc) . Maybe someone can recommend how it's possible to implement such functionality in QML?
Thanks a lot. -
Ladies & Gentlemen, maybe someone knows a way how to drag a QML object (or I can create a new type based on QQuickItem ) outside a window? By default such objects are just disappeared when you move it outside. Any ideas would be really appreciated. Thanks
-
Did you already check out the improved Drag and Drop functionality in Qt 5.2 ?
-
Yep, I've used it
-
Hi,
External drag-drop still doesn't work atleast on Ubuntu 14.04. See QTBUG-41133.