import QtQuick 2.12 import QtQuick.Controls 2.12 as Controls import Palette 1.0 Controls.Label { font.family: "Roboto" font.pixelSize: 14 font.weight: Font.Normal color: Palette.labelTextColor }