Dear Friends,
I want to reduce the size of QFileDialog , i tried using setFixedsize(x,y) function but the dialog size is not changing. the code is given below.

Qt Code:
  1. file->setFixedSize(320,240);
  2. const QString fileName = file->getOpenFileName(this, Open File"),currentPath());
To copy to clipboard, switch view to plain text mode 

thanks

Regards Askar