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

13 lines
175 B
QML

pragma Singleton
import QtQuick
import QtQuick.Controls
import FluentUI.Controls
import FluentUI.impl
QtObject {
id: control
signal goHome(var param)
}