Results 1 to 3 of 3

Thread: Saving Text and Images as a file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    42
    Thanks
    8
    Qt products
    Qt4 Qt/Embedded

    Default Saving Text and Images as a file

    Hi, I am using QT 4.7. I am trying to save a file which contains some texts and also images. I can save as a html and retireve it. Even i can save it as a ODF format. But i cant open it again.Is the any other way to save a file which contains text and images and retrieve it ????????????

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Saving Text and Images as a file

    Do you need, that the file is usable outside your application? If not you can simply push all data in a file using QDataStream.

Similar Threads

  1. Saving rich text to XML file
    By been_1990 in forum Newbie
    Replies: 5
    Last Post: 2nd August 2010, 23:46
  2. Problems saving a text file
    By aarelovich in forum Qt Programming
    Replies: 3
    Last Post: 27th September 2009, 14:39
  3. Saving a password in a file
    By srohit24 in forum Qt Programming
    Replies: 12
    Last Post: 25th June 2009, 07:50
  4. Saving QLabel content in a file
    By Caius Aérobus in forum Newbie
    Replies: 1
    Last Post: 29th October 2008, 17:03
  5. Saving images from QTextEdit
    By borges in forum Qt Programming
    Replies: 2
    Last Post: 11th January 2007, 10:38

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.