The QInputMethodEvent::Attribute 类存储输入法属性。 更多...
头: | #include <Attribute> |
qmake: | QT += gui |
Attribute (AttributeType type , int start , int length , QVariant value ) | |
Attribute (AttributeType type , int start , int length ) |
The QInputMethodEvent::Attribute 类存储输入法属性。
构造输入法属性。 type 指定属性的类型, start and length 属性的位置,和 value 属性的值。
这是重载函数。
构造没有值的输入法属性。 type 指定属性的类型,和 start and length 属性的位置。
该函数在 Qt 5.7 引入。