Skip to content

TextCharFormat

Qt Base Class: QTextCharFormat

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

Base classes

Name Children Inherits
TextCharFormatMixin
prettyqt.gui.textcharformat
QTextCharFormat
PySide6.QtGui
QTextCharFormat(self) -> None

⋔ Inheritance diagram

graph TD
  1473245669504["gui.TextCharFormat"]
  1473245667552["gui.TextCharFormatMixin"]
  1473245646080["gui.TextFormatMixin"]
  140713234304496["builtins.object"]
  1473299992576["QtGui.QTextCharFormat"]
  1473299700832["QtGui.QTextFormat"]
  1473291690208["Shiboken.Object"]
  1473245667552 --> 1473245669504
  1473245646080 --> 1473245667552
  140713234304496 --> 1473245646080
  1473299992576 --> 1473245669504
  1473299700832 --> 1473299992576
  1473291690208 --> 1473299700832
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: TextCharFormatMixin, QTextCharFormat

Source code in prettyqt\gui\textcharformat.py
class TextCharFormat(TextCharFormatMixin, gui.QTextCharFormat):
    pass