Is there a functional cross-platform SaveAs feature in the Qt5.3+ QML FileDialog?
If not, is there a best practice for providing a similar feature?
FileDialog can be used for Save As in Desktop, but the initial filename can't be set. Also in Android there is no place in the dialog to add a file name.
I've tried the workaround "hack" regarding this subject posted elsewhere. It doesn't help.