mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-01 00:27:32 +08:00
15 lines
154 B
QML
15 lines
154 B
QML
import QtQuick
|
|
import FluentUI
|
|
|
|
FluWindow {
|
|
id:window
|
|
width: 400
|
|
height: 400
|
|
visible: true
|
|
|
|
FluButton{
|
|
text:"123"
|
|
}
|
|
|
|
}
|