mailtransport
#include <transportconfigdialog.h>
Inherits KDialog.
Public Member Functions | |
TransportConfigDialog (Transport *transport, QWidget *parent=0) | |
virtual | ~TransportConfigDialog () |
Detailed Description
Configuration dialog for a mail transport.
- Deprecated:
- Use TransportManager::configureTransport() instead.
Definition at line 40 of file transportconfigdialog.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new mail transport configuration dialog for the given Transport object.
The config dialog does not delete transport
, you have to delete it yourself.
Note that this class only works for transports that are handled directly by MailTransport, i.e. SMTP and Sendmail. This class cannot be used to configure an Akonadi transport.
- 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 72 of file transportconfigdialog.cpp.
|
virtual |
Destroys the transport config dialog.
Definition at line 113 of file transportconfigdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.