diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 05:51:49 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 05:51:49 (GMT) |
commit | a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9 (patch) | |
tree | 94b9d59d2aab993f7e2d1bcc3315e85d1eaef97a /src/declarative | |
parent | 0b060fac5d72d995e3c396531dd220c05e2ddde2 (diff) | |
download | Qt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.zip Qt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.tar.gz Qt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.tar.bz2 |
more changes
Diffstat (limited to 'src/declarative')
-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 4a194da..fe83d40 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -14,6 +14,7 @@ HorizontalLayout -> HorizontalPositioner GridLayout -> GridPositioner Rect -> Rectangle FocusRealm -> FocusScope +FontFamily -> FontLoader Renamed properties: MouseRegion: xmin -> minimumX @@ -32,6 +33,7 @@ GridPositioner: lost "margins" property Other Changes: Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis" +Image: scaleGrid property removed. New item called BorderImage instead. Pending Changes =============== |