所有模块

Qt 基本模块

Qt Essentials 定义了 Qt 在所有平台上的基础。它们在所有支持的开发平台和测试的目标平台上都可用。除了测试模块将保持源代码兼容外,这些模块将在整个 Qt 6 中保持源代码和二进制兼容。

基本模块是通用模块,对大多数 Qt 应用程序都有用。用于特殊目的的模块被视为附加模块,即使它在所有支持的平台上都可用。

注: 二进制兼容性保证不适用于 Qt TestQt Quick Test模块。不过,它们将保持源代码兼容。

Qt 附加模块

Qt附加模块可为特定用途带来额外价值。这些模块可能只适用于某些开发平台。许多附加模块要么功能完备,存在向后兼容性,要么只适用于某些平台。每个附加模块都会单独说明其兼容性承诺。

Qt 安装程序包含下载附加组件的选项。更多信息,请访问Qt 入门页面。

技术预览版中的 Qt 附加组件

以下附加组件仍在开发中,但可作为技术预览版使用:

Qt 扩展模块

Qt 扩展模块为 Qt 带来了额外的功能。它们可能是特定 Qt 版本的一部分,但在发布时间、平台支持、Qt 提供的二进制文件、商业支持或兼容性承诺等方面可能与其他 Qt 模块有所不同。您可以在每个扩展模块的模块文档中找到具体细节。

下一步

我们邀请您探索 Qt 的其他部分。我们准备的概述可帮助您决定使用哪些 API,我们的示例将演示如何使用我们的 API。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.