Attribute¶
The
Attributeclass stores an input method attribute. More…

Detailed Description¶
- class PySide2.QtGui.QInputMethodEvent.Attribute(typ, s, l)¶
PySide2.QtGui.QInputMethodEvent.Attribute(typ, s, l, val)
PySide2.QtGui.QInputMethodEvent.Attribute(Attribute)
- param l:
int
- param Attribute:
- param typ:
- param val:
object
- param s:
int
This is an overloaded function.
Constructs an input method attribute with no value.
typespecifies the type of attribute, andstartandlengththe position of the attribute.Constructs an input method attribute.
typespecifies the type of attribute,startandlengththe position of the attribute, andvaluethe value of the attribute.
- PySide2.QtGui.QInputMethodEvent.Attribute.type¶
- PySide2.QtGui.QInputMethodEvent.Attribute.start¶
- PySide2.QtGui.QInputMethodEvent.Attribute.length¶
- PySide2.QtGui.QInputMethodEvent.Attribute.value¶
© 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.