aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml
blob: dc4049c9a30aca935c8f4e0744c08051e70cb7dc (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

QtObject {
    Component.onCompleted: Qt.openUrlExternally("test:url")

    property bool testFile
    onTestFileChanged: Qt.openUrlExternally("test.html")
}