go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

Emitting signals from Go defined types #108

Open neclepsio opened 9 years ago

neclepsio commented 9 years ago

I cannot find any reference to emitting signals from Go defined types in documentation.

I think the documentation should explain how to make it or report it is not supported.

Anyway, if not supported, it would be cool to add it.

Thanks.

pjoe commented 9 years ago

there is a Changed function for signaling property changes, but I don't see a way of generally emitting signals. Would make a lot of sense to add imo

niemeyer commented 9 years ago

Indeed, it makes sense to have, and it should be supported at some point. It's just not yet there.