go-qml / qml

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

gallery example: File -> Close not functional #125

Closed tones111 closed 8 years ago

tones111 commented 9 years ago

When trying to close the application with the File -> Close menu item the following is displayed

2014/11/23 16:20:53 qqmlengine.cpp:1754: Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.

Is there a way to programatically close the application window and end the program?