summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r--src/gui/kernel/qevent.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 33e3b7e1b7..e9527bdc48 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -58,6 +58,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEnterEvent
\ingroup events
+ \inmodule QtGui
\brief The QEnterEvent class contains parameters that describe an enter event.
@@ -144,6 +145,7 @@ QInputEvent::~QInputEvent()
/*!
\class QMouseEvent
\ingroup events
+ \inmodule QtGui
\brief The QMouseEvent class contains parameters that describe a mouse event.
@@ -412,6 +414,7 @@ QMouseEvent::~QMouseEvent()
/*!
\class QHoverEvent
\ingroup events
+ \inmodule QtGui
\brief The QHoverEvent class contains parameters that describe a mouse event.
@@ -797,6 +800,7 @@ QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos,
\brief The QKeyEvent class describes a key event.
\ingroup events
+ \inmodule QtGui
Key events are sent to the widget with keyboard input focus
when keys are pressed or released.
@@ -1728,6 +1732,7 @@ QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos)
/*!
\class QInputMethodEvent::Attribute
+ \inmodule QtGui
\brief The QInputMethodEvent::Attribute class stores an input method attribute.
*/
@@ -1752,7 +1757,7 @@ QInputMethodEvent::QInputMethodEvent()
}
/*!
- Construcs an event of type QEvent::InputMethod. The
+ Constructs an event of type QEvent::InputMethod. The
preedit text is set to \a preeditText, the attributes to
\a attributes.