![]() |
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
|
#include <dialogbool.h>
Public Member Functions | |
| DialogBool (const QString &title, const QString &text, QWidget *parent=nullptr) | |
| Dialog constructor. More... | |
Private Slots | |
| void | on_button_NO_clicked () |
| Called when the NO button gets clicked. | |
| void | on_button_YES_clicked () |
| Called when the YES button gets clicked. | |
YES/NO choice dialog
| DialogBool::DialogBool | ( | const QString & | title, |
| const QString & | text, | ||
| QWidget * | parent = nullptr |
||
| ) |
Dialog constructor.
| title | The title |
| text | The message |
| parent | The parent Widget |