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

Rectangle {
    width: 640
    height: 480
    color: "black"
}