QMailComposerInterface Class Reference
|
Constant | Value | Description |
---|---|---|
QMailComposerInterface::Create | 0 | Create a new message |
QMailComposerInterface::Reply | 1 | Create a reply message to a previously received message |
QMailComposerInterface::ReplyToAll | 2 | Create a reply message addressed to all recipients of a previously received message |
QMailComposerInterface::Forward | 3 | Create a message that forwards an existing message |
Constructs the QMailComposerInterface object with the parent widget parent.
Destructs the QMailComposerInterface object.
Adds item as an attachment to the message in the composer. The action parameter specifies what the composer should do with item.
Signal that is emitted when message composition is cancelled.
See also changed().
Signal that is emitted when the currently composed message has been changed.
See also cancel().
Clears any message content contained in the composer.
Returns the content types created by the composer.
Signal that is emitted when the message composition context has changed. For example when transitioning from message body composition to message details composition in a multi page composer.
See also cancel() and changed().
Returns a string description of the current composition context.
Returns the icon representing the message type type created by the composer.
Returns the translated name of the message type type created by the composer, in a form suitable for display on a button or menu.
Returns the from address string for the currently composed message.
See also setFrom().
Returns the sending account for the currently composed message or an invalid QMailAccount if no account could be set.
Returns true if the composer is in details only mode, or false otherwise. This only applies to composers which may present a different view for message address details entry.
Returns true if the composer contains no message content; otherwise returns false.
Returns true if the composed message is ready to send or false otherwise.
Returns a string identifying the composer.
Returns the current content of the composer.
See also setMessage().
Returns the message types created by the composer.
Returns the translated name of the message type type created by the composer.
Presets the content of the composer from the message source. The message may be presented differently based on the type of composition specified by type.
Signal that is emitted when message composition has finished and the message is ready to send.
See also isReadyToSend().
Sets the message to contain body with text, if that is meaningful to the message type created by the composer. The text has the mime-type type.
Sets the default sending account to the QMailAccount with a QMailAccountId id.
If supported, sets the composer into details only mode if val is true. Otherwise the composer is set into normal composition mode.
See also isDetailsOnlyMode().
Sets the composed message from address to fromAddress.
See also from().
Presets the content of the composer to mail.
See also message().
Sets the composer to produce a message of type type.
Sets the composer to append signature to the body of the message, when creating a message.
Sets the composed message subject to subject.
Sets the composed message recipient address to to.
See also to().
Returns the recipient address of the composed message.
See also setTo().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com