Renamed the keyboard-focus doc to make clear it's about Widgets
Also link from the widgets index page. Change-Id: I49cd415b09d7458d89d75931ecfaafe29c226c6f Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>bb10
parent
36e744845d
commit
93fe107b3a
|
|
@ -1759,7 +1759,7 @@
|
|||
|
||||
\omitvalue NoFocusReason
|
||||
|
||||
\sa {Keyboard Focus}
|
||||
\sa {Keyboard Focus in Widgets}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -1075,7 +1075,7 @@ bool QKeyEvent::matches(QKeySequence::StandardKey matchKey) const
|
|||
QWidget::focusOutEvent(), QGraphicsItem::focusInEvent and
|
||||
QGraphicsItem::focusOutEvent() receive focus events.
|
||||
|
||||
\sa QWidget::setFocus(), QWidget::setFocusPolicy(), {Keyboard Focus}
|
||||
\sa QWidget::setFocus(), QWidget::setFocusPolicy(), {Keyboard Focus in Widgets}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ interfaces
|
|||
\li \l{Window and Dialog Widgets}
|
||||
\li \l{Application Main Window}
|
||||
\li \l{Dialog Windows}
|
||||
\li \l{Keyboard Focus in Widgets}
|
||||
\endlist
|
||||
|
||||
\section1 Styles
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
/*!
|
||||
\page focus.html
|
||||
\title Keyboard Focus
|
||||
\title Keyboard Focus in Widgets
|
||||
\brief Keyboard focus management and handling.
|
||||
\ingroup frameworks-technologies
|
||||
|
||||
|
|
|
|||
|
|
@ -2116,7 +2116,7 @@ QList<QAction *> QGraphicsWidget::actions() const
|
|||
|
||||
By default, tab order is defined implicitly using widget creation order.
|
||||
|
||||
\sa focusPolicy, {Keyboard Focus}
|
||||
\sa focusPolicy, {Keyboard Focus in Widgets}
|
||||
*/
|
||||
void QGraphicsWidget::setTabOrder(QGraphicsWidget *first, QGraphicsWidget *second)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5878,7 +5878,7 @@ bool QWidget::hasFocus() const
|
|||
|
||||
\sa hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(),
|
||||
setFocusPolicy(), focusWidget(), QApplication::focusWidget(), grabKeyboard(),
|
||||
grabMouse(), {Keyboard Focus}, QEvent::RequestSoftwareInputPanel
|
||||
grabMouse(), {Keyboard Focus in Widgets}, QEvent::RequestSoftwareInputPanel
|
||||
*/
|
||||
|
||||
void QWidget::setFocus(Qt::FocusReason reason)
|
||||
|
|
@ -6240,7 +6240,7 @@ bool QWidget::isActiveWindow() const
|
|||
If \a first or \a second has a focus proxy, setTabOrder()
|
||||
correctly substitutes the proxy.
|
||||
|
||||
\sa setFocusPolicy(), setFocusProxy(), {Keyboard Focus}
|
||||
\sa setFocusPolicy(), setFocusProxy(), {Keyboard Focus in Widgets}
|
||||
*/
|
||||
void QWidget::setTabOrder(QWidget* first, QWidget *second)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue