Comment 6 for bug 1227783

Revision history for this message
Tim Peeters (tpeeters) wrote :

This also shows black instead of the image and doesn't use any UITK components:

Rectangle {
    color: "green"
    width: 600
    height: 600

    Image {
        id: crossFader
        anchors {
            fill: parent
            margins: 20
        }
        source: "/home/tim/Pictures/very_large_orange.png"
}