Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
None
-
5.5.1
-
Win 7 x64 Ultimate SP1.
Description
I've just stumbled on this:
QStringList list = QFileDialog::getOpenFileNames(this, tr("Open runs"), m_openPath, QString("Runs info (*.bin)"), 0, QFileDialog::DontUseNativeDialog);
When it is executed, on the left part of the window I get 3 "default locations": Desktop, MaX (this is my Username in Windows) and Documents. If I click on Desktop, it hangs (application becomes unresponsive, have to force quit).
The problem comes from the fact I have a NAS that is username/password protected (and a link to it on my Desktop). If I'm already logged on the NAS, then all works fine. If not, clicking on Dekstop from the dialog makes it hang forever.
The native dialog does not have the problem.
Attachments
Issue Links
- relates to
-
QTBUG-6039 QFileDialog slowdown with unreachable mapped network drive
- Closed