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
I have delegate like this:
section
{
property: "groupingString"
delegate: Row
{
width: parent.width
Label
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