The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.
输入框架使编写自定义输入法 (或集成第 3 方输入引擎) 变得容易。输入法可以采用 C++ 或 QML 实现。
使用 Qt 模块的 C++ API 要求直接 (或透过其它依赖) 链接到模块库。几个构建工具对此有专用支持,包括 CMake and qmake .
使用
find_package()
命令定位所需模块组件在
Qt6
包:
find_package(Qt6 REQUIRED COMPONENTS VirtualKeyboard)
target_link_libraries(mytarget PRIVATE Qt6::VirtualKeyboard)
更多细节,见 构建采用 CMake 概述。
要配置采用 qmake 构建模块,添加模块作为值为
QT
变量在工程的 .pro 文件:
QT += virtualkeyboard
Qt Virtual Keyboard 在商业许可下是可用的来自 Qt 公司 。此外,它是可用的根据 GNU GPL (一般公共许可) 第 3 版 。见 Qt 许可 进一步了解细节。
Furthermore, Qt Virtual Keyboard potentially contains third party modules under the following permissive licenses:
Apache 许可 2.0 | |
Apache 许可 2.0 | |
Apache 许可 2.0 和 BSD 3 条款新 (或修订) 许可 |