![]() |
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
|
#include <dialogdia.h>
Public Member Functions | |
| DialogDia (const QString &title, const QString &text, const bool &ignore=true, const bool &discard=true, const bool &abort=true, QWidget *parent=nullptr) | |
| Dialog constructor. More... | |
DISCARD/IGNORE/ABORT choice dialog
| DialogDia::DialogDia | ( | const QString & | title, |
| const QString & | text, | ||
| const bool & | ignore = true, |
||
| const bool & | discard = true, |
||
| const bool & | abort = true, |
||
| QWidget * | parent = nullptr |
||
| ) |
Dialog constructor.
| title | The title |
| text | The message |
| ignore | Whether to show the IGNORE button or not |
| discard | Whether to show the DISCARD button or not |
| abort | Whether to show the ABORT button or not |
| parent | The parent Widget |