FluentUI/example/qml-Qt6/component/CustomWindow.qml

16 lines
269 B
QML
Raw Normal View History

2023-08-24 15:50:37 +08:00
import QtQuick
import QtQuick.Layouts
import FluentUI
FluWindow {
id:window
property bool fixSize
2023-10-08 18:19:08 +08:00
property bool titleVisible: true
2023-08-24 15:50:37 +08:00
property bool appBarVisible: true
2023-10-08 18:19:08 +08:00
2023-08-24 15:50:37 +08:00
function setHitTestVisible(com){
}
function setTitleBarItem(com){
}
}