ValueButton { width: parent.width text: qsTr("Select a number") selector: ListSelector { model: 10 currentIndex: 1 } }
ListView { anchors.fill: parent model: qsTr("This is a model constructed from a list of strings").split(" ") }