Qt Wayland Compositor is a module that provides QML and C++ APIs for developing custom display servers based on the Wayland protocol . The server displays content from client applications that support the Wayland protocol.
The Qt Wayland Compositor API recognizes some environment variables and command-line arguments that can be used to customize its behavior.
--wayland-socket-name
Overrides the default socket name used for communicating with clients.
查看 Qt Wayland Compositor 范例 for a demonstration on how the APIs can be used to write custom display servers.
Qt Wayland Compositor 和 Qt Wayland 集成插件在商业许可下是可用的来自 Qt 公司 。此外,它们是可用的在 GNU LGPL (次一般公共许可) 第 3 版 ,或 GNU GPL (一般公共许可) 第 2 版 。见 Qt 许可 进一步了解细节。
Qt Wayland Compositor 和 Qt Wayland 集成插件所用协议定义遵循以下准许许可:
Wayland IVI Extension Protocol | MIT 许可 |
Wayland Protocol | HPND 许可 |
Wayland 文本输入协议 | HPND 许可 |
Wayland XDG Shell Protocol | MIT 许可 |
The Qt Wayland Compositor API can be used from C++ or QML.