Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 330 Bytes

QML Drag Drop Between window

in this code you see simple implementation of Drag and Drop between two separate Qwindows. you just need put a QDragAgent in every window that you want has this ability and use GDrager Instead of QML's Drag Type and GDropArea instead of QML's DropArea.

to do list
  • add Linux support