QMoveEvent¶
- PyQt5.QtGui.QMoveEvent
Inherits from QEvent.
Description¶
The QMoveEvent class contains event parameters for move events.
Move events are sent to widgets that have been moved to a new position relative to their parent.
The event handler moveEvent() receives move events.
See also
Methods¶
- __init__(QMoveEvent)
TODO
- __init__(QPoint, QPoint)
Constructs a move event with the new and old widget positions, pos and oldPos respectively.
- oldPos() QPoint
TODO
- pos() QPoint
TODO