Hi..
I am using "QFileDialog::getOpenFileName()" in mycode. The thing is if i select a smaller file(in size), filedialoge closing immedietly. If i select a large movie file(morethan ~500MB), dialoge taking long time to close itself. Ofcourse it returning the path of that file, but why this delay in closing happens? Can i avoid that?