Results 1 to 4 of 4

Thread: probabily probme with QFileDIalog

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default probabily probme with QFileDIalog

    hi, hi coded this:
    Qt Code:
    1. void mainform::save() {
    2. file = QFileDialog::getOpenFileName(ref,
    3. " (*.xml)\n"
    4. " (*.ler)\n"
    5. "All Files (*.xml; *.ler)",
    6. NULL,
    7. this,
    8. "open file dialog",
    9. tr("Choose a filename to open under"));
    10. Working work(this);
    11. doManyThings()
    12. work.close();
    13. }
    To copy to clipboard, switch view to plain text mode 
    It happen that when I save the qfiledialog leave an umbra on my app (you can see the pic); the same for work dialog (you can see this worst)....I don't understand: I'd like that when I click on save in QfileDialog it go away and THEN 'doManyThings()' is execute...but happen that the umbra of QFileDIalog disappear only when doManyThings() is executed completely. Can anyone help me? thanks
    Attached Images Attached Images
    Regards

Similar Threads

  1. QFileDialog hidden files
    By blukske in forum Qt Programming
    Replies: 3
    Last Post: 8th March 2007, 02:11
  2. copy file/s from QFileDialog
    By raphaelf in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 14:26

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.