- Getting Started with Qt 5
- Benjamin Baka
- 204字
- 2021-07-02 12:53:00
What this book covers
Chapter 1, Introducing Qt 5, walks you through the process of getting your machine ready to starting writing and running Qt programs. The chapter ends by introducing the hello world program in Qt, exploring the general structure and compilation process of a Qt program.
Chapter 2, Creating Widgets and Layouts, covers GUI components that are usually present in most applications and how they are created in Qt. The chapter then ends by detailing how to use layouts with widgets.
Chapter 3, Working with Signals and Slots, introduces one of the most important concepts to grasp in Qt, signals and slots. It demonstrates to the reader how to make an application trigger and respond to actions.
Chapter 4, Implementing Windows and Dialog, brings the reader closer to how a real-world Qt program should be written. It illustrates how to use and organize a program using classes, windows, and dialog boxes.
Chapter 5, Managing Events, Custom Signals, and Slots, explores the writing of custom signals and slots and introduces the topic of Events in Qt.
Chapter 6, Connecting Qt with Databases, deals with how to write applications that connect to a database and how to also present the data in visual form.
- 深入理解Spring Cloud與實戰
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- Android NDK Game Development Cookbook
- micro:bit魔法修煉之Mpython初體驗
- Hands-On Machine Learning with C#
- 分布式微服務架構:原理與實戰
- 可編程邏輯器件項目開發設計
- Corona SDK Mobile Game Development:Beginner's Guide
- The Reinforcement Learning Workshop
- Advanced Machine Learning with R
- 詳解FPGA:人工智能時代的驅動引擎
- 零基礎輕松學修電腦主板
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker
- 計算機組裝與維護立體化教程(微課版)
- ActionScript Graphing Cookbook