- Learn Qt 5
- Nicholas Sherriff (Nick)
- 284字
- 2021-06-30 18:42:28
Preface
Qt is a mature and powerful framework for delivering sophisticated applications across a multitude of platforms. It is widely used in embedded devices, including TVs, satellite set-top boxes, medical equipment, car dashboards, and much more. It also has a rich history in the Linux world, with KDE and Sailfish OS using it extensively and many apps in the stores being developed using Qt. It has also made great strides in the mobile arena over the past few years. However, in the Microsoft Windows and Apple macOS X worlds, the dominance of C#/.NET and Objective-C/Cocoa means that Qt is often overlooked.
This book aims to demonstrate the power and flexibility of the Qt framework and show how you can write your application once and deploy it to multiple operating system desktops. The reader will build a complete real-world Line of Business (LOB) solution from scratch, with distinct library, user interface, and unit test projects.
We will cover building a modern and responsive user interface with QML and wiring it up to rich C++ classes. We will control every aspect of our project configuration and output with QMake, including platform detection and conditional expressions. We will build “self-aware” data entities that can serialize themselves to and from JSON. We will persist those data entities in a database and learn how to find and update them. We will reach out to the internet and consume an RSS feed. Finally, we will produce an installation package so that we can deploy our application onto other machines.
This is a suite of essential techniques that cover the core requirements for most LOB applications and will empower the reader to progress from blank page to shipped application.
- 零點起飛學Xilinx FPG
- 從零開始學51單片機C語言
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 計算機維修與維護技術速成
- 分布式微服務架構:原理與實戰
- Mastering Adobe Photoshop Elements
- 基于Apache Kylin構建大數據分析平臺
- 筆記本電腦應用技巧
- 單片機系統設計與開發教程
- Blender Quick Start Guide
- Building Machine Learning Systems with Python
- The Applied Artificial Intelligence Workshop
- 筆記本電腦的結構、原理與維修
- 現代多媒體技術及應用
- 超炫的35個Arduino制作項目