问题描述:
当将鼠标悬停在按钮或 float/int 字段上时,希望显示一条消息
解决方法:
Maya.cmds
使用 annotation flag 会在左下角进行显示
同时需要确保 Preference-Interface-Help-PopupHelp-Display ToolClips为开启状态才能显示弹窗
annotation
toolclips
PySide2/PyQt
直接使用 setToolTip 函数
setToolTip
当将鼠标悬停在按钮或 float/int 字段上时,希望显示一条消息
Maya.cmds
使用 annotation flag 会在左下角进行显示
同时需要确保 Preference-Interface-Help-PopupHelp-Display ToolClips为开启状态才能显示弹窗
annotation
toolclips
PySide2/PyQt
直接使用 setToolTip 函数
setToolTip