aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Dialog.qml
blob: bde8eae18b87cc63cb66e7e30207dc5c0af10bd0 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.12

Item {
    id: control
    property Text header
    header: Text {
        font.bold: true
        padding: 12
    }
}