1 Star 1 Fork 0

tigerzyj/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Qt5 C++ GUI Programming Cookbook - Second Edition

Qt5 C++ GUI Programming Cookbook - Second Edition

This is the code repository for Qt5 C++ GUI Programming Cookbook - Second Edition, published by Packt.

Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 5

What is this book about?

With the growing demands for developing GUIs for multiple targets and multiple screens, improving the visual quality of your application becomes important to stand out from the rest of the competitors. With its cross-platform ability and latest UI paradigms, QT makes it possible to build intuitive, interactive, and user-friendly user interfaces for your applications.

This book covers the following exciting features: Customize the look and feel of application using widget editor Animating the GUI elements using the QT5's built-in animation system Draw shapes and 2D images using Qt5's powerful rendering system Implement an industry-standard OpenGL library in your project Build a mobile app that supports touch events and exports it on device Parse and extract data from an XML file and present it on your GUI Interact with web content by calling JavaScript functions from C++ Access MySQL, SQLite databases to retrieve data and display it on GUI

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter03.

The code will look like the following:

QPropertyAnimation *animation = new QPropertyAnimation(ui->pushButton, "geometry");
animation->setDuration(10000);
animation->setStartValue(ui->pushButton->geometry());
animation->setEndValue(QRect(200, 200, 100, 50));
animation->start();

Following is what you need for this book: This intermediate-level book is designed for those who want to develop software using Qt 5. If you want to improve the visual quality and content presentation of your software application, this book is for you. Prior experience of C++ programming is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-13).

Software and Hardware List

Chapter Software required OS required
1-9, 12, 13 Qt5 Windows
10 FFmpeg Windows
11 XAMP Windows

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Lee Zhi Eng is a self-taught programmer who worked as an artist and programmer at several game studios before becoming a part-time lecturer for two years at a university, teaching game development subjects related to Unity and Unreal Engine. He has not only taken part in various projects related to games, interactive apps, and virtual reality, but has also participated in multiple projects that are more oriented toward software and system development. When he is not writing code, he enjoys traveling, photography, and exploring new technologies.

Other books by the authors

Qt5 C++ GUI Programming Cookbook

Hands-On GUI Programming with C++ and Qt5

Building a Game with Unity and Blender

Suggestions and Feedback

Click here if you have any feedback or suggestions.

MIT License Copyright (c) 2019 Packt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
JavaScript 等 6 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tigerzyj/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition.git
git@gitee.com:tigerzyj/Qt5-CPP-GUI-Programming-Cookbook-Second-Edition.git
tigerzyj
Qt5-CPP-GUI-Programming-Cookbook-Second-Edition
Qt5-CPP-GUI-Programming-Cookbook-Second-Edition
master

搜索帮助