FluentUI/Gallery/res/qml/window/MainPageWindow.qml
yxdy aa9180d289
Some checks failed
Gallery App Build / Windows (push) Has been cancelled
Gallery App Build / macOS (push) Has been cancelled
Gallery App Build / Ubuntu (push) Has been cancelled
fix: 修改样式
2025-02-19 09:20:59 +08:00

29 lines
628 B
QML

import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
import FluentUI.Controls
import FluentUI.impl
import Gallery
import "../component"
MyFramelessWindow {
id: window
title: "AntsEV Studio"
width: 1200
height: 700
visible: true
fitsAppBarWindows: false
launchMode: WindowType.SingleInstance
windowEffect: Global.windowEffect
autoDestroy: true
initialItem: R.resolvedUrl("res/qml/screen/MainPageScreen.qml")
// ColumnLayout{
// TitleBar {
// Layout.fillWidth: true
// Layout.topMargin: -6
// }
// }
}