![]() |
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
|
#include <dialogmsg.h>
Public Member Functions | |
DialogMsg (const QString &title, const QString &text, const QString &additional, const int &type, QWidget *parent=nullptr) | |
Dialog constructor. More... | |
Private Slots | |
void | on_button_ShowAdditional_clicked () |
Shows the additional informations. | |
void | on_button_Ok_clicked () |
Called when the OK button gets clicked. | |
A dialog message to provide informations to the user
DialogMsg::DialogMsg | ( | const QString & | title, |
const QString & | text, | ||
const QString & | additional, | ||
const int & | type, | ||
QWidget * | parent = nullptr |
||
) |
Dialog constructor.
title | The title |
text | The message |
additional | Additional informations, usually an error message |
parent | The parent Widget |