#include <showheaderdialog.h>
Public Member Functions | |
ShowHeaderDialog (QWidget *parent, QString &caption, QString &subject, QStringList header) | |
~ShowHeaderDialog () |
Definition at line 40 of file showheaderdialog.h.
ShowHeaderDialog::ShowHeaderDialog | ( | QWidget * | parent, | |
QString & | caption, | |||
QString & | subject, | |||
QStringList | header | |||
) |
Generic constructor.
parent | parent of the dialog | |
caption | the dialog caption | |
subject | mail subject | |
header | mail header |
Definition at line 20 of file showheaderdialog.cpp.
ShowHeaderDialog::~ShowHeaderDialog | ( | ) |
Destructor
Definition at line 56 of file showheaderdialog.cpp.