![]() |
Home · Overviews · Examples |
The QTextImageFormat class provides formatting information for images in a QTextDocument. More...
Inherits QTextCharFormat.
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.
Copyright © 2007 Trolltech | Trademarks | Qt Jambi 4.3.2_01 |