aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlextensionplugin/data/dummy.qml
blob: f8169bd6aab98953ab156c5a05d8b3264e710293 (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 BSD-3-Clause

import QtQuick

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