diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/quick/items/qquickitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index fa398b2d2d..0558495332 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -7195,7 +7195,7 @@ void QQuickItem::setSmooth(bool smooth) focus chain behavior; ignore the events in other key handlers to allow it to propagate. - \note {QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus + \note \l{QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus to only specific types of controls, such as only text or list controls. This is the case on macOS, where focus to particular controls may be restricted based on system settings. @@ -7208,7 +7208,7 @@ void QQuickItem::setSmooth(bool smooth) This property holds whether the item wants to be in the tab focus chain. By default, this is set to \c false. - \note {QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus + \note \l{QStyleHints::tabFocusBehavior}{tabFocusBehavior} can further limit focus to only specific types of controls, such as only text or list controls. This is the case on macOS, where focus to particular controls may be restricted based on system settings. |
