PDA

View Full Version : Does Qt have his proper libraries to handle files?



Colx007
9th October 2007, 15:33
Does Qt have his proper libraries to handle files?
which are and that functions have? Can I open .dat, .txt, seg, seg-y, etc.

rewards:)

marcel
9th October 2007, 15:40
See QFile and QDataStream and QTextStream

wysota
9th October 2007, 15:52
And probably QDesktopServices::openUrl().