Results 1 to 2 of 2

Thread: Difference between QDataStream and QTextStream

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

    Default Difference between QDataStream and QTextStream

    What is the difference between QDataStream and QTextStream?

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

    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
  •  
Qt is a trademark of The Qt Company.