[Interest] Understanding attached signals

Sze Howe Koh szehowe.koh at gmail.com
Wed Mar 19 12:55:38 CET 2014


On 19 March 2014 19:40, Nicolás Ulrich <nikolaseu at gmail.com> wrote:
> Have you tried something like this?
>
>     Connections {
>         target: box.Drag
>         onDragStarted: console.log("Started (Connections)")
>     }

Thanks. I tried your suggestion, but got these error messages:

file:///.../main.qml:24:2: QML Connections: Cannot assign to
non-existent property "onDragStarted"
file:///.../main.qml:25:11: Unable to assign null to QObject*

The original code produced no error messages.


Regards,
Sze-Howe



More information about the Interest mailing list