| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
#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.
 1.8.17