aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml-advanced/extended/example.qml
blob: e4af3bec5601aa0d0faf9f8294257f0c3757fdd8 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import examples.extend 1.0

QLineEdit {
    left_margin: 20
}