Details
Description
call to QFileDialog::getOpenFileName(this, tr("Open File"), QDir::currentPath(), "Images (*.png *.bmp *.jpg, *.tif)")
does not aways close (80% of the time) after selecting a file and click OK, The OpenFile dialog stays on top but is like frozen (as you can see on the screen shot, open button stays in clicked mode), if you can do Hide/Show App from the menu bar... this will close the dialog and remove it from top!
- Click on Cancel always works fine
- same code with dialog.setOption(QFileDialog::DontUseNativeDialog); added works fine
- same code with 4.8.5 frameworks works fine
!!!!this is for me a severe issue which prevent the use of 5.1 or 5.2 frameworks
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11430 Load Project Window cannot be closed when evoked through the context menu in Projects sidebar
- Closed
-
QTBUG-31486 QFileDialog lockup with Snow Leopard
- Closed
- replaces
-
QTCREATORBUG-11383 Mac: "Add Existing Files ..." dialog does not close
- Closed
-
QTCREATORBUG-9806 "Choose Folder..." dialog does not close
- Closed
- resulted in
-
QTBUG-39038 QProgressDialog hangs during main event loop
- Closed