Hello,
Developing an app and having trouble quitting app. Not able to spot it from docs. I'm trying to do it like this:
BackgroundItem {
onClicked: Qt.quit()
Label {
text: "Quit"
}
}
But get following result:
[W] QQmlEnginePrivate::sendQuit:1687 - Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.
![]() | 2 | No.2 Revision |
Hello,
Developing an app and having trouble quitting app. Not able to spot it from docs. I'm trying to do it like this:
BackgroundItem {
onClicked: Qt.quit()
Label {
text: "Quit"
}
}
But get following result:
[W] QQmlEnginePrivate::sendQuit:1687 - Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.
![]() | 3 | No.3 Revision |
Hello,
Developing an app and having trouble quitting app. Not able to spot it from docs. I'm trying to do it like this:
BackgroundItem {
onClicked: Qt.quit()
Label {
text: "Quit"
}
}
But get following result:
[W] QQmlEnginePrivate::sendQuit:1687 - Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.
![]() | 4 | No.4 Revision |
Hello,
Developing an app and having trouble quitting app. Not able to spot it from docs. I'm trying to do it like this:
BackgroundItem {
onClicked: Qt.quit()
Label {
text: "Quit"
}
}
But get following result:
[W] QQmlEnginePrivate::sendQuit:1687 - Signal QQmlEngine::quit() emitted, but no receivers connected to handle it.