Hello,
QML Drag is not good ,up to now. I can’t drag and drop to external application and I have my own purpose to use C++ . I have just figured the solution . I just use QQuickItem::ungrabMouse() to ungrab the mouse on My rectangle in C++ code . So, after I drop the rectangle , the mouse won’t affect on the old rectangle .
Anyways, thanks for your help .
↧