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