Skip to content

MAC OS 13.6.5 (22G621) qml(6.6.2) 系统按钮有bug #60

@yansong1221

Description

@yansong1221

Component.onCompleted: {
console.log("Current platform: " + Qt.platform.os);

    windowAgent.setup(root.window);
    windowAgent.setTitleBar(root);
    windowAgent.setHitTestVisible(stayTopButton);
    if (root.isOSX)
        windowAgent.setSystemButtonArea(macSystemButton);
    //root.window.stayTop = true;
}

这样显示不出来调整下WindowStaysOnTopHint 它就出来了

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions