QTextImageFormat Class Reference |
QTextImageFormat () | |
qreal | height () const |
bool | isValid () const |
QString | name () const |
void | setHeight ( qreal height ) |
void | setName ( const QString & name ) |
void | setWidth ( qreal width ) |
qreal | width () const |
The QTextImageFormat class provides formatting information for images in a QTextDocument.
Inline images are represented by an object replacement character (0xFFFC in Unicode) which has an associated QTextImageFormat. The image format specifies a name with setName() that is used to locate the image. The size of the rectangle that the image will occupy is specified using setWidth() and setHeight().
Images can be supplied in any format for which Qt has an image reader, so SVG drawings can be included alongside PNG, TIFF and other bitmap formats.
See also QImage and QImageReader.
Creates a new image format object.
Returns the height of the rectangle occupied by the image.
See also width() and setHeight().
Returns true if this image format is valid; otherwise returns false.
Returns the name of the image. The name refers to an entry in the application's resources file.
See also setName().
Sets the height of the rectangle occupied by the image.
See also height() and setWidth().
Sets the name of the image. The name is used to locate the image in the application's resources.
See also name().
Sets the width of the rectangle occupied by the image.
See also width() and setHeight().
Returns the width of the rectangle occupied by the image.
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 4.6 | |
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 contacter par email ou par MP ! |
Copyright © 2000-2012 - www.developpez.com