__delattr__(self, name) |
Implement delattr(self, name). [extrait de __delattr__.__doc__] |
__setattr__(self, name, value) |
Implement setattr(self, name, value). [extrait de __setattr__.__doc__] |
addSelection(self, startOffset: int, endOffset: int) -> None |
addSelection(self, startOffset: int, endOffset: int) -> None [extrait de addSelection.__doc__] |
attributes(self, offset: int) -> Tuple[str, int, int] |
attributes(self, offset: int) -> Tuple[str, int, int] [extrait de attributes.__doc__] |
characterCount(self) -> int |
characterCount(self) -> int [extrait de characterCount.__doc__] |
characterRect(self, offset: int) -> PySide6.QtCore.QRect |
characterRect(self, offset: int) -> PySide6.QtCore.QRect [extrait de characterRect.__doc__] |
cursorPosition(self) -> int |
cursorPosition(self) -> int [extrait de cursorPosition.__doc__] |
offsetAtPoint(self, point: PySide6.QtCore.QPoint) -> int |
offsetAtPoint(self, point: PySide6.QtCore.QPoint) -> int [extrait de offsetAtPoint.__doc__] |
removeSelection(self, selectionIndex: int) -> None |
removeSelection(self, selectionIndex: int) -> None [extrait de removeSelection.__doc__] |
scrollToSubstring(self, startIndex: int, endIndex: int) -> None |
scrollToSubstring(self, startIndex: int, endIndex: int) -> None [extrait de scrollToSubstring.__doc__] |
selection(self, selectionIndex: int) -> Tuple[int, int] |
selection(self, selectionIndex: int) -> Tuple[int, int] [extrait de selection.__doc__] |
selectionCount(self) -> int |
selectionCount(self) -> int [extrait de selectionCount.__doc__] |
setCursorPosition(self, position: int) -> None |
setCursorPosition(self, position: int) -> None [extrait de setCursorPosition.__doc__] |
setSelection(self, selectionIndex: int, startOffset: int, endOffset: int) -> None |
setSelection(self, selectionIndex: int, startOffset: int, endOffset: int) -> None [extrait de setSelection.__doc__] |
text(self, startOffset: int, endOffset: int) -> str |
text(self, startOffset: int, endOffset: int) -> str [extrait de text.__doc__] |
textAfterOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] |
textAfterOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] [extrait de textAfterOffset.__doc__] |
textAtOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] |
textAtOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] [extrait de textAtOffset.__doc__] |
textBeforeOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] |
textBeforeOffset(self, offset: int, boundaryType: PySide6.QtGui.QAccessible.TextBoundaryType) -> Tuple[str, int, int] [extrait de textBeforeOffset.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :