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