PDA

View Full Version : How to use the QFile::seek() in Qt-4.4.3



grsandeep85
2nd April 2010, 05:10
Hi,

I need to set to the current position in a file which is same as seek() operation in C/C++ and now i am using the qt-4.4.3 and i didn't found and seek() functions in QFile so any alternate method is there to do the seek() operation in qt-4.4.3. Any suggestions would be great full.

Thanks & Regards
Sandeep G R

Lykurg
2nd April 2010, 06:44
http://doc.trolltech.com/4.4/qiodevice.html#seek? (QFile inherits QIODevice)

grsandeep85
3rd April 2010, 11:54
Thanks a lot friend.