import QtQuick 2.0
Rectangle {
property int base: 60
property int w: base*2
property int h: base
property int ignore: 0
width: w
height: h
}