This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources. Find sources: "Qt Quick" – news ·newspapers ·books ·scholar ·JSTOR(July 2021) (Learn how and when to remove this message) |
![]() | |
Developer(s) | Qt Project |
---|---|
Initial release | 21 September 2010; 14 years ago (2010-09-21)[1] |
Website | wiki |
Qt Quick is afree softwareapplication framework developed and maintained by theQt Project within theQt framework. It provides a way of building custom, highly dynamicgraphical user interfaces with fluid transitions and effects, which are becoming more common especially inmobile devices.[2] Qt Quick includes adeclarativescripting language calledQML.
Qt Declarative is a runtime interpreter that reads theQt declarative user interface definition, QML data, and displays the UI that it describes. The QML syntax allows usingJavaScript 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.[2]
Qt Quick and QML are officially supported inQt 4.7 (withQt Creator 2.1),[3] and it is a commercial option in mobile applications when Qt 4.7 is available for deployment inSymbian andMaemo andMeeGo devices. It is also the native language ofUbuntu Touch.[2]
Qt Version | QtQml | QtQml.Models | QtQuick | QtQuick.Particles | QtQuick.Controls | QtQuick.Layouts | QtQuick.Dialogs | QtQuick.WebEngine |
---|---|---|---|---|---|---|---|---|
Qt 4.7.1 | 1.0 | |||||||
Qt 4.7.4 | 1.1 | |||||||
Qt 5.0 | 2.0 | 2.0 | 2.0 | |||||
Qt 5.1 | 2.1 | 2.1 | 2.1 | 2.0 | 1.0 | 1.0 | 1.0 | |
Qt 5.2 | 2.2 | 2.1 | 2.2 | 2.0 | 1.1 | 1.1 | 1.1 | |
Qt 5.3 | 2.2 | 2.1 | 2.3 | 2.0 | 1.2 | 1.1 | 1.2 | |
Qt 5.4[6] | 2.2 | 2.1 | 2.4 | 2.0 | 1.3 | 1.1 | 1.2 | 1.0 |
Qt 5.5[7] | 2.0 | 2.2 | 2.5 | 2.0 | 1.4 | 1.2 | 1.2 | 1.1 |
Qt 5.6[8] | 2.0 | 2.2 | 2.6 | 2.0 | 1.5 | 1.2 | 1.2 | 1.2 |
Qt 5.7[9] | 2.0 | 2.2 | 2.7 | 2.0 | 2.0 | 1.2 | 1.2 | 1.3 |
Qt 5.8[10] | 2.0 | 2.2 | 2.8 | 2.0 | 2.1 | 1.2 | 1.2 | 1.4 |
Qt 5.9[11] | 2.0 | 2.2 | 2.9 | 2.0 | 2.2 | 1.2 | 1.2 | 1.5 |
Qt 5.10[12] | 2.0 | 2.2 | 2.10 | 2.0 | 2.3 | 1.2 | 1.2 | 1.5 |
Qt 5.11[13] | 2.11 | 2.11 | 2.11 | 2.11 | 2.4 | 1.11 | 1.11 | 1.7 |
Qt 5.12[14] | 2.12 | 2.12 | ||||||
Qt 5.13[15] | 2.13 | 2.13 | 2.13 | 1.11 | 1.11 | 1.9 | ||
Qt 5.14[16] | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 1.14 | 1.3 | |
Qt 5.15[17] | 2.15 | 2.15 | 2.15 | 2.15 | 2.15 | 1.15 | 1.3 | |
Qt 6.0[18] | 6.0 | 6.0 |
![]() | This technology-related article is astub. You can help Wikipedia byexpanding it. |