FluentUI/example/qml/TestWindow.qml
2023-05-12 19:26:49 +08:00

15 lines
154 B
QML

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