aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml
blob: 21eda2feaa0b90b75a04ed31e59a60b3d5e77e46 (plain) (blame)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Rectangle {
    anchors.centerIn: parent
    width: 50
    height: 50
    color: "red"
}