import QtQuick 2.0 import "file://qml/MixedResource" Rectangle { width: 360 height: 360 RedRect{ } GreenRecti{ y:100 } }