summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxwebview.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-06 05:07:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-06 05:07:35 (GMT)
commit10f17b5a6aa10e3733007430e9274ba8e0707099 (patch)
tree30ab9901e360c3653d13084d65ea347ba6d65b88 /src/declarative/fx/qfxwebview.cpp
parentbcfb24b17cf5c97c734c82ca2072eb8b13b80eec (diff)
downloadQt-10f17b5a6aa10e3733007430e9274ba8e0707099.zip
Qt-10f17b5a6aa10e3733007430e9274ba8e0707099.tar.gz
Qt-10f17b5a6aa10e3733007430e9274ba8e0707099.tar.bz2
Docs.
Diffstat (limited to 'src/declarative/fx/qfxwebview.cpp')
-rw-r--r--src/declarative/fx/qfxwebview.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/declarative/fx/qfxwebview.cpp b/src/declarative/fx/qfxwebview.cpp
index 3f05846..7998711 100644
--- a/src/declarative/fx/qfxwebview.cpp
+++ b/src/declarative/fx/qfxwebview.cpp
@@ -848,20 +848,20 @@ QWebPage *QFxWebView::page() const
// The QObject interface to settings().
/*!
- \qmlproperty bool WebView::settings::autoLoadImages
- \qmlproperty bool WebView::settings::javascriptEnabled
- \qmlproperty bool WebView::settings::javaEnabled
- \qmlproperty bool WebView::settings::pluginsEnabled
- \qmlproperty bool WebView::settings::privateBrowsingEnabled
- \qmlproperty bool WebView::settings::javascriptCanOpenWindows
- \qmlproperty bool WebView::settings::javascriptCanAccessClipboard
- \qmlproperty bool WebView::settings::developerExtrasEnabled
- \qmlproperty bool WebView::settings::linksIncludedInFocusChain
- \qmlproperty bool WebView::settings::zoomTextOnly
- \qmlproperty bool WebView::settings::printElementBackgrounds
- \qmlproperty bool WebView::settings::offlineStorageDatabaseEnabled
- \qmlproperty bool WebView::settings::offlineWebApplicationCacheEnabled
- \qmlproperty bool WebView::settings::localStorageDatabaseEnabled
+ \qmlproperty bool WebView::settings.autoLoadImages
+ \qmlproperty bool WebView::settings.javascriptEnabled
+ \qmlproperty bool WebView::settings.javaEnabled
+ \qmlproperty bool WebView::settings.pluginsEnabled
+ \qmlproperty bool WebView::settings.privateBrowsingEnabled
+ \qmlproperty bool WebView::settings.javascriptCanOpenWindows
+ \qmlproperty bool WebView::settings.javascriptCanAccessClipboard
+ \qmlproperty bool WebView::settings.developerExtrasEnabled
+ \qmlproperty bool WebView::settings.linksIncludedInFocusChain
+ \qmlproperty bool WebView::settings.zoomTextOnly
+ \qmlproperty bool WebView::settings.printElementBackgrounds
+ \qmlproperty bool WebView::settings.offlineStorageDatabaseEnabled
+ \qmlproperty bool WebView::settings.offlineWebApplicationCacheEnabled
+ \qmlproperty bool WebView::settings.localStorageDatabaseEnabled
These properties give access to the settings controlling the web view.