Skip to content

Fix setLabelText(QFileDialog::Accept, tr("foo")); + QFileDialog::ShowDirsOnly

Laurent Montel requested to merge work/fix_custom_label into master

Before it was not possible to change Ok/Cancel text. When we use QFileDialog::ShowDirsOnly option it uses a specific widget with specific button. Now we can change text.

Merge request reports