QInputMethodEvent.Attribute¶
The
Attribute
class 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
Attribute
- param typ
AttributeType
- param val
object
- param s
int
This is an overloaded function.
Constructs an input method attribute with no value.
type
specifies the type of attribute, andstart
andlength
the position of the attribute.Constructs an input method attribute.
type
specifies the type of attribute,start
andlength
the position of the attribute, andvalue
the value of the attribute.
-
PySide2.QtGui.QInputMethodEvent.Attribute.
type
¶
-
PySide2.QtGui.QInputMethodEvent.Attribute.
start
¶
-
PySide2.QtGui.QInputMethodEvent.Attribute.
length
¶
-
PySide2.QtGui.QInputMethodEvent.Attribute.
value
¶