Hi,
Maybe you have to read the file to a QByteArray and overwrite the date on it. Then you have to save the file with this new data.
Hi,
Maybe you have to read the file to a QByteArray and overwrite the date on it. Then you have to save the file with this new data.
Òscar Llarch i Galán
Hi,
Open the QFile and use a QDataStream on it. Then you can use:
bool QIODevice::seek ( qint64 pos )
Òscar Llarch i Galán
Bookmarks