import QtQuick 2.0 Rectangle { width: 96*4 height: 96 color: Qt.rgba(0, 0, 0, 1); Repeater { model: 16 Loader { } } }