Table Of Contents

Previous topic

QInputMethodEvent

Next topic

QHideEvent

QInputMethodEvent.Attribute

Detailed Description

The QInputMethodEvent.Attribute class stores an input method attribute.
class PySide.QtGui.QInputMethodEvent.Attribute(t, s, l, val)
class PySide.QtGui.QInputMethodEvent.Attribute(Attribute)
Parameters:

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.

PySide.QtGui.QInputMethodEvent.Attribute.length
PySide.QtGui.QInputMethodEvent.Attribute.type
PySide.QtGui.QInputMethodEvent.Attribute.value
PySide.QtGui.QInputMethodEvent.Attribute.start