aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/openUrlExternally.qml
blob: 37b9f513d94bc88da9d00914d0d3b58b5884f41d (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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

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