summaryrefslogtreecommitdiff
path: root/src/tools/qml2puppet/runnerconf/qmlruntime/default.qml
blob: 961f2a890bdfaa7c71b885902bd1783b78f39e39 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QmlRuntime.QmlConfiguration 1.0

Configuration {
    PartialScene {
        itemType: "QQuickItem"
        container: Qt.resolvedUrl("content/resizeItemToWindow.qml")
    }
}