mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
16 lines
269 B
QML
16 lines
269 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import FluentUI
|
|
|
|
FluWindow {
|
|
id:window
|
|
property bool fixSize
|
|
property bool titleVisible: true
|
|
property bool appBarVisible: true
|
|
|
|
function setHitTestVisible(com){
|
|
}
|
|
function setTitleBarItem(com){
|
|
}
|
|
}
|