Good Day,

I have a text file that needs to be read into the program, must be modified
& then when the data is stored again it needs to be stored in a new certain format

Example
Field Name | Size
A | 2 bytes
B | 4 bytes
C | 12 bits
D | 1 byte
& so on...

When I read data into program its stored in various arrays
of type QPoint, QList<int>, QList<double> and so on

I just need to know
Does Qt support what I need to store data accordingly
& if so,
How would I go about it


Kind Regards

Help much appreciated
Example will be glady accepted