Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
b6251d31652232a6ac3a5dff54ad4229542089b1
Description
We have a ListView whose model is a QList<QObject*>, it works perfectly.
However, when we try to use the new section feature from ListView, setting section.property doesn't work : it can't find the property from our model. We have tried with section.property: "myProperty", section.property: "modelData.myProperty", etc...
If we use a ListModel, however, no problems