diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
commit | 95f52ed1f9a1b3049e6862cb466754931c1d760d (patch) | |
tree | 8e4032755e9d9a90e53274ea583095c90eb77e59 /src/gui | |
parent | e5b34afef72154c017fe6d97eb7eda620754f6a2 (diff) | |
download | Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.zip Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.gz Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.bz2 |
Doc: Made a number of fixes to the documentation.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index dc0dbf4..2f85cd0 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -728,9 +728,9 @@ void QWidget::setAutoFillBackground(bool enabled) \list \i mouseMoveEvent() is called whenever the mouse moves while a mouse button is held down. This can be useful during drag and drop - operations. If you call setMouseTracking(true), you get mouse move - events even when no buttons are held down. (See also the \l{Drag - and Drop} guide.) + operations. If you call \l{setMouseTracking()}{setMouseTracking}(true), + you get mouse move events even when no buttons are held down. + (See also the \l{Drag and Drop} guide.) \i keyReleaseEvent() is called whenever a key is released and while it is held down (if the key is auto-repeating). In that case, the widget will receive a pair of key release and key press event for @@ -8664,8 +8664,8 @@ bool QWidget::event(QEvent *event) /*! This event handler can be reimplemented to handle state changes. - The state being changed in this event can be retrieved through event \a - event. + The state being changed in this event can be retrieved through the \a event + supplied. Change events include: QEvent::ToolBarChange, QEvent::ActivationChange, QEvent::EnabledChange, QEvent::FontChange, |