- Getting Started with Qt 5
- Benjamin Baka
- 222字
- 2021-07-02 12:53:00
Preface
There are many buzzwords in computing today, most of which revolve around various software technologies and concepts. Browsers have become the preferred means of accessing information and consuming all manner of data. But there is still a void that can only be filled by standalone applications that must be installed and run on an operating system. The browser itself as an application cannot be accessed through a browser and bears witness to this assertion.
Applications such as VLC, Adobe Photoshop, Google Earth, and QGIS are a few examples of applications that run directly on an operating system. Interestingly enough, these well-known software brands are built with Qt.
Qt (pronounced "cute") is a cross-platform application framework and widget toolkit that is used in creating graphical user interface applications that run on a number of different hardware and operating systems. The aforementioned applications were written using this same toolkit.
The main aim of this book is to introduce Qt to the reader. Through the use of simple and easy-to-understand examples, it will walk the user from one concept to the next without focusing too much on theory. The size of the book requires us to be concise in our presentation of materials. Coupled with the ample examples presented, we hope to shorten the path to understanding and learning how to use Qt.
- 零點(diǎn)起飛學(xué)Xilinx FPG
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- Python GUI Programming:A Complete Reference Guide
- Mastering Delphi Programming:A Complete Reference Guide
- 計(jì)算機(jī)應(yīng)用與維護(hù)基礎(chǔ)教程
- Learning Game Physics with Bullet Physics and OpenGL
- Arduino項(xiàng)目開(kāi)發(fā):智能生活
- Blender 3D By Example
- Building Machine Learning Systems with Python
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹
- 計(jì)算機(jī)組裝與維護(hù)(慕課版)
- Drupal Rules How-to
- USB應(yīng)用開(kāi)發(fā)寶典
- Advanced Machine Learning with R
- MicroPython Cookbook