blob: 095b026fd289b5a1fa9722a2338afc116a2618f0 [file] [log] [blame]
import QtQuick 2.0
Item {
width: 320
height: 480
ListView {
anchors.fill: parent
}
}