AicsKnowledgeBase_client/AicsKnowledgeBase/qml/page/HomePage.qml

32 lines
471 B
QML
Raw Normal View History

2023-06-21 21:33:52 +08:00
import QtQuick
import QtQuick.Layouts
import QtQuick.Window
import QtQuick.Controls
import QtQuick.Controls.Basic
import FluentUI
FluArea{
property string url: ''
Layout.fillWidth: true
Layout.fillHeight: true
paddings: 10
Layout.topMargin: 20
FluText{
Layout.topMargin: 20
2023-06-30 23:31:28 +08:00
text: "Home"
2023-06-21 21:33:52 +08:00
}
}
//FluScrollablePage{
// Rectangle {
// Layout.fillWidth: true
// height: 200
// color: "red"
// }
//}