How to resize the dialog window displayed through getSaveFileName()
Hello,
I want to set the size of dialog displayed by getSaveFileName(). Please let me know if this is possible and if yes then how?
I allready tried creating a object of QDialog and setting it's size and pass this dialog as parent to getSaveFileName(). But this didn't worked.
Regards,
Abhilasha Jha
Re: How to resize the dialog window displayed through getSaveFileName()
Why would it work?
Anyway... If you want to resize the dialog, then use QFileDialog as a regular class, not through its static method.
Re: How to resize the dialog window displayed through getSaveFileName()
How can I get the name of file given by user to save the file content through QFileDialog.
Re: How to resize the dialog window displayed through getSaveFileName()
Re: How to resize the dialog window displayed through getSaveFileName()