Hello,
I've got a question,
What is the maximum size of a QList?
Is it of type integer? Because the iterators and access features are all integer based.
If so, What is the maximum size of the list? (Which integer type is actually used?)
Is it system dependent or (int32, int64 etc.) or is it a defined integer?
If I try to put in more objects than the maximum size of the QList?
What happens then?
I've read the Qt Reference but it doesn't say what will happen in these instances.
Bookmarks