Module implementing a dialog to send bug reports.
EmailDialog | Class implementing a dialog to send bug reports. |
None |
Class implementing a dialog to send bug reports.
EmailDialog | Constructor |
__createMultipartMail | Private method to create a multipart mail message. |
__createSimpleMail | Private method to create a simple mail message. |
__sendmail | Private method to actually send the message. |
on_addButton_clicked | Private slot to handle the Add... |
on_deleteButton_clicked | Private slot to handle the Delete button. |
on_message_textChanged | Private slot to handle the textChanged signal of the message edit. |
on_sendButton_clicked | Private slot to send the email message. |
on_subject_textChanged | Private slot to handle the textChanged signal of the subject edit. |
Constructor
Private method to create a multipart mail message.
Private method to create a simple mail message.
Private method to actually send the message.
Private slot to handle the Add... button.
Private slot to handle the Delete button.
Private slot to handle the textChanged signal of the message edit.
Private slot to send the email message.
Private slot to handle the textChanged signal of the subject edit.