diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-23 03:52:24 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-23 03:52:24 (GMT) |
commit | c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02 (patch) | |
tree | ce554a355f1a91891fbd1cb388fafa6fb65b54f4 /doc/src/declarative/network.qdoc | |
parent | e24aa4af60718e17405871fb3776107adc0b36f1 (diff) | |
download | Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.zip Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.tar.gz Qt-c8359ce7b9ec72c100d8b46f8ac86ec6e8fbed02.tar.bz2 |
Collection of small doc improvements
Diffstat (limited to 'doc/src/declarative/network.qdoc')
-rw-r--r-- | doc/src/declarative/network.qdoc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/declarative/network.qdoc b/doc/src/declarative/network.qdoc index d268a13..68768c6 100644 --- a/doc/src/declarative/network.qdoc +++ b/doc/src/declarative/network.qdoc @@ -130,11 +130,12 @@ See the \tt demos/declarative/flickr for a real demonstration of this. \section1 Configuring the Network Access Manager All network access from QML is managed by a QNetworkAccessManager set on the QDeclarativeEngine which executes the QML. -By default, this is an unmodified Qt QNetworkAccessManager. You may set a different manager using -QDeclarativeEngine::setNetworkAccessManager() as appropriate for the policies of your application. -For example, the \l {Qt Declarative UI Runtime}{qml} 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. +By default, this is an unmodified Qt QNetworkAccessManager. You may set a different manager by +providing a QDeclarativeNetworkAccessManagerFactory and setting it via +QDeclarativeEngine::setNetworkAccessManagerFactory(). +For example, the \l {Qt Declarative UI Runtime}{qml} tool sets a QDeclarativeNetworkAccessManagerFactory which +creates QNetworkAccessManager that 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. \section1 QRC Resources |