PDA

View Full Version : QFileDialog not closing windows.



prodj
3rd September 2009, 00:34
Hey guys, Im trying to get a file path using QFileDialog::getSaveFileName, when clicking save the dialog will not close, any button pressed its not going to close. But on linux x11 it works fine. Any knows whats going on ? or maybe something i might be doing wrong.

Rgds
prodj

prodj
3rd September 2009, 03:44
Found my prob, I was calling the QFileDialog as my main window runs , but when i connect it to a button , works fine.