import QtQuick 2.0 QtObject { property string name: "" property int height property int width property color color: "black" }