|
Qt is a cross-platform application and UI framework with APIs for C++ programming and Qt Quick for rapid UI creation.
-
Intuitive class libraries
- Easy to use and learn
- Produce highly readable, easily maintainable and reusable code
- High runtime performance and small footprint
Get started using Qt with the Qt SDK and learn how others use Qt and why.
|
Qt Creator IDE is a cross-platform integrated development environment. It is the basis for the Qt SDK. It provides:
- Support for desktop and mobile targets
- C++ and JavaScript code editor
- Integrated UI designer
- Project and build management tools
- gdb and CDB debuggers
- Simulator for mobile UIs
- Support for version control
|
The Qt UI Creation Kit lets you create rich, touch-enabled UIs and apps...quickly.
- QML - CSS & JavaScript like language, same code base for UI designers & developers
- Supported by Qt Creator IDE for rapid prototyping and development
- Qt Quick UI runtime - Direct access to native APIs, performance boost with C++
Get it in the Qt SDK.
|