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@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@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to