Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.0 Beta
-
VS2010
Description
The QML type DragEvent has a property called "urls" that stores a QList<QUrl> that the documentation calls a "urllist":
http://qt-project.org/doc/qt-5/qml-qtquick-dragevent.html#urls-prop
This type is not exposed to QML itself, so you cannot store the result or emit it in a signal to C++. This is very annoying.
Attachments
Issue Links
- relates to
-
QTBUG-29086 Javascript array operations on QVariantList property do nothing (have fix)
-
- Closed
-
-
QTBUG-31723 QObjectList is not understood by QML2
-
- Closed
-
-
QTBUG-62109 "urls" property from DropArea "dropped" signal can't be saved
-
- Reported
-