- class 属性#
属性
类存储输入方法属性。 更多...概要#
方法#
def
__init__()
def
__ne__()
def
__eq__()
注意
此文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译中存在问题,您也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建问题来解决。
详细描述#
- PySide6.QtGui.QInputMethodEvent.Attribute.type#
- PySide6.QtGui.QInputMethodEvent.Attribute.start#
- PySide6.QtGui.QInputMethodEvent.Attribute.length#
- PySide6.QtGui.QInputMethodEvent.Attribute.value#
- __init__(typ, s, l)#
- 参数:
typ –
AttributeType
s – int
l – int
这是一个重载函数。
构造一个没有任何值的输入法属性。代码
type
指定属性的类型,而start
和length
指定属性的位置。- __init__(typ, s, l, val)
- 参数:
typ –
AttributeType
s – int
l – int
val – 对象
构造一个输入法属性。代码
type
指定属性的类型,start
和length
指定属性的位置,value
指定属性的值。- __ne__(rhs)#
- 参数:
rhs –
Attribute
- 返回类型:
布尔值
- __eq__(rhs)#
- 参数:
rhs –
Attribute
- 返回类型:
布尔值