summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/alerts.qml
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-07 17:02:23 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-07 17:02:23 (GMT)
commit3ad6f3b1f4d2252e2a004acc8156a1fd308265cf (patch)
tree47433a30c85aaa2d869525a12c613aee29ab3073 /examples/declarative/webview/alerts.qml
parent6ff95852da22ba8843a2913c92aa37af36236ca0 (diff)
parent695ddc4a13233c8e6f626fa205336f90f8c5a565 (diff)
downloadQt-3ad6f3b1f4d2252e2a004acc8156a1fd308265cf.zip
Qt-3ad6f3b1f4d2252e2a004acc8156a1fd308265cf.tar.gz
Qt-3ad6f3b1f4d2252e2a004acc8156a1fd308265cf.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (131 commits) Avoid many unnecessary allocations, so so that paint engines attached to pixmaps Doc Fix autotests Fix autotests (remove import Qt.widgets) Add missing qml file to qdeclarativemousearea Doc fix Clean up example code, add white background behind text Update mouse area qmlvisual test to follow change QTBUG-10162 Fix autotest bug in MouseArea Avoid emitting release when the mouse is ungrabbed Resize qmlruntime window to new dimensions when orientation changes Compile with opengl enabled. Avoid repeated create/destroy at top list boundary with sub-pixel movement. Call QDeclarativeItem::geometryChanged() base implementation qdoc fixes. Avoid warnings as delegates with bindings to parent are created and destroyed. qdoc fixes TextInput echoMode doc. Make sure to call base class implementation. More cleanup ...
Diffstat (limited to 'examples/declarative/webview/alerts.qml')
-rw-r--r--examples/declarative/webview/alerts.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/alerts.qml b/examples/declarative/webview/alerts.qml
index 6a5a0d2..7684c3e 100644
--- a/examples/declarative/webview/alerts.qml
+++ b/examples/declarative/webview/alerts.qml
@@ -52,7 +52,7 @@ WebView {
font.pixelSize: 20
width: webView.width*0.75
wrapMode: Text.WordWrap
- horizontalAlignment: "AlignHCenter"
+ horizontalAlignment: Text.AlignHCenter
}
}
}