- Qt 5 Blueprints
- Symeon Huang
- 107字
- 2021-07-23 19:48:15
Preface
Qt has been developed as a cross-platform framework and has been provided free to the public for years. It's mainly used to build GUI applications. It also provides thousands of APIs for easier development.
Qt 5, the latest major version of Qt, has once again proven to be the most popular cross-platform toolkit. With all these platform-independent classes and functions, you only need to code once, and then you can make it run everywhere.
In addition to the traditional and powerful C++, Qt Quick 2, which is more mature, can help web developers to develop dynamic and reliable applications, since QML is very similar to JavaScript.
推薦閱讀
- PHP動態網站程序設計
- Unity 2020 By Example
- 垃圾回收的算法與實現
- SQL學習指南(第3版)
- Python程序設計
- Podman實戰
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Microsoft Azure Storage Essentials
- Visual Foxpro 9.0數據庫程序設計教程
- Django實戰:Python Web典型模塊與項目開發
- 深度學習原理與PyTorch實戰(第2版)
- Natural Language Processing with Python Quick Start Guide
- Python預測分析與機器學習
- 你真的會寫代碼嗎
- Android智能手機APP界面設計實戰教程