How to have a name suggestion in the Labs FileDialog
Unsolved
QML and Qt Quick
-
I want to use https://doc.qt.io/qt-5.10/qml-qt-labs-platform-filedialog.html as a File Dialogue to save a file and specify its name and location. Is it possible to give it a proposed filename, so that the user does not need to enter a filename on his own?
-
Hi,
Isn't that the role of folder and currentFile ?