LogDoctor/docs/html/classDialogMsg.html

8.4 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> </head>
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
Loading...
Searching...
No Matches

DialogMsg. More...

#include <dialogmsg.h>

Inheritance diagram for DialogMsg:

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.
 

Detailed Description

DialogMsg.

A dialog message to provide informations to the user

Constructor & Destructor Documentation

◆ DialogMsg()

DialogMsg::DialogMsg ( const QString &  title,
const QString &  text,
const QString &  additional,
const int &  type,
QWidget *  parent = nullptr 
)
explicit

Dialog constructor.

Parameters
titleThe title
textThe message
additionalAdditional informations, usually an error message
parentThe parent Widget

The documentation for this class was generated from the following files:
  • logdoctor/modules/dialogs/dialogmsg.h
  • logdoctor/modules/dialogs/dialogmsg.cpp

Generated by doxygen 1.9.5 </html>