[SailfishDevel] SilicaFlickable, Column, SilicaListView

2015-05-23 Thread Віталій Коренєв
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 {

Re: [SailfishDevel] SilicaFlickable, Column, SilicaListView

2015-05-23 Thread Andrey Kozhevnikov
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