Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
3.x, 4.5.3
-
None
Description
When using QNetworkAccessManager to fetch data from internet, if a QFileDialog is open, "finished" signal is not received. (Although you can still get the timeout signal and custom signals.)
This problem doesn't occur without the dialog open. It doesn't occur with other modal dialog open (QMessageBox, QColorDialog tested).
Also this problem only shows in windows.
Tested with WinXP/VS2008, Qt4.5.x/Qt4.6.x
Test example provided.