Home · All Classes · Modules · QSS HELP · QSS 案例 · VER007 HOME |
该QGraphicsSceneHelpEvent类提供事件时,工具提示请求。More...
该QGraphicsSceneHelpEvent类提供事件时,工具提示请求。
当QGraphicsView收到QEvent类型QEvent.ToolTip,它会创建一个QGraphicsSceneHelpEvent ,被转发到了现场。您可以在设置的工具提示QGraphicsItem同setToolTip();默认QGraphicsScene显示的工具提示QGraphicsItem最高的z值下的鼠标位置(即最上面的项目) 。
QGraphicsView不转发事件时,"What's This"和status tip帮助请求。如果你需要,你可以重新实现QGraphicsView.viewportEvent( )和远期QStatusTipEvent事件和QEvents类型QEvent.WhatsThis到现场。
返回鼠标光标在现场的位置,此刻的帮助事件被送往坐标。
See also screenPos( ) 。
返回鼠标光标在屏幕上的位置,此刻的帮助下事件被送往坐标。
See also scenePos( ) 。
PyQt 4.10.3 for X11 | Copyright © Riverbank Computing Ltd and Nokia 2012 | Qt 4.8.5 |