- Qt 5 Blueprints
- Symeon Huang
- 283字
- 2021-07-23 19:48:15
What this book covers
Chapter 1, Creating Your First Qt Application, takes you through the fundamental concepts of Qt, such as signals and slots, and helps you create your first Qt and Qt Quick applications.
Chapter 2, Building a Beautiful Cross-platform Clock, teaches you how to read and write configurations and handle cross-platform development.
Chapter 3, Cooking an RSS Reader with Qt Quick, demonstrates how to develop a stylish RSS Reader in QML, which is a script language quite similar to JavaScript.
Chapter 4, Controlling Camera and Taking Photos, shows you how to access camera devices through the Qt APIs and make use of the status and menu bars.
Chapter 5, Extending Paint Applications with Plugins, teaches you how to make applications extendable and write plugins, by using the Paint application as as an example.
Chapter 6, Getting Wired and Managing Downloads, shows you how to utilize Qt's network module using the progress bar, as well as learning about threaded programming in Qt.
Chapter 7, Parsing JSON and XML Documents to Use Online APIs, teaches you how to parse JSON and XML documents in both Qt/C++ and Qt Quick/QML, which is essential to obtain data from online APIs.
Chapter 8, Enabling Your Qt Application to Support Other Languages, demonstrates how to make internationalized applications, translate strings using Qt Linguist, and then load translation files dynamically.
Chapter 9, Deploying Applications on Other Devices, shows you how to package and make your applications redistributable on Windows, Linux, and Android.
Chapter 10, Don't Panic When You Encounter These Issues, gives you some solutions and advice for common issues during Qt and Qt Quick application development and shows you how to debug Qt and Qt Quick applications.
- Getting Started with CreateJS
- 鋒利的SQL(第2版)
- ADI DSP應(yīng)用技術(shù)集錦
- GameMaker Programming By Example
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- Node.js Design Patterns
- Protocol-Oriented Programming with Swift
- C語言程序設(shè)計與應(yīng)用(第2版)
- OpenCV with Python Blueprints
- Python Web自動化測試設(shè)計與實現(xiàn)
- Python面試通關(guān)寶典
- PHP項目開發(fā)全程實錄(第4版)
- 游戲設(shè)計的底層邏輯
- Java程序設(shè)計教程
- Getting Started with JUCE