On Saturday, 28 December 2013 03:44:07 CEST, Preet wrote: > I'm concerned about what kind of overhead this incurs when I have a > fairly large list (say 100's of elements). It seems like creating that > many QObjects probably isn't a good idea.
Hundreds is not "that many". On the other hand, there is no reason to use QObject instances within your QAIM unless you need signals/slots within the model. If all you need is a way of notifying about changes, then the dataChanged signal is what one should use. Cheers, Jan -- Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
