- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 184字
- 2021-08-27 19:00:15
Discovering tools in Qt
Qt comes with a set of tools that make programmers' lives easier. One of the tools is Qt Creator (seen in the following screenshot), which is an IDE (integrated development environment) that consists of a code editor and a GUI (graphical user interface) designer that works hand-in-hand with other Qt tools, such as the compiler, debugger, and so on. The most attractive tool among all is, of course, the GUI designer, which comes with two different types of editors: one for widget-based applications, called Qt Designer, and another for Qt Quick Application, called Qt Quick Designer. Both tools can be accessed directly in Qt Creator when you open up a relevant file format. Qt Creator also includes a built-in documentation viewer called Qt Assistant. It is really handy since you can look for the explanation about a certain Qt class or function by simply hovering the mouse cursor over the class name in your source code, and pressing the F1 key. Qt Assistant will then be opened and show you the documentation related to the Qt class or function:

- C語言程序設計基礎與實驗指導
- PLC編程及應用實戰
- C程序設計案例教程
- 批調度與網絡問題的組合算法
- INSTANT Sinatra Starter
- C/C++程序員面試指南
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Kotlin開發教程(全2冊)
- INSTANT Premium Drupal Themes
- JavaWeb從入門到精通(視頻實戰版)
- 從零開始學UI設計·基礎篇
- Neo4j High Performance
- Learning Behavior:driven Development with JavaScript
- Test-Driven iOS Development with Swift 4(Third Edition)
- Java從入門到精通(微視頻精編版)