aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodel/data/enumsInListElement.qml
blob: e8d594dfd87087f1ea96c4cc752332980dbf5915 (plain)
1
2
3
4
5
6
7
8
import QtQuick

ListView {
    width: 180
    height: 200
    model: Model {}
    delegate: Text { text: choose }
}