创建您的第一个应用程序
通过以下教程学习 Qt 和Qt Quick 开发的基础知识,这些教程说明了如何使用 Qt Creator或 Qt Design Studio创建简单的应用程序,并在目标平台上构建和运行它们:
使用 Qt 开发 | 教程 | 示例 |
---|---|---|
Qt Widgets | Qt Widgets 示例 | |
Qt Quick | Qt Quick 示例和教程 | |
Python | Qt for Python 示例 |
如需更全面地了解使用 Qt 6 开发应用程序的各个方面,请参阅Qt 6 QML Book。它侧重于Qt Quick ,但也提供了将 QML 与 C++ 结合使用所需的信息。
以下教程说明了如何使用Qt Creator 或Qt Design Studio 为特定平台开发简单的应用程序:
为以下平台开发 | 教程 | 示例 |
---|---|---|
移动设备 | Qt Creator:加速泡泡 | 移动设备示例 |
嵌入式设备 | ||
微控制器 | Qt Design Studio:洗衣机用户界面 | Qt Quick Ultralite 示例 |
要查看所有 Qt 示例的列表,请参阅所有 Qt 示例。
您可以访问qt.io/courses上的学习路径和教程,进一步了解如何创建 Qt 应用程序:
如果你更愿意使用 Microsoft Visual Studio 进行开发,你可以直接从 Visual Studio 安装Qt VS Tools。
注意: 将项目构建目录添加到系统上运行的任何防病毒程序的排除目录列表中。
现在,我们要送你踏上探索 Qt 的旅程。
© 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.