[Webkit-unassigned] [Bug 105172] New: [Qt] QML property "settings" does not exist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 06:46:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105172

           Summary: [Qt] QML property "settings" does not exist
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hald at icandy.de


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list