DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.17%2Bdfsg-1 / tests / auto / qml / qmllint / data / Dialog.qml
12345678910
import QtQuick 2.12 Item { id: control property Text header header: Text { font.bold: true padding: 12 } }