I'm just starting to learn qml, and there are many questions.
I have
XmlListModel {
id: listModel
query: "/ colors / color"
XmlRole {name: "id"; query: "id / string ()"}
XmlRole {name: "title"; query: "title / string ()"}
...
}
SilicaFlickable {
The best way to get help is freenode #sailfishos irc channel imho :)
i can't properly understand what ui you want to get. basically you
should NOT put listview inside any other flickable. if you need
something under listview you should not set it hight, and anchor
something between listview bo