aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/Page.qml
blob: abe4364315c5613d91fb2655a5d69511e79747b6 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Item {
    anchors.fill: parent
    default property alias contentArea: contentItem.data
    Item {
        id: contentItem
        anchors.fill: parent
    }
}