[Qt-interest] feature request: QIODevice::seek(qint64 pos, SeekFrom from=QIODevice::FromBegin)

Gerald Giese geraldgiese at gmx.de
Fri Mar 6 14:19:47 CET 2009


i come from MFC/wxWidgets and there the function File::seek has an
optional parameter "From")

It would nice to have following:

QIODevice::seek(qint64 pos, SeekFrom from=QIODevice::FromBegin)

enum:
QIODevice::FromBegin
QIODevice::FromCurrent
QIODevice::FromEnd

Best regards,
geraldgiese at gmx.de






More information about the Qt-interest-old mailing list