

Qt Quick
Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt Framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming...
Cost / License
- Free Personal
- Proprietary
Platforms
- Mac
- Windows
- Linux
Features
- UI Design
Tags
- ui-framework
- application-framework
- Scripting language
- qml
Qt Quick News & Activities
Recent News
- Maoholguin published news article about Qt
Qt 6.10 brings FlexboxLayout, advanced data bridging, vector animations and moreQt 6.10 introduces major updates for developers and device creators, focusing on UI design, data in...
Recent activities
Qt Quick information
What is Qt Quick?
Qt Quick is a free software application framework developed and maintained by the Qt Project within the Qt Framework. It provides a way of building custom, highly dynamic user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices. Qt Quick includes a declarative scripting language called QML.
Qt Declarative is a runtime interpreter that reads the Qt declarative user interface definition, QML data, and displays the UI that it describes. The QML syntax allows using JavaScript to provide the logic, and it is often used for this purpose. It is not the only way, however: logic can be written with native code as well.


