WaylandClient QML Type
Represents a client connecting to the WaylandCompositor. More...
Import Statement: | import QtWayland.Compositor 1.15 |
Since: | Qt 5.8 |
Instantiates: | QWaylandClient |
Properties
- compositor : WaylandCompositor
- groupId : int
- processId : int
- userId : int
Methods
Detailed Description
This type represents a client connecting to the compositor using the Wayland protocol. It corresponds to the Wayland interface wl_client.
Property Documentation
compositor : WaylandCompositor |
This property holds the compositor of this WaylandClient.
This property holds the group id of this WaylandClient.
This property holds the process id of this WaylandClient.
This property holds the user id of this WaylandClient.