import QtQuick 2.15 import QtQuick.Controls 2.15 import QML_Balancer 1.0 Label { width: Constants.width height: Constants.height font.weight: Font.Normal font.pointSize: 40 verticalAlignment: Text.AlignVCenter }