We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-02-28 16:30:46 +0300

How to quit custom app?

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.

How to quit custom app?app programmatically (Qt)?

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.

How to quit custom app programmatically (Qt)?(Qml)?

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.

[solved] How to quit custom app programmatically (Qml)?

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.