TextDocument
Qt Base Class: QTextDocument
Signature: QTextDocument(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QTextDocument(self, text: str, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
TextDocumentMixin prettyqt.gui.textdocument |
||
QTextDocument PySide6.QtGui QTextDocument(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473245580688["gui.TextDocument"]
1473245579712["gui.TextDocumentMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473289221280["QtGui.QTextDocument"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473245579712 --> 1473245580688
1473299815024 --> 1473245579712
140713234304496 --> 1473299815024
1473289221280 --> 1473245580688
1473288842240 --> 1473289221280
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: TextDocumentMixin
, QTextDocument
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
undoRedoEnabled |
bool | |
modified |
bool | |
pageSize |
QSizeF | |
defaultFont |
QFont | |
useDesignMetrics |
bool | |
layoutEnabled |
bool | |
size |
QSizeF | |
textWidth |
double | |
blockCount |
int | |
indentWidth |
double | |
defaultStyleSheet |
QString | |
maximumBlockCount |
int | |
documentMargin |
double | |
baseUrl |
QUrl |