aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data/nullpixmap.qml
blob: d52f41f1645f0f6446c447ceda4752c3e6f2cc56 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Image {
    width: 10; height:10; fillMode: Image.PreserveAspectFit
    source: ""
}