![]() |
Mixxx
|
#include <QObject>#include <QMessageBox>#include <QSignalMapper>#include <QMutex>

Go to the source code of this file.
Classes | |
| class | ErrorDialogProperties |
| class | ErrorDialogHandler |
Enumerations | |
| enum | DialogType { DLG_FATAL = 5, DLG_CRITICAL = 4, DLG_WARNING = 3, DLG_INFO = 2, DLG_QUESTION = 1, DLG_NONE = 0 } |
| enum DialogType |
Class used to allow all threads to display message boxes on error conditions with a custom list of standard buttons and to be able to react to them
Definition at line 33 of file errordialoghandler.h.