aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/listview.2.qml
blob: 095b026fd289b5a1fa9722a2338afc116a2618f0 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Item {
    width: 320
    height: 480

    ListView {
        anchors.fill: parent
    }
}