Attribute¶
The Attribute
class stores an input method attribute. More…
Synopsis¶
Functions¶
Detailed Description¶
- class PySide6.QtGui.QInputMethodEvent.Attribute(typ, s, l)¶
PySide6.QtGui.QInputMethodEvent.Attribute(typ, s, l, val)
PySide6.QtGui.QInputMethodEvent.Attribute(Attribute)
- Parameters
val – object
Attribute –
PySide6.QtGui.QInputMethodEvent.Attribute
l – int
typ –
AttributeType
s – int
This is an overloaded function.
Constructs an input method attribute with no value. type
specifies the type of attribute, and start
and length
the position of the attribute.
Constructs an input method attribute. type
specifies the type of attribute, start
and length
the position of the attribute, and value
the value of the attribute.
- PySide6.QtGui.QInputMethodEvent.Attribute.type¶
- PySide6.QtGui.QInputMethodEvent.Attribute.start¶
- PySide6.QtGui.QInputMethodEvent.Attribute.length¶
- PySide6.QtGui.QInputMethodEvent.Attribute.value¶
- PySide6.QtGui.QInputMethodEvent.Attribute.__ne__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtGui.QInputMethodEvent.Attribute.__eq__(rhs)¶
- Parameters
- Return type
bool
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.