RESOLVED INVALID 105172
[Qt] QML property "settings" does not exist
https://bugs.webkit.org/show_bug.cgi?id=105172
Summary [Qt] QML property "settings" does not exist
Cornelius Hald
Reported 2012-12-17 06:48:38 PST
The following code gives the following error: WebView { url: "http://kodira.de" settings.autoLoadImages: false anchors.fill: parent } Cannot assign to non-existent property "settings" settings.autoLoadImages: false ^ This happens on Qt 5.0 RC2 with QtQuick 2.0. The property is known to QtCreator 2.6 and the build in documentation documents it. I cannot find any other way to manipulate the settings of QML WebView. Original bug filed here: https://bugreports.qt-project.org/browse/QTBUG-28585
Attachments
Note You need to log in before you can comment on or make changes to this bug.