This commit is contained in:
zhuzichu
2023-06-25 19:01:22 +08:00
parent cd577c5599
commit e1096b8e22
5 changed files with 14 additions and 3 deletions

View File

@ -5,7 +5,8 @@ import QtQuick.Layouts
import FluentUI
Window {
id:app
id: app
flags: Qt.SplashScreen
Component.onCompleted: {
FluApp.init(app)
FluTheme.darkMode = FluDarkMode.System

View File

@ -134,6 +134,7 @@ CustomWindow {
FluRemoteLoader{
id:loader
lazy: true
anchors.fill: parent
// source: "http://localhost:9000/RemoteComponent.qml"
source: "https://zhu-zichu.gitee.io/RemoteComponent.qml"