书籍 Mastering Qt 5  Second Edition的封面

Mastering Qt 5 Second Edition

Guillaume Lazar

出版时间

2018-07-31

ISBN

9781788995399

评分

★★★★★
书籍介绍

Book Description

Qt 5.11 is an app development framework that provides a great user experience and develops full capability applications with Qt Widgets, QML, and even Qt 3D. Whether you're building GUI prototypes or fully-fledged cross-platform GUI applications with a native look and feel, Mastering Qt 5 is your fastest, easiest, and most powerful solution. This book addresses various challenges and teaches you to successfully develop cross-platform applications using the Qt framework, with the help of well-organized projects.

Working through this book, you will gain a better understanding of the Qt framework, as well as the tools required to resolve serious issues, such as linking, debugging, and multithreading. You'll start off your journey by discovering the new Qt 5.11 features, soon followed by exploring different platforms and learning to tame them. In addition to this, you'll interact with a gamepad using Qt Gamepad. Each chapter is a logical step for you to complete in order to master Qt.

By the end of this book, you'll have created an application that has been tested and is ready to be shipped.

Guillaume Lazar

Guillaume Lazar is a software engineer living in France, near Paris. He has worked in different companies, from start-ups to multinationals, for the last 10 years. He took the opportunity to observe and learn many team organizations and technologies.

In 2014, he founded his own software development company at the age of 27. The current hierarchical organization ...

(展开全部)

目录
1: GET YOUR QT FEET WET
2: DISCOVERING QMAKE SECRETS
3: DIVIDING YOUR PROJECT AND RULING YOUR CODE
4: CONQUERING THE DESKTOP UI
5: DOMINATING THE MOBILE UI

显示全部
用户评论
在这本书之前也看过一些其他的qt书籍。这本书的写作思路和其他的都不同,没有把重点放在qt的一个一个控件,一个一个核心类的功能实现解释上。而是一步步从最小的项目开始,每一章都是一个独立的小project,这些project从在后面的章部分重用性。文章一气呵成,颇有安排(有点像 ios apprentice这本书的思路)。在讲解qt核心功能的同时遇到的编程过程的小细节知识也有说明。收益良多。果然还是该多看英文书籍。推荐看看目录再决定要不要看。