FluentUI/Gallery/res/qml/window/MainPageWindow.qml
yxdy ff15075c79
Some checks are pending
Gallery App Build / macOS (push) Waiting to run
Gallery App Build / Windows (push) Waiting to run
Gallery App Build / Ubuntu (push) Waiting to run
修改样式
2025-03-07 16:23:09 +08:00

31 lines
653 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
minimumWidth: 800
initialItem: R.resolvedUrl("res/qml/screen/MainPageScreen.qml")
// ColumnLayout{
// TitleBar {
// Layout.fillWidth: true
// Layout.topMargin: -6
// }
// }
}