- 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.
- 用“芯”探核:龍芯派開發實戰
- Windows phone 7.5 application development with F#
- Istio入門與實戰
- 網絡服務器配置與管理(第3版)
- 電腦軟硬件維修大全(實例精華版)
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 單片機原理及應用系統設計
- 電腦維護365問
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 計算機組裝與維護(第3版)
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 單片微機原理及應用
- 觸摸屏應用技術從入門到精通
- 微控制器的應用