import QtQuick import FluentUI FluWindow { id:window width: 400 height: 400 visible: true FluButton{ text:"123" } }