Software:Qt Quick

From HandWiki
Short description: Software Application


Qt Quick
Qt logo 2015.svg
Developer(s)Qt Project
Initial release21 September 2010; 13 years ago (2010-09-21)[1]
Stable release6.5 LTS[2] (3 April 2023; 12 months ago (2023-04-03)) [±]
Websitewiki.qt.io/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 graphical user interfaces with fluid transitions and effects, which are becoming more common especially in mobile devices.[3] 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.[3]

Qt Quick and QML are officially supported in Qt 4.7 (with Qt Creator 2.1),[4] and it is a commercial option in mobile applications when Qt 4.7 is available for deployment in Symbian and Maemo and MeeGo devices. It was also the native language of Ubuntu Touch.[3]

Version history[5][6]

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[7] 2.2 2.1 2.4 2.0 1.3 1.1 1.2 1.0
Qt 5.5[8] 2.0 2.2 2.5 2.0 1.4 1.2 1.2 1.1
Qt 5.6[9] 2.0 2.2 2.6 2.0 1.5 1.2 1.2 1.2
Qt 5.7[10] 2.0 2.2 2.7 2.0 2.0 1.2 1.2 1.3
Qt 5.8[11] 2.0 2.2 2.8 2.0 2.1 1.2 1.2 1.4
Qt 5.9[12] 2.0 2.2 2.9 2.0 2.2 1.2 1.2 1.5
Qt 5.10[13] 2.0 2.2 2.10 2.0 2.3 1.2 1.2 1.5
Qt 5.11[14] 2.11 2.11 2.11 2.11 2.4 1.11 1.11 1.7
Qt 5.12[15] 2.12 2.12
Qt 5.13[16] 2.13 2.13 2.13 1.11 1.11 1.9
Qt 5.14[17] 2.14 2.14 2.14 2.14 2.14 1.14 1.3
Qt 5.15[18] 2.15 2.15 2.15 2.15 2.15 1.15 1.3
Qt 6.0[19] 6.0 6.0

See also

  • Clutter, a similar application framework based on GObject

References

  1. "Qt 4.7 released with QML". The H Open. Heinz Heise. 2010-09-21. http://www.h-online.com/open/news/item/Qt-4-7-released-with-QML-1083180.html. 
  2. "Qt 6.5 Release" (in en). The Qt Company. https://wiki.qt.io/Qt_6.5_Release. 
  3. 3.0 3.1 3.2 Ryan Paul (22 September 2010), Nokia releases Qt 4.7 with terrific new mobile UI framework, ArsTechnica, https://arstechnica.com/open-source/news/2010/09/nokias-cross-platform-development-strategy-evolves-with-qt-47.ars, retrieved 22 September 2010 
  4. "What's New in Qt 4.7 | Documentation". Qt Project. http://qt-project.org/doc/qt-4.7/qt4-7-intro.html. 
  5. J-P, Nurmi (2015-09-18). "[Development QML import versions"]. http://lists.qt-project.org/pipermail/development/2015-September/023200.html. 
  6. "Qt Quick Controls - Versions". https://doc.qt.io/qt-6/qtquickcontrols-index.html#versions. 
  7. "New Features in Qt 5.4". https://wiki.qt.io/New_Features_in_Qt_5.4. 
  8. "New Features in Qt 5.5". https://wiki.qt.io/New_Features_in_Qt_5.5. 
  9. "New Features in Qt 5.6". https://wiki.qt.io/New_Features_in_Qt_5.6. 
  10. "New Features in Qt 5.7". https://wiki.qt.io/New_Features_in_Qt_5.7. 
  11. "New Features in Qt 5.8". https://wiki.qt.io/New_Features_in_Qt_5.8. 
  12. "New Features in Qt 5.9". https://wiki.qt.io/New_Features_in_Qt_5.9. 
  13. "New Features in Qt 5.10". https://wiki.qt.io/New_Features_in_Qt_5.10. 
  14. "New Features in Qt 5.11". https://wiki.qt.io/New_Features_in_Qt_5.11. 
  15. "New Features in Qt 5.12". https://wiki.qt.io/New_Features_in_Qt_5.12. 
  16. "New Features in Qt 5.13". https://wiki.qt.io/New_Features_in_Qt_5.13. 
  17. "New Features in Qt 5.14". https://wiki.qt.io/New_Features_in_Qt_5.14. 
  18. "New Features in Qt 5.15". https://wiki.qt.io/New_Features_in_Qt_5.15. 
  19. "New Features in Qt 6.0". https://wiki.qt.io/New_Features_in_Qt_6.0. 

External links