~ubuntu-branches/debian/jessie/qtdeclarative-opensource-src/jessie

« back to all changes in this revision

Viewing changes to src/qml/doc/src/qtqml.qdoc

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Lisandro Damián Nicanor Pérez Meyer
  • Date: 2013-08-30 22:09:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130830220943-en0u2dm8cfxpi53o
Tags: 5.1.1-1
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Update symbols file with buildds' logs.
* Remove fix_systemdialogs_path, applied upstream.
* Adjust examples install file.
* Update symbols files with current build.
* Tighten Qt 5 build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
applications. The constructs of QML are described in the \l{The QML Reference}.
76
76
 
77
77
In addition to the \l{QML Basic Types}, the module comes with
78
 
various QML object types:
 
78
the following QML object types:
79
79
\list
80
80
\li \l Component
81
81
\li \l QtObject
84
84
\li \l Timer
85
85
\endlist
86
86
 
 
87
The \l{QtQml::Qt}{Qt} global object provides useful enums and functions
 
88
for various QML types.
 
89
 
87
90
\section2 Lists and Models
88
91
 
89
92
New in Qt 5.1, the model types are moved to a submodule, \c QtQml.Models. The