Class implementing a dialog to send bug reports.
        
            | Methods |  | 
        
        | __init__ createMultipartMail
 createSimpleMail
 handleAdd
 handleDelete
 handleSend
 sendmail
 
 | 
            |  | __init__ | 
        
        | 
__init__ ( self,  parent=None )
 Constructor        Arguments
            parentparent widget of this dialog (QWidget) | 
            |  | createMultipartMail | 
        
        | 
createMultipartMail ( self )
 Private method to create a multipart mail message.        Returns            string containing the mail message | 
            |  | createSimpleMail | 
        
        | 
createSimpleMail ( self )
 Private method to create a simple mail message.        Returns            string containing the mail message | 
            |  | handleAdd | 
        
        | 
handleAdd ( self )
 Private slot to handle the Add... button. | 
            |  | handleDelete | 
        
        | 
handleDelete ( self )
 Private slot to handle the Delete button. | 
            |  | handleSend | 
        
        | 
handleSend ( self )
 Private slot to send the email message. | 
            |  | sendmail | 
        
        | 
sendmail ( self,  msg )
 Private method to actually send the message.        Arguments
            msgthe message to be sent (string) |