PDA

View Full Version : QFileDialog failure



johnmauer
1st March 2011, 16:39
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...


QString fileName = QFileDialog::getOpenFileName(this, tr("Open"), ".",
tr("Text files (*.text)"));

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.

high_flyer
2nd March 2011, 10:00
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 (http://bugreports.qt.nokia.com/secure/Dashboard.jspa) at Nokia?