I have my files as input in my app (its a binary file). What i want to do is read the whole file and put it in a QVector <uchar> mydata. is there an easy way to do it in Qt?

please help me,

baray98