Thread
:
Qt "getOpenFileName" caption not working?
View Single Post
marxian
2014-04-17 , 23:29
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
Quote & Reply
|
The Following 4 Users Say Thank You to marxian For This Useful Post:
Copernicus
,
foobar
,
pichlo
,
sixwheeledbeast
marxian
View Public Profile
Send a private message to marxian
Find all posts by marxian