#include <showmaildialog.h>
Public Member Functions | |
ShowMailDialog (QWidget *parent, QString caption, bool allowHTML, QString sender, QString date, QString size, QString subject, QStringList body) | |
~ShowMailDialog () |
Definition at line 43 of file showmaildialog.h.
ShowMailDialog::ShowMailDialog | ( | QWidget * | parent, | |
QString | caption, | |||
bool | allowHTML, | |||
QString | sender, | |||
QString | date, | |||
QString | size, | |||
QString | subject, | |||
QStringList | body | |||
) |
generic constructor
parent | parent of the dialog | |
caption | the dialog caption | |
allowHTML | TRUE - allow the dialog to use the HTML in the mail body; FALSE - don't allow | |
sender | mail sender | |
date | date of send | |
size | mail size | |
subject | mail subject | |
body | mail body |
Definition at line 20 of file showmaildialog.cpp.
ShowMailDialog::~ShowMailDialog | ( | ) |
Destructor
Definition at line 84 of file showmaildialog.cpp.