QGraphicsProxyWidget Class Reference
[QtGui module]
Inherits QGraphicsWidget.
Methods
- __init__ (self, QGraphicsItem parent = None, Qt.WindowFlags flags = 0)
- contextMenuEvent (self, QGraphicsSceneContextMenuEvent)
- QGraphicsProxyWidget createProxyForChildWidget (self, QWidget)
- dragEnterEvent (self, QGraphicsSceneDragDropEvent)
- dragLeaveEvent (self, QGraphicsSceneDragDropEvent)
- dragMoveEvent (self, QGraphicsSceneDragDropEvent)
- dropEvent (self, QGraphicsSceneDragDropEvent)
- bool event (self, QEvent)
- bool eventFilter (self, QObject, QEvent)
- focusInEvent (self, QFocusEvent)
- bool focusNextPrevChild (self, bool)
- focusOutEvent (self, QFocusEvent)
- grabMouseEvent (self, QEvent)
- hideEvent (self, QHideEvent)
- hoverEnterEvent (self, QGraphicsSceneHoverEvent)
- hoverLeaveEvent (self, QGraphicsSceneHoverEvent)
- hoverMoveEvent (self, QGraphicsSceneHoverEvent)
- QVariant itemChange (self, QGraphicsItem.GraphicsItemChange, QVariant)
- keyPressEvent (self, QKeyEvent)
- keyReleaseEvent (self, QKeyEvent)
- mouseDoubleClickEvent (self, QGraphicsSceneMouseEvent)
- mouseMoveEvent (self, QGraphicsSceneMouseEvent)
- mousePressEvent (self, QGraphicsSceneMouseEvent)
- mouseReleaseEvent (self, QGraphicsSceneMouseEvent)
- QGraphicsProxyWidget newProxyWidget (self, QWidget)
- paint (self, QPainter, QStyleOptionGraphicsItem, QWidget)
- resizeEvent (self, QGraphicsSceneResizeEvent)
- setGeometry (self, QRectF)
- setWidget (self, QWidget)
- showEvent (self, QShowEvent)
- QSizeF sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
- QRectF subWidgetRect (self, QWidget)
- int type (self)
- ungrabMouseEvent (self, QEvent)
- wheelEvent (self, QGraphicsSceneWheelEvent)
- QWidget widget (self)
Detailed Description
Method Documentation
QGraphicsProxyWidget.__init__ (self, QGraphicsItem parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QGraphicsProxyWidget QGraphicsProxyWidget.createProxyForChildWidget (self, QWidget)
bool QGraphicsProxyWidget.event (self, QEvent)
bool QGraphicsProxyWidget.eventFilter (self, QObject, QEvent)
QGraphicsProxyWidget.focusInEvent (self, QFocusEvent)
bool QGraphicsProxyWidget.focusNextPrevChild (self, bool)
QGraphicsProxyWidget.focusOutEvent (self, QFocusEvent)
QGraphicsProxyWidget.grabMouseEvent (self, QEvent)
QGraphicsProxyWidget.hideEvent (self, QHideEvent)
QGraphicsProxyWidget.keyPressEvent (self, QKeyEvent)
QGraphicsProxyWidget.keyReleaseEvent (self, QKeyEvent)
QGraphicsProxyWidget.mouseDoubleClickEvent (self, QGraphicsSceneMouseEvent)
QGraphicsProxyWidget.setGeometry (self, QRectF)
QGraphicsProxyWidget.setWidget (self, QWidget)
The QWidget argument has it's ownership transferred to Qt.
QGraphicsProxyWidget.showEvent (self, QShowEvent)
QSizeF QGraphicsProxyWidget.sizeHint (self, Qt.SizeHint, QSizeF constraint = QSizeF())
QRectF QGraphicsProxyWidget.subWidgetRect (self, QWidget)
int QGraphicsProxyWidget.type (self)
QGraphicsProxyWidget.ungrabMouseEvent (self, QEvent)
QWidget QGraphicsProxyWidget.widget (self)