Thread
:
Need assistance from QT programmer
View Single Post
Berserk
2010-09-24 , 12:12
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#
130
What do you not understand exactly?
In the example they don't use QTextStream::readLine(), they use QFile::readLine(), which is inherited from QIODevice.
The difference is that QTextStream::readLine() returns a QString and QFile::readLine() returns a qint64 (QByteArray in the example), but I don't know anything about qint64 or QByteArrays, so I'll stick with QTextStrem::readLine()
__________________
Wallpaeper
- Desktop background manager (in Extras!)
Config Reader
- Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any
donations
Quote & Reply
|
Berserk
View Public Profile
Send a private message to Berserk
Find all posts by Berserk