aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlextensionplugin/data/dummy.qml
blob: e555405535ce5b5f0c08892c07502a40fa90bc21 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick

Item {
    width: 640
    height: 480
    visible: true
}