aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/extended/example.qml
blob: 8a0b3193d8130b3ff9bf2154753f5cf4e5f4e62e (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

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