Skip to content

TextFrameFormat

Qt Base Class: QTextFrameFormat

Signature: QTextFrameFormat(self) -> None QTextFrameFormat(self, QTextFrameFormat: PySide6.QtGui.QTextFrameFormat) -> None QTextFrameFormat(self, fmt: PySide6.QtGui.QTextFormat) -> None

Base classes

Name Children Inherits
TextFrameFormatMixin
prettyqt.gui.textframeformat
QTextFrameFormat
PySide6.QtGui
QTextFrameFormat(self) -> None

⋔ Inheritance diagram

graph TD
  1473245615824["gui.TextFrameFormat"]
  1473245648032["gui.TextFrameFormatMixin"]
  1473245646080["gui.TextFormatMixin"]
  140713234304496["builtins.object"]
  1473299696928["QtGui.QTextFrameFormat"]
  1473299700832["QtGui.QTextFormat"]
  1473291690208["Shiboken.Object"]
  1473245648032 --> 1473245615824
  1473245646080 --> 1473245648032
  140713234304496 --> 1473245646080
  1473299696928 --> 1473245615824
  1473299700832 --> 1473299696928
  1473291690208 --> 1473299700832
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: TextFrameFormatMixin, QTextFrameFormat

Source code in prettyqt\gui\textframeformat.py
class TextFrameFormat(TextFrameFormatMixin, gui.QTextFrameFormat):
    pass