diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-28 00:32:25 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-28 00:32:25 (GMT) |
commit | e1b84c98ed843b6857c8b98fa52954cd0695eb3b (patch) | |
tree | 6ff92cc26737b7a3c77aa530ae402be730b43788 /src/declarative/QmlChanges.txt | |
parent | 79d5daab124e98880fe0847c19cad4def672870b (diff) | |
download | Qt-e1b84c98ed843b6857c8b98fa52954cd0695eb3b.zip Qt-e1b84c98ed843b6857c8b98fa52954cd0695eb3b.tar.gz Qt-e1b84c98ed843b6857c8b98fa52954cd0695eb3b.tar.bz2 |
Changes as per review.
WebView: idealWidth -> preferredWidth (as per QSizePolicy)
WebView: idealHeight -> preferredHeight
WebView: status -> statusText
WebView: mouseX -> clickX (parameter to onDoubleClick)
WebView: mouseY -> clickY (parameter to onDoubleClick)
WebView: cacheSize -> pixelCacheSize (may later go away)
WebView: lost "interactive" property (always true now)
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index e01b9af..22d0470 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -42,6 +42,12 @@ Transition: operations -> animations Transition: fromState -> from Transition: toState -> to Follow: followValue -> value +WebView: idealWidth -> preferredWidth +WebView: idealHeight -> preferredHeight +WebView: status -> statusText +WebView: mouseX -> clickX (parameter to onDoubleClick) +WebView: mouseY -> clickY (parameter to onDoubleClick) +WebView: cacheSize -> pixelCacheSize Additions: MouseRegion: add "acceptedButtons" property @@ -53,6 +59,7 @@ Deletions: Column/VerticalPositioner: lost "margins" property Row/HorizontalPositioner: lost "margins" property Grid/Positioner/Layout: lost "margins" property +WebView: lost "interactive" property (always true now) Other Changes: Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis" |