Comment 0 for bug 1550706

Revision history for this message
Simon Stürz (stuerz-simon) wrote : Thumbnails not working with qrc

The thumbnailer works only if I load images from the file system, not from a resource file:

    Image {
        id: backgroundImage
        anchors.fill: parent
        sourceSize: Qt.size(parent.width, parent.height)
        source: "qrc:///images/menu-background.jpg"
    }

The default sdk template uses qrc as template.