Skip to content

[KFileWidget] Use KMessageWidget for error reporting

Kai Uwe Broulik requested to merge work/kbroulik/kfilewidget-messagewidget into master

Instead of a KMessageBox. It's a lot nicer :)

Screenshot_20220124_213723

(Didn't dare touching KDirOperator, though)

Seems to reliably go away when navigating to a different folder (not entirely sure under which circumstances urlEntered is and isn’t emitted)

I wonder if KDirOperator should emit canceled when jobError occurs?

The error message boxes ("can only select one file", "file could not be found", etc) when accepting the dialog are kept.

@dfaure @ahmadsamir

Edited by Kai Uwe Broulik

Merge request reports