[Interest] FileDialog nameFilters: is it supposed to work on Android?
Alexander Dyagilev
alervdvcw at gmail.com
Tue Oct 22 08:01:07 CEST 2024
Hello,
It seems it's working fine on my Android 14 Samsung A55 phone.
FileDialog
{
nameFilters: [qsTr("Zip files") + " (*.zip)" +
App.loc.emptyString]
fileMode: FileDialog.SaveFile
}
It still shows all files, however non-zip files are grayed out.
On Mon, Oct 21, 2024 at 10:06 PM Nuno Santos via Interest <
interest at qt-project.org> wrote:
> Hi,
>
> I’m trying to use name filters on FileDialog on Android.
>
> I’ve tried several combinations but it does not seem to work.
>
> Is this supposed to work?
>
> Thanks!
>
> Regards,
>
> Nuno
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20241022/84482092/attachment.htm>
More information about the Interest
mailing list