QTextImageFormat露
- PyQt5.QtGui.QTextImageFormat
Inherits from QTextCharFormat.
Description露
The QTextImageFormat class provides formatting information for images in a QTextDocument.
Inline images are represented by a Unicode value U+FFFC (OBJECT REPLACEMENT CHARACTER) 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 in pixels using setWidth() and setHeight(). The desired image quality may be set with .
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
Methods露
- __init__()
TODO
- __init__(QTextImageFormat)
TODO
- height() → float
See also
- isValid() → bool
TODO
- name() → str
See also
- quality() → int
TODO
- setHeight(float)
See also
- setName(str)
See also
- setQuality(quality: int = 100)
TODO
- setWidth(float)
See also
- width() → float
See also