16 #include <QMessageBox>
31 msgBox.setWindowTitle(t);
39 msgBox.setWindowTitle(t);
41 msgBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel);
42 msgBox.setDefaultButton(QMessageBox::Cancel);
44 return msgBox.exec() == QMessageBox::Ok;
Definition of the OGSError class.
static void box(const QString &e)
static bool question(const QString &e, const QString &t)