Skip to content

TextObjectInterface

Qt Base Class: QTextObjectInterface

Signature: QTextObjectInterface(self) -> None

Base classes

Name Children Inherits
QTextObjectInterface
PySide6.QtGui
QTextObjectInterface(self) -> None

⋔ Inheritance diagram

graph TD
  1473245524080["gui.TextObjectInterface"]
  1473299690096["QtGui.QTextObjectInterface"]
  1473291690208["Shiboken.Object"]
  140713234304496["builtins.object"]
  1473299690096 --> 1473245524080
  1473291690208 --> 1473299690096
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QTextObjectInterface

Source code in prettyqt\gui\textobjectinterface.py
class TextObjectInterface(QtGui.QTextObjectInterface):
    pass