Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Maximise file dialog on Nokia N9 / BB10 Dev Alpha
-
Hi,
Does anyone know how to open the standard Qt file dialog box such that it fills the screen please? At the moment it only partially fills the screen.
@
QString inputfilename = QFileDialog::getOpenFileName(this,tr("Save bulk data"), "./", tr("Bulk data files (*.bdf *.blk *.dat)"));
@Thanks in advance,
Tom