Hi All,

I am using Qt 4.3 ,

I am having binary data in my file, I am reading that data into QByteArray. I want to get some integers from that data ,

So i am using QByteArray.toInt(). But i am not getting proper int values,

How to change binary data into other types ?

please help me.