diff options
Diffstat (limited to 'doc/focus.doc')
| -rw-r--r-- | doc/focus.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/focus.doc b/doc/focus.doc index baf9ea399..891484eec 100644 --- a/doc/focus.doc +++ b/doc/focus.doc @@ -154,7 +154,7 @@ it move to the 'B' button? We advise supporting click-to-focus for widgets that support text entry, and to avoid it for most widgets where a mouse click has a different effect. (For buttons, we also recommend adding a keyboard -shortcut: \l QButton and its subclasses make this very easy.) +shortcut: \l TQButton and its subclasses make this very easy.) In Qt, only the \l TQWidget::setFocusPolicy() function affects click-to-focus. @@ -164,7 +164,7 @@ click-to-focus. It's not unusual for keyboard shortcuts to move the focus. This can happen implicitly by opening modal dialogs, but also explicitly using focus accelerators such as those provided by \l TQLabel::setBuddy(), \l -QGroupBox and \l QTabBar. +QGroupBox and \l TQTabBar. We advise supporting shortcut focus for all widgets that the user may want to jump to. For example, a tab dialog can have keyboard shortcuts |
