Il 12/07/2016 10:49, Mitch Curtis ha scritto:
As someone who has more experience with Qt Quick, I gotta ask... does QTableView create widgets for every row in the model all at once?
It does not create any sub widget. The whole point of the design of item views is to use a few delegate objects (1, out of the box) to paint themselves, not to create thousands of sub-widgets.
(Besides, this is the wrong ML for discussing this problem...) Cheers, -- Giuseppe D'Angelo | [email protected] | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company | Tel: UK +44-1625-809908 KDAB - The Qt Experts
smime.p7s
Description: Firma crittografica S/MIME
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
