WaylandClient QML Type
代表连接到WaylandCompositor 的客户端...更多...
Import Statement: | import QtWayland.Compositor |
In C++: | QWaylandClient |
属性
- compositor : WaylandCompositor
- groupId : int
- processId : int
- userId : int
方法
详细说明
该类型表示使用 Wayland 协议连接到合成器的客户端。它对应于 Wayland 接口 wl_client。
属性文档
compositor : WaylandCompositor |
此属性表示此WaylandClient 的合成器。
groupId : int |
该属性表示WaylandClient 的组 ID。
processId : int |
该属性表示WaylandClient 的进程 ID。
userId : int |
该属性表示该WaylandClient 的用户 ID。
方法文档
void close() |
关闭客户端
void kill(signal) |
使用指定的signal 关闭客户端。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.