diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-01-07 12:25:23 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-01-12 18:19:13 (GMT) |
commit | 4db1405ffa66c33f3746baa09301cdc4e05cacc7 (patch) | |
tree | 87ba464b0d97c472f8e54b1c60e69522e0c895a3 /examples/webkit/googlechat/form.ui | |
parent | 152e4ee249915b15241c5f37830f37bb569151b6 (diff) | |
download | Qt-4db1405ffa66c33f3746baa09301cdc4e05cacc7.zip Qt-4db1405ffa66c33f3746baa09301cdc4e05cacc7.tar.gz Qt-4db1405ffa66c33f3746baa09301cdc4e05cacc7.tar.bz2 |
Modifies the google chat example to use the DOM API
Now that it's there, we might as well use it!
Reviewed-by: Benjamin Poulain
Diffstat (limited to 'examples/webkit/googlechat/form.ui')
-rw-r--r-- | examples/webkit/googlechat/form.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/webkit/googlechat/form.ui b/examples/webkit/googlechat/form.ui index 3b9fb82..4939ea1 100644 --- a/examples/webkit/googlechat/form.ui +++ b/examples/webkit/googlechat/form.ui @@ -48,6 +48,9 @@ <property name="alignment"> <set>Qt::AlignCenter</set> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -160,6 +163,9 @@ <property name="text"> <string>Login</string> </property> + <property name="default"> + <bool>true</bool> + </property> </widget> </item> <item> |