Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
6.2.0 Beta1
-
None
Description
If Instantiator is placed inside Column instead of Repeater, none of the loaded items are show.
See the attached example.
If I add this code to Instantiator, the items become visible, but not properly sorted.
onObjectAdded: { object.parent = column; }
Attachments
Issue Links
- duplicates
-
QTBUG-64546 Instantiator: provide a way to set the QObject parent of the objects it creates
- Reported