diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-12 01:31:25 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-12 01:31:25 (GMT) |
commit | 6fc7ce61ba1b623421ca3ca8ee2315746be0a37b (patch) | |
tree | 6ea9c57eaca6996a2e842604b50df1b224941c96 /doc/src/declarative/elements.qdoc | |
parent | 14466ace2ffe1b6707b1120ab76d0baa49635007 (diff) | |
download | Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.zip Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.tar.gz Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.tar.bz2 |
Change key handling to use a Keys attached property.
Replaces KeyAction, allowing focus to be set on the actual item
that wants focus, rather than a separate handler item.
Diffstat (limited to 'doc/src/declarative/elements.qdoc')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 68db351..b5dd2bb 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -42,6 +42,7 @@ The following table lists the Qml elements provided by the Qt Declarative module \list \o \l Bind \o \l ListModel +\o \l VisualItemModel \o \l XmlListModel and XmlRole \o \l SqlQuery, \l SqlConnection, and \l SqlBind \o \l DateTimeFormatter @@ -80,7 +81,6 @@ The following table lists the Qml elements provided by the Qt Declarative module \o \list \o \l MouseRegion -\o \l KeyActions \o \l FocusScope \o \l KeyProxy \endlist |