diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-10-16 06:03:38 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-10-16 06:03:38 (GMT) |
commit | 5010c2e8b0e9e8d90d971377e87b5ac8a6820ed1 (patch) | |
tree | aa19b7ab706a156a6e37b910db04434ac7281d85 /doc/src | |
parent | 9e94da3f1e49ba61c1ce8d42164addf6c1c75455 (diff) | |
parent | cf822676f9198b532b324b82855ecb6cae7c6968 (diff) | |
download | Qt-5010c2e8b0e9e8d90d971377e87b5ac8a6820ed1.zip Qt-5010c2e8b0e9e8d90d971377e87b5ac8a6820ed1.tar.gz Qt-5010c2e8b0e9e8d90d971377e87b5ac8a6820ed1.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/network.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/network.qdoc b/doc/src/declarative/network.qdoc index da4495f..e88dfdc 100644 --- a/doc/src/declarative/network.qdoc +++ b/doc/src/declarative/network.qdoc @@ -47,7 +47,7 @@ QML supports network transparency by using URLs (rather than file names) for all references from a QML document to other content. Since a \i relative URL is the same as a relative file, development of QML on regular file systems remains simple. -\section1 Accessing Network Reesources from QML +\section1 Accessing Network Resources from QML Whenever an object has a property of type URL (QUrl), assigning a string to that property will actually assign an absolute URL - by resolving the string against @@ -105,7 +105,7 @@ The \c import statement only works network transparently if it has an "as" claus All network access from QML is managed by a QNetworkAccessManager set on the QmlEngine which executes the QML. By default, this is an unmodified Qt QNetworkAccessManager. You may set a different manager using QmlEngine::setNetworkAccessManager() as appropriate for the policies of your application. -For eample, the \l qmlviewer tool sets a new QNetworkAccessManager which +For example, the \l qmlviewer tool sets a new QNetworkAccessManager which trusts HTTP Expiry headers to avoid network cache checks, allows HTTP Pipelining, adds a persistent HTTP CookieJar, a simple disk cache, and supports proxy settings. |