Messagelib
attachmentpropertiesdialog.h
36 explicit AttachmentPropertiesDialog(const AttachmentPart::Ptr &part, bool readOnly = false, QWidget *parent = nullptr);
QSharedPointer< AttachmentPart > Ptr
Defines a pointer to an attachment object.
Definition attachmentpart.h:31
AttachmentPart::Ptr attachmentPart() const
Returns the modified attachment.
Definition attachmentpropertiesdialog.cpp:327
bool isEncryptEnabled() const
Returns whether the encryption status of the attachment can be changed.
Definition attachmentpropertiesdialog.cpp:332
AttachmentPropertiesDialog(const AttachmentPart::Ptr &part, bool readOnly=false, QWidget *parent=nullptr)
Creates a new attachment properties dialog.
Definition attachmentpropertiesdialog.cpp:302
void setSignEnabled(bool enabled)
Sets whether the signature status of the attachment can be changed.
Definition attachmentpropertiesdialog.cpp:355
~AttachmentPropertiesDialog() override
Destroys the attachment properties dialog.
void setEncryptEnabled(bool enabled)
Sets whether the encryption status of the attachment can be changed.
Definition attachmentpropertiesdialog.cpp:340
bool isSignEnabled() const
Returns whether the signature status of the attachment can be changed.
Definition attachmentpropertiesdialog.cpp:347
QDialog(QWidget *parent, Qt::WindowFlags f)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
enabled
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.