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