Results 1 to 4 of 4

Thread: dynamically create folders with QT

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Nov 2006
    Posts
    96

    Default Re: dynamically create folders with QT

    Hey. Thanks for your reply.

    Can you tell me one more thing. Why does this code not work:

    Qt Code:
    1. void MojeOkno::vpisiVpisaneVrednosti() {
    2. QFile file("test.txt");
    3.  
    4. QTextStream out(&file);
    5. out << "Let's see if it works." << endl;
    6. file.close();
    7. }
    To copy to clipboard, switch view to plain text mode 

    It does not save the string in test.text.
    Last edited by wysota; 13th March 2007 at 20:56. Reason: Corrected the bbcode

Similar Threads

  1. QFormbuilder : can not create widget of Q3ListView
    By user_mail07 in forum Qt Programming
    Replies: 5
    Last Post: 26th January 2007, 23:12
  2. how to create resource fork & data fork
    By jyoti in forum General Discussion
    Replies: 4
    Last Post: 28th November 2006, 17:20
  3. Replies: 1
    Last Post: 24th October 2006, 16:40
  4. How to create an Insert/Submit button for a form.
    By fnmblot in forum Qt Programming
    Replies: 5
    Last Post: 4th August 2006, 16:18
  5. How to create directories??
    By paranoid_android in forum Qt Programming
    Replies: 3
    Last Post: 9th March 2006, 16:28

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.