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