[Qt-interest] Directory Dialog Performance Issue
Sudheesh Krishnankutty
sudheesh at softjin.com
Mon Oct 31 18:03:47 CET 2011
Hi,
I missed posting the environment details.
OS: WinXP-SP3
QT: 4.7.3
Compiler: Visual Studio 2008.
Regards,
Sudheesh
From: qt-interest-bounces+sudheesh=softjin.com at qt.nokia.com
[mailto:qt-interest-bounces+sudheesh=softjin.com at qt.nokia.com] On Behalf Of
Sudheesh Krishnankutty
Sent: Monday, October 31, 2011 10:29 PM
To: qt-interest at qt.nokia.com
Subject: [Qt-interest] Directory Dialog Performance Issue
Hi,
In the attached project, I am using two types of directory browse dialogs.
One using the static method QFileDialog::getExistingDirectory() and the
other one by sub-classing the QFileDialog class.
My observation is that when there are many mapped drives ( z mapped to
<file:///\\pc1\share1> \\pc1\share1 y mapped to <file:///\\pc2\share2>
\\pc2\share2 etc..) the MyFileDialog is very slow. If any of the mapped
systems are offline, then the MyFileDialog becomes even slower.
can you pls explain why MyFileDialog is very very slow when compared to the
Native dialog (static method).
We prefer using the MyFileDialog. Is there a way I can speed up the
MyFileDialog?
Regards,
Sudheesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111031/a701dc17/attachment.html
More information about the Qt-interest-old
mailing list