def valueIcon(self):
ico = self.d__ptr.m_manager.valueIcon(self)
if not ico:
return QIcon()
return ico
###
# Returns a string representing the current state of this property.
#
# If the given property type can not generate such a string, this:
# function returns an empty string.
#
# \sa QtAbstractPropertyManager::valueText()
###
qtpropertybrowser.py 文件源码
python
阅读 39
收藏 0
点赞 0
评论 0
评论列表
文章目录