diff options
Diffstat (limited to 'doc/html/focus.html')
-rw-r--r-- | doc/html/focus.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/focus.html b/doc/html/focus.html index f1719d283..76101c19f 100644 --- a/doc/html/focus.html +++ b/doc/html/focus.html @@ -120,14 +120,14 @@ it move to the 'B' button? <p> 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: <a href="ntqbutton.html">TQButton</a> and its subclasses make this very easy.) +shortcut: <a href="tqbutton.html">TQButton</a> and its subclasses make this very easy.) <p> In TQt, only the <a href="tqwidget.html#setFocusPolicy">TQWidget::setFocusPolicy</a>() function affects click-to-focus. <p> <h3> The user presses a keyboard shortcut. </h3> <a name="1-3"></a><p> 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 <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="ntqtabbar.html">TQTabBar</a>. +focus accelerators such as those provided by <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqgroupbox.html">TQGroupBox</a> and <a href="tqtabbar.html">TQTabBar</a>. <p> 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 for each of its pages, so the user can press e.g. Alt+P to step to the |