Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How does qml Wayland Compositor respond to the client's minimization request
-
Hi
I implemented a custom compositor with the wayland compositor qml type provided by the qt5.15 version, but the client's minimization request does not respond, and the corresponding API is not found in the document. How can I implement it?
Seeking for help