Skip to content

TextFormat

Qt Base Class: QTextFormat

Signature: QTextFormat(self) -> None QTextFormat(self, rhs: PySide6.QtGui.QTextFormat) -> None QTextFormat(self, type: int) -> None

Base classes

Name Children Inherits
TextFormatMixin
prettyqt.gui.textformat
QTextFormat
PySide6.QtGui
QTextFormat(self) -> None

⋔ Inheritance diagram

graph TD
  1473245647056["gui.TextFormat"]
  1473245646080["gui.TextFormatMixin"]
  140713234304496["builtins.object"]
  1473299700832["QtGui.QTextFormat"]
  1473291690208["Shiboken.Object"]
  1473245646080 --> 1473245647056
  140713234304496 --> 1473245646080
  1473299700832 --> 1473245647056
  1473291690208 --> 1473299700832
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: TextFormatMixin, QTextFormat

Source code in prettyqt\gui\textformat.py
class TextFormat(TextFormatMixin, gui.QTextFormat):
    pass