Guido Seifert schreef op 19-11-2013 22:15:
>> I think your problem is in your data structure. Instead of using
>> separate containers for each of the fields, you should use a single
>> container with all of the fields:
> Maybe. Another nice way is to drop the QList at all and use an in-memory
> sqlite database. Easily searched and sorted in any way one could wish.
Downsides: cluncky API and not type safe. Seems like a lot of overhead 
for such a simple task.

André

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to