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

« back to all changes in this revision

Viewing changes to src/quick/doc/src/tutorial.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:
32
32
\previouspage Introduction to the QML Language
33
33
\nextpage QML Tutorial 1 - Basic Types
34
34
 
35
 
This tutorial gives an introduction to QML, the mark up language for Qt Quick. It doesn't cover everything;
 
35
This tutorial gives an introduction to QML, the declarative language for Qt Quick. It doesn't cover everything;
36
36
the emphasis is on teaching the key principles, and features are introduced as needed.
37
37
 
38
38
Through the different steps of this tutorial we will learn about QML basic types, we will create our own QML component