QWaylandIviApplication Class
The QWaylandIviApplication class is an extension for embedded-style user interfaces. More...
Header: | #include <QWaylandIviApplication> |
qmake: | QT += waylandcompositor |
Since: | Qt 5.8 |
Detailed Description
The QWaylandIviApplication class is an extension for embedded-style user interfaces.
The QWaylandIviApplication extension provides a way to associate an QWaylandIviSurface with a regular Wayland surface. Using the QWaylandIviSurface interface, the client can identify itself by giving an ivi id, and the compositor can ask the client to resize.
QWaylandIviApplication corresponds to the Wayland ivi_application
interface.