W3cubDocs

/Qt 6.9

WaylandClient QML Type

Represents a client connecting to the WaylandCompositor. More...

Import Statement: import QtWayland.Compositor
In C++: QWaylandClient

Properties

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 [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.


© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qtwayland-compositor-waylandclient.html