QWaylandShellSurface Class▲
-
Header: QWaylandShellSurface
-
Since: Qt 5.8
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Waylandcompositor)
target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor)
-
qmake: QT += waylandcompositor
-
Inherited By:
-
Instantiated By: qml-qtwayland-compositor-shellsurface.xml
-
Inherited By:
Detailed Description▲
This interface represents a Wayland surface role given by a Wayland protocol extension that defines how the QWaylandSurface should map onto the screen.
See Also▲
See also QWaylandSurface, QWaylandWlShellSurface, QWaylandIviSurface
Property Documentation▲
[read-only] windowType : const Qt::WindowType▲
This property holds the window type of the QWaylandShellSurface.
Access functions:
-
virtual windowType() const
Notifier signal:
-
void windowTypeChanged()