Qt 6.11 is out! See what's new in the release
blog
Incorrect documentation on DragEvent
QML and Qt Quick
1
Posts
1
Posters
657
Views
1
Watching
-
This is in reference to:
http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-dragevent.htmlThese are the properties described in the reference:
accepted, action, drag.source, keys, supportedActions, x, yThese are the methods:
accept(), accept(enumeration action)This is what I see when I click all properties and methods, including those that are inherited. However setting a breakpoint and reviewing the drop object, I see:
acceptProposedAction, formats, getDataAsString, hasColor, hasHtml, hasText, hasUrls, html, objectName, proposedAction, test, urls
And most importantly, I don't see drag.source but a property called 'source' which for some reason is always null.