import QtQuick 2.15 import QtQuick.Controls 2.15 import Bootstrap 5.3 Label { wrapMode: Label.Wrap font { family: Bootstrap.bodyFont.family weight: Bootstrap.bodyFont.weight pointSize: Bootstrap.bodyFont.pointSize } }