mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
15 lines
151 B
QML
15 lines
151 B
QML
import QtQuick
|
|
import FluentUI
|
|
|
|
Window {
|
|
id:window
|
|
width: 400
|
|
height: 400
|
|
visible: true
|
|
|
|
FluButton{
|
|
text:"123"
|
|
}
|
|
|
|
}
|