Results 1 to 2 of 2

Thread: QFileDialog failure

  1. #1
    Join Date
    Dec 2009
    Posts
    47
    Thanks
    13
    Qt products
    Qt4
    Platforms
    Windows

    Default QFileDialog failure

    The file dialog opened with QFileDialog does not respond correctly. While the files in the current directory are shown, the directory tree is not expanded properly. Clicking to expand the directory causes the directory tree to blank and not redraw for about 5 secs. Clicking on a file too select it does nothing. Double-clicking selects the correct file and exits.

    The code...

    Qt Code:
    1. QString fileName = QFileDialog::getOpenFileName(this, tr("Open"), ".",
    2. tr("Text files (*.text)"));
    To copy to clipboard, switch view to plain text mode 
    getSaveFileName responds exactly the same way. The response occurs in both debug and release.

    I am using Windows 7 64 bit, VS 2008, Qt 4.7.1, and am building a 32 bit app.

    This works fine in a prior build of Qt, 4.7.0.

    Thanks for any help.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QFileDialog failure

    The file dialog opened with QFileDialog does not respond correctly.
    This is not a question, but an assertion.

    As such, why don't you file a bug at Nokia?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. CoCreateInstance failure
    By wter27 in forum Qt Programming
    Replies: 6
    Last Post: 17th April 2013, 10:16
  2. Qt Creator Debugger failure
    By Carlton in forum Qt Tools
    Replies: 3
    Last Post: 23rd November 2010, 20:58
  3. Failure to build qt 4.5.1
    By doggrant in forum Qt Programming
    Replies: 1
    Last Post: 24th June 2009, 15:47
  4. DLL Failure on Winblows
    By ComaWhite in forum Qt Programming
    Replies: 1
    Last Post: 7th September 2008, 16:07
  5. QWT assert failure
    By Andimat in forum Qwt
    Replies: 1
    Last Post: 21st June 2007, 14:36

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.