Hi ,

i have a use case were i have to read byte data from .hex file of size around 4093 bytes to Qbyte array.
while reading data from file i have to read only 8bytes at a time.

i am new to Qt.

how do i achieve this use case?