• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

qml/H12-Nov-2020-12,1766,361

qmltest/H12-Nov-2020-240164

quick/H12-Nov-2020-61,27247,477

READMEH A D27-Oct-2020712 1411

examples.proH A D27-Oct-2020114 54

README

1The Qt Quick module provides the basic elements to specify and implement your
2user interface declaratively, using the Qt Meta-Object Language (QML). The
3Qt QML module provides the engine and language infrastructure for QML itself.
4This language is very expressive and human readable, and can be used by
5designers to actually implement their UI vision. QML UIs can integrate
6with C++ code in many ways, including being loaded as a part of a C++ UI
7and loading data models from C++ and interacting with them.
8
9Mostof these examples can be viewed directly with the
10QML viewer utility, without requiring compilation.
11
12Documentation for these examples can be found via the Examples
13link in the main Qt documentation.
14