import QtQuick 2.15 import FluentUI 1.0 Item { width: 500 height: 500 FluText{ text:"Display" fontStyle: FluText.Display anchors.centerIn: parent } }