- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 122字
- 2021-08-27 19:00:16
Summary
The existence of tools such as Qt Creator has made designing applications' user interfaces an easy and fun job for the developers. We no longer need to write a bunch of code just to create a single button, or change a bunch just to adjust the position of a text label, since Qt Designer will generate that code for us when we design our GUI. Qt has applied the WYSIWYG (what you see is what you get) philosophy into the working pipeline and it provides us with all the convenience and efficiency we need to get our jobs done.
In the next chapter, we will learn the ins and outs of Qt Creator and start designing our first GUI with Qt!
推薦閱讀
- Learning Spring 5.0
- 架構不再難(全5冊)
- Hands-On Microservices with Kotlin
- Instant Nancy Web Development
- Learning Material Design
- 軟件工程基礎與實訓教程
- Swift語言實戰晉級
- Elasticsearch Essentials
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Tableau Dashboard Cookbook
- 測試工程師Python開發實戰
- Linux Networking Cookbook
- 深入理解MySQL主從原理
- SFML Essentials
- Learning ClojureScript