diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-14 23:55:30 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-14 23:55:30 (GMT) |
commit | df394cd24e65dcfa929074b794878081a42659c7 (patch) | |
tree | 4bf8075e43cd7bcb71e6b5e47fb4289c577ac799 /src/declarative/QmlChanges.txt | |
parent | fb8d3d1b325ecbe947f0cc8001f92d01a849f323 (diff) | |
download | Qt-df394cd24e65dcfa929074b794878081a42659c7.zip Qt-df394cd24e65dcfa929074b794878081a42659c7.tar.gz Qt-df394cd24e65dcfa929074b794878081a42659c7.tar.bz2 |
GridView API changes
GridView: wrap -> keyNavigationWraps
GridView: autoHighlight -> highlightFollowsCurrentItem
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 25af3b1..7661e03 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -68,6 +68,8 @@ ListView: current -> currentItem GridView: current -> currentItem ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem +GridView: wrap -> keyNavigationWraps +GridView: autoHighlight -> highlightFollowsCurrentItem Additions: MouseRegion: add "acceptedButtons" property |