20 #ifndef __GUI_FATALERR_H 21 # define __GUI_FATALERR_H 56 FatalErr(QString
const & title, QString
const & text,
QWidget * parent = 0);
65 static int message(QString
const & title, QString
const & text,
QWidget * parent = 0);
86 static int const Timer = 60;
User clicked on the Abort button or the dialog box timed out.
User clicked on the Ignore button.
virtual void timerEvent(QTimerEvent *)
Timer event handler.
Fatal error message dialog box.
FatalErr(QString const &title, QString const &text, QWidget *parent=0)
Creates the fatal error message dialog box.
static int message(QString const &title, QString const &text, QWidget *parent=0)
Shows a fatal error message dialog box.