Hi Thomas, > Btw, could you just try, if at() instead of [ ] is faster for our case Actually, I think QList::at() won't be very useful. It might well be a bit faster than [], but it returns a const pointer, so the object cannot be modified. regards, Jason