import QtQuick Rectangle { id: root property int rows: 3 property int columns: 1 color: "#eee" radius: 4 width: 200 height: rows * 16 }