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