mailtransport
MailTransport::TransportConfigDialog Class Reference
Configuration dialog for a mail transport. More...
#include <transportconfigdialog.h>
Inherits KDialog.
Signals | |
void | sendmailClicked () |
Public Member Functions | |
TransportConfigDialog (Transport *transport, QWidget *parent=0) | |
virtual | ~TransportConfigDialog () |
Detailed Description
Configuration dialog for a mail transport.Definition at line 36 of file transportconfigdialog.h.
Constructor & Destructor Documentation
TransportConfigDialog::TransportConfigDialog | ( | Transport * | transport, | |
QWidget * | parent = 0 | |||
) | [explicit] |
Creates a new mail transport configuration dialog for the given Transport object.
- Parameters:
-
transport The Transport object to configure. This must be a deep copy of a Transport object or a newly created one, which hasn't been added to the TransportManager yet. parent The parent widget.
Definition at line 125 of file transportconfigdialog.cpp.
TransportConfigDialog::~TransportConfigDialog | ( | ) | [virtual] |
The documentation for this class was generated from the following files: