import QtQuick 2.0 Rectangle { width: 96/2 height: 96/2 Image { anchors.fill: parent source: "builtinface0.png" } }