View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#2
I don't think the Hildon FileChooserDialog (which is what is created when using the static QFileDialog methods) has an option to set the caption/title, so that paramater will not be used in QtMaemo5.

When opening an existing file, the Hildon FileChooserDialog is constructed like this:

Code:
Hildon::FileChooserDialog dialog(*this, Gtk::FILE_CHOOSER_ACTION_OPEN);
See http://maemomm.garage.maemo.org/docs...serDialog.html.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 4 Users Say Thank You to marxian For This Useful Post: