Problem with readyread() and QFile
-
wrote on 5 May 2011, 15:01 last edited by
Hi
is readyread signal of QIODevice implemented in QFile ? it didn't work for me ? -
wrote on 5 May 2011, 15:09 last edited by
No, just read the documentation about "QFile":http://doc.qt.nokia.com/latest/qfile.html
bq. Unlike other QIODevice implementations, such as QTcpSocket, QFile does not emit the aboutToClose(), bytesWritten(), or readyRead() signals.
Best regards,
Leon -
wrote on 5 May 2011, 15:17 last edited by
Basically i want to read gps infos from /dev/rfcomm0 . is there a way to do that in Qt ?
-
wrote on 5 May 2011, 15:29 last edited by
[quote author="Naouali" date="1304608650"]Basically i want to read gps infos from /dev/rfcomm0 . is there a way to do that in Qt ?[/quote]
Most probably yes :)
You can also use "the Location API which is part of Qt Mobility":http://doc.qt.nokia.com/qtmobility-1.1.0/location-overview.html
3/4