Introduction
Qt is a cross-platform C++ graphical user interface (GUI) application development framework developed by Qt Company in 1991. It can be used to develop both GUI programs and non-GUI programs, such as console tools and servers. Qt is an object-oriented framework that uses special code generation extensions (called Meta Object Compiler, MOC) and macros. Qt is easy to extend and allows true component-based programming.
For more information about Qt, visit the Qt official website.
Programming language: C++
Brief description: Qt is a cross-platform C++ GUI application development framework.
Open source license: GPL
Recommended Software Version
Qt 5.13.0
Parent topic: Qt 5.13.0 Porting Guide (openEuler 20.03)