- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 300字
- 2021-08-27 19:00:14
What is Qt?
Currently, the latest version of Qt (as this book is being written) is version 5.10. This version incorporated a lot of new features as well as thousands of bug fixes, which makes Qt a really powerful and stable development kit for software developers and system engineers alike. Qt has a huge package of SDK (software development kit) that contains a wide range of tools and libraries for helping developers get their job done without worrying too much about technical issues related to a specific platform. Qt handles all the messy integration and compatibility issues for you behind the curtain so you don't have to deal with them. This will not only improve efficiency but also reduces development costs, especially when you're trying to develop cross-platform applications that cater to a wider range of users.
There are two types of license for Qt:
- The first type is the Open Source License, which is free of charge, but only if your project/product fits their terms and conditions. For example, if you made any changes to the Qt's source code, it is an obligation for you to submit back those changes to Qt developers. Failure to do so could result in serious legal issues, and therefore, you might want to pick the second option instead.
- The second type of license is the Commercial License, which gives you full rights to proprietary Qt source code modifications and keeps your application private. But of course, these privileges come with a set of fees.
If you're just starting to learn Qt, don't get pushed back by these terms, as you're certainly not going to modify the source code of Qt libraries or recompile it from source anyway, at least not now.
- 軟件安全技術
- Vue.js設計與實現
- Java 開發從入門到精通(第2版)
- Microsoft Dynamics 365 Extensions Cookbook
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- HTML5從入門到精通 (第2版)
- Kivy Cookbook
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- 分布式架構原理與實踐
- Python數據預處理技術與實踐
- Unity 5 Game Optimization
- Android開發進階實戰:拓展與提升
- PHP 7 Programming Blueprints
- Learning NHibernate 4