Skip to content

Add KMessageDialog, an async-centric variant of KMessageBox

Ahmad Samir requested to merge work/ahmad/kmessagedialog into master

KMessageDialog draws heavily from its older sibling KMessageBox, the main focus of the new class is to inherit directly from QDialog which means it can be easily used asynchronously. Most of the features and widgets that are available in KMessageBox dialogs are available in KMessageDialog.

Merge request reports