Attribute

PyQt5.QtGui.QInputMethodEvent.Attribute

Description

The Attribute class stores an input method attribute.

Attributes

length: int

TODO


start: int

TODO


type: AttributeType

TODO


value: Any

TODO

Methods

__init__(Attribute)

TODO


__init__(AttributeType, int, int)

TODO


__init__(AttributeType, int, int, Any)

TODO