Oliver Demetz wrote: > I looked into QFile and QDataStream, but there is no > fread(void* data, size_t element_size, int num, FILE * f) > function which allows me to read an array of int's as I am doing (which > is really comfortable). > Look at QDataStream?