diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-12-20 16:29:06 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-12-20 16:29:06 (GMT) |
commit | 9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0 (patch) | |
tree | ccaf02b27ceb7c11fbf451d5abfefe28b2f6d682 /doc/src/declarative/focus.qdoc | |
parent | 401e43aa33a3c1a914f4280190a9d514a6fe0918 (diff) | |
download | Qt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.zip Qt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.tar.gz Qt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.tar.bz2 |
Re-organized the Qt Quick page. Changed titles and links.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index 3da60f1..be1000e 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -30,11 +30,14 @@ \page qdeclarativefocus.html \ingroup qml-features \contentspage QML Features +\previouspage {QML Text Handling and Validators}{Text Handling and Validators} +\nextpage {Importing Reusable Components} + \title Keyboard Focus in QML When a key is pressed or released, a key event is generated and delivered to the focused QML \l Item. To facilitate the construction of reusable components -and to address some of the cases unique to fluid user interfaces, the QML items add a +and to address some of the cases unique to fluid user interfaces, the QML items add aged \e scope based extension to Qt's traditional keyboard focus model. \tableofcontents |