aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/registerextended.qml
blob: 74095f83f14d6be6f537520a15d825fa47262e61 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import TestExtension

TestWidget {
    id: widget1
    leftMargin: 10
}