Fix typo in QKeyEvent docs
Change-Id: I926fc94ae039f03c507149a6d3fc66f4584201e2 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
a24597d93d
commit
d20aa0d50d
@ -1123,7 +1123,7 @@ QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos,
|
||||
The event is propagated up the parent widget chain until a widget
|
||||
accepts it or an event filter consumes it.
|
||||
|
||||
The QWidget::setEnable() function can be used to enable or disable
|
||||
The QWidget::setEnabled() function can be used to enable or disable
|
||||
mouse and keyboard events for a widget.
|
||||
|
||||
The event handlers QWidget::keyPressEvent(), QWidget::keyReleaseEvent(),
|
||||
|
Loading…
Reference in New Issue
Block a user