diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-20 05:45:18 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-20 05:45:18 (GMT) |
commit | 6bd2aaea12c0f5a1baeeadd926dff002c0c27cfc (patch) | |
tree | 5bc901feb893be0b20042a7f0ae67463cd686ba1 /src/declarative/QmlChanges.txt | |
parent | 644ea311d20325c2f27834d76320f7a7886c1a0c (diff) | |
download | Qt-6bd2aaea12c0f5a1baeeadd926dff002c0c27cfc.zip Qt-6bd2aaea12c0f5a1baeeadd926dff002c0c27cfc.tar.gz Qt-6bd2aaea12c0f5a1baeeadd926dff002c0c27cfc.tar.bz2 |
Add positioner changes to document
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index c9ceddc..77839e8 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -7,6 +7,12 @@ file documents the changes. API Changes =========== +Renamed Elements: +LineEdit -> TextInput +VerticalLayout -> VerticalPositioner +HorizontalLayout -> HorizontalPositioner +GridLayout -> GridPositioner + Renamed properties: MouseRegion: xmin -> minimumX MouseRegion: xmax -> maximumX @@ -17,6 +23,11 @@ Additions: MouseRegion: add "acceptedButtons" property MouseRegion: add "hoverEnabled" property +Deletions: +VerticalPositioner: lost "margins" property +HorizontalPositioner: lost "margins" property +GridPositioner: lost "margins" property + Other Changes: Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis" |