Results 1 to 2 of 2

Thread: Difference between QDataStream and QTextStream

  1. #1
    Join Date
    Jul 2009
    Posts
    39
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Difference between QDataStream and QTextStream

    What is the difference between QDataStream and QTextStream?

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Difference between QDataStream and QTextStream

    The QDataStream class provides serialization of binary data to a QIODevice.

    The QTextStream class provides a convenient interface for reading and writing text.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.