QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <qgserrordialog.h>
Public Member Functions | |
QgsErrorDialog (const QgsError &error, const QString &title, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Constructor for QgsErrorDialog. More... | |
Static Public Member Functions | |
static void | show (const QgsError &error, const QString &title, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
Show dialog with error. More... | |
Definition at line 32 of file qgserrordialog.h.
QgsErrorDialog::QgsErrorDialog | ( | const QgsError & | error, |
const QString & | title, | ||
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Constructor for QgsErrorDialog.
Definition at line 22 of file qgserrordialog.cpp.
|
static |
Show dialog with error.
error | error |
title | title |
parent | parent object |
fl | widget flags |
Definition at line 60 of file qgserrordialog.cpp.