- class QPlaceAttribute#
摘要#
属性#
方法#
def
__init__()
定义
isEmpty()
定义
label()
定义
__ne__()
定义
__eq__()
定义
setLabel()
定义
setText()
定义
swap()
定义
text()
注意
本文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有任何问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来告知我们。
详细描述#
注意
属性可以直接在 `from __feature__ import true_property` 被使用时或通过访问器函数在其他情况下使用。
- 属性label: str#
- 访问函数
- 属性text: str#
- PySide6.QtLocation.QPlaceAttribute.OpeningHours#
- PySide6.QtLocation.QPlaceAttribute.Payment#
- PySide6.QtLocation.QPlaceAttribute.Provider#
- __init__()#
- __init__(other)
- 参数:
other –
QPlaceAttribute
- isEmpty()#
- 返回类型:
bool
- label()#
- 返回类型:
str
属性
label
的获取器。- __ne__(rhs)#
- 参数:
rhs –
QPlaceAttribute
- 返回类型:
bool
- __eq__(rhs)#
- 参数:
rhs –
QPlaceAttribute
- 返回类型:
bool
- setLabel(label)#
- 参数:
label – 字符串
属性
label
的设置器。- setText(text)#
- 参数:
text – 字符串
属性
text
的设置器。- swap(other)#
- 参数:
other –
QPlaceAttribute
- text()#
- 返回类型:
str
属性
text
的获取器。