import QtQuick 2.0 Item { width: 320 height: 480 ListView { anchors.fill: parent } }