Attribute 类

( QInputMethodEvent::Attribute )

The QInputMethodEvent::Attribute 类存储输入法属性。 更多...

头: #include <Attribute>

公共函数

属性 (AttributeType type , int start , int length , QVariant value )

详细描述

The QInputMethodEvent::Attribute 类存储输入法属性。

成员函数文档编制

Attribute:: 属性 ( AttributeType type , int start , int length , QVariant value )

构造输入法属性。 type 指定属性的类型, start and length 属性的位置,和 value 属性的值。