[Qt-interest] On macos, how to browse into an application using QFileDialog::getOpenFileName
Sébastien Fricker
sebastien.fricker at gmail.com
Tue Sep 1 09:13:06 CEST 2009
In the meanwhile I found the solution: disabling the native file dialog
window.
Le 31-08-2009, Dan White <ygor at comcast.net> a écrit :
> The file you want to open: Is it a single file and would it be the same file every time ?
> If "yes", then you do not need to use a file-open-dialog.
>
> If "no", then why hide it in the bundle ?
> Or, you may have to code an alternate dialog that would mimic the behavior of the file-open-dialog to get around the restriction you describe.
>
> ???Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.???
> Bill Waterson (Calvin & Hobbes)
>
> ----- Original Message -----
> From: Sebastien Fricker <sebastien.fricker at gmail.com>
> To: qt-interest at trolltech.com
> Sent: Mon, 31 Aug 2009 07:41:27 +0000 (UTC)
> Subject: [Qt-interest] On macos, how to browse into an application using QFileDialog::getOpenFileName
>
>
> HI,
> I would like to open a file present in a macos bundle (.app
> directory). The getOpenFileName dialog always disable the
> possibility to select the buldle or browse into it.
>
> Is there a way to disable this behaviour?
>
> Thanks
> Sebastien
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
--
>> CoverageMeter - Code Coverage for C/C++ <<
http://www.coveragemeter.com
More information about the Qt-interest-old
mailing list