Hello, people!

I'm starting with QT. My current aim is to store huge arrays of
seven different types. I don't not know which type exactly do I need,
it depends of file type that i'm going to read.
My idea is to write a class that has seven QVarLengthArrays. Six of
them are allways null and one stores my data. But this decision looks
quite gracelessly... So my questions are:

0. Is there any more elegant way to store my data?

1. Is QVarLengthArray sizable for this kind of job? (Storing huge(1
000 000 elements) arrays)


Thanks all of you for your time and attention!