Looking for some clues about qtquick/silica
Hi,
I am developing an application for Sailfish OS. I made some good progress with QT until I have bumped into what seems insolvable. Documentation is very sparse for QT newbies so I ask for help here.
How to make qtquick listview (or SilicaListView) elements clickable? I have learned to make dynamic sized list out of some data and show it properly, but how to make each listView element to react to user input and activate something?
code:
Page {
SilicaListView {
var list = ["apple", "orange", "plum", "boomerang"];
?????
}
}
One way to find good examples is going to openrepos where most of the sailfish applications are open-source with source code on github
Jonas ( 2015-11-17 22:49:25 +0200 )edit