Results 1 to 3 of 3

Thread: QDomDocumen save method doesn't work!

Threaded View

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

    Default Re: QDomDocumen save method doesn't work!

    Well, it is perfectly saved, but not where you expect it! It is saved in your QString xmlAddress. If you want to save it to a file, specified by xmlAddress, you have to use QFile first!


    And did you noticed, that you have used the wrong tags to indicate that your text is c++ code? Please use the [code] tags next time, which makes your code much more readable.

  2. The following user says thank you to Lykurg for this useful post:

    xiongxiongchuan (1st June 2010)

Similar Threads

  1. QPixmap::save() doesn't work
    By Persoontje in forum Qt Programming
    Replies: 2
    Last Post: 25th November 2009, 11:53
  2. QThread::start() doesn't invoke run() method
    By seim in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2009, 17:09
  3. QHttp RFC Method PUT not work.
    By patrik08 in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2007, 15:44
  4. Replies: 6
    Last Post: 3rd November 2006, 11:53
  5. QImage : trouble with save() method
    By krivenok in forum Qt Programming
    Replies: 12
    Last Post: 3rd May 2006, 20:55

Tags for this Thread

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.