WaylandClient QML Type (Uncreatable)
Represents a client connected to the WaylandCompositor. More...
| Import Statement: | import QtWayland.Compositor |
| In C++: | QWaylandClient |
Note: This is an uncreatable type. It cannot be instantiated in QML.
Properties
- compositor : WaylandCompositor
- groupId : int
- processId : int
- userId : int
Methods
Detailed Description
This type represents a client connected to the compositor using the Wayland protocol. It corresponds to the Wayland interface wl_client.
Property Documentation
compositor : WaylandCompositor [read-only]
This property holds the compositor of this WaylandClient.
groupId : int [read-only]
This property holds the group id of this WaylandClient.
processId : int [read-only]
This property holds the process id of this WaylandClient.
userId : int [read-only]
This property holds the user id of this WaylandClient.
Method Documentation
void close()
Closes the client
void kill(signal)
Kills the client with the specified signal.
© 2026 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.