- 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:

- The Complete Rust Programming Reference Guide
- Facebook Application Development with Graph API Cookbook
- Java程序設計(慕課版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- INSTANT MinGW Starter
- Implementing Cisco Networking Solutions
- Android Native Development Kit Cookbook
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Vue.js 2 Web Development Projects
- App Inventor創意趣味編程進階
- Geospatial Development By Example with Python
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- PHP項目開發全程實錄(第4版)
- Go Systems Programming