summaryrefslogtreecommitdiff
path: root/examples/qml/referenceexamples/extended/example.qml
blob: 8a628de26a28ef26f2cf040a7e215cd4c9e7d6d2 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import People 1.0

// ![0]
QLineEdit {
    leftMargin: 20
}
// ![0]