1#ifndef QX_WIDGETS_COMMON_H 
    2#define QX_WIDGETS_COMMON_H 
    5#include "qx/widgets/qx_widgets_export.h" 
   18                                        QMessageBox::StandardButtons choices = QMessageBox::Ok,
 
   19                                        QMessageBox::StandardButton defChoice = QMessageBox::NoButton);
 
The Error class acts as an interface for an extensible variety of error objects.
Definition qx-error.h:65
 
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13
 
int postBlockingError(const Error &error, QMessageBox::StandardButtons choices, QMessageBox::StandardButton defChoice)
Definition qx-common-widgets.cpp:57
 
void postError(const Error &error)
Definition qx-common-widgets.cpp:32
 
The qx-error.h header file provides access to the Error interface.