Details
-
Suggestion
-
Status: Reported
-
P1: Critical
-
Resolution: Unresolved
-
1.1.x
-
None
Description
Now data fields names width and height causes not so nice conflict in List/Grid delegate where width and height can be properties of element(quite usual case).
It can worked around by directly accessing model data (e.g. parent.model.get(index).width), but figuring that out, can cause headache for some developers.