Rename buttons in FileDialog
Unsolved
QML and Qt Quick
-
Hi @Mihaill, I would say with the acceptLabel property
This property holds the label text shown on the button that accepts the dialog.
When set to an empty string, the default label of the underlying platform is used. The default label is typically Open or Save depending on which fileMode the dialog is used in.