import QtQuick import qs.Commons // Small-caps-style label that introduces a panel section ("DNS provider", // "Wi-Fi networks", "Output device", "Paired devices"). Sits between a // PanelSeparator and the content rows. Text { id: root property color foreground: Color.foreground property string fontFamily: Style.font.family property real fontSize: Style.font.caption color: Qt.darker(foreground, 1.4) font.family: fontFamily font.pixelSize: fontSize font.bold: true }