Re: [SailfishDevel] Accessing ListView model properties in section.delegate

2015-02-02 Thread Andrey Kozhevnikov
you can use only one property as section. You need to compose your section value inside model yourself. 02.02.2015 20:55, Александр Крылков пишет: I have delegate like this: section { property: "groupingString" delegate: Row

Re: [SailfishDevel] Accessing ListView model properties in section.delegate

2015-02-02 Thread Александр Крылков
I have delegate like this: section { property: "groupingString" delegate: Row { width: parent.width Label

Re: [SailfishDevel] Accessing ListView model properties in section.delegate

2015-02-02 Thread Lucien Xu
Hello Alexander, This do not really make sense: Taking your example from Qt docs, in the medium category, there will be the Dog and Cat. In the "medium" section, you will have two different "name" properties, that are "Dog" and "Cat". What to pick to render name + size ? What would you like to