aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickwidgets/qquickwidget/data/rectangle.qml
blob: 3b18ba35c16a5c2e07752e209745bdaad14b8811 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
Rectangle {
    width: 200
    height: 200

    color: "red"
}