2 import QtQuick.Controls 2.15
5 height: style.nodeHeaderHeight
7 radius: style.nodeBorderRadius
8 color: style.nodeHeaderBackgroundColor
13 anchors.topMargin: style.nodeBorderRadius
14 color: style.nodeHeaderBackgroundColor
15 gradient: style.nodeHeaderBackgroundGradient
19 elide: Text.ElideRight
22 horizontalAlignment: Text.AlignHCenter