diff options
Diffstat (limited to 'doc/html/ntqaccel.html')
-rw-r--r-- | doc/html/ntqaccel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html index 6ee5c31c0..f328f31f3 100644 --- a/doc/html/ntqaccel.html +++ b/doc/html/ntqaccel.html @@ -86,8 +86,8 @@ the <a href="tqaction.html">TQAction</a> class to create actions with accelerato used in both menus and toolbars. If you're only interested in menus use <a href="tqmenudata.html#insertItem">TQMenuData::insertItem</a>() or <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>() to make accelerators for operations that are also available on menus. Many -widgets automatically generate accelerators, such as <a href="ntqbutton.html">TQButton</a>, -<a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="ntqtabbar.html">TQTabBar</a>. +widgets automatically generate accelerators, such as <a href="tqbutton.html">TQButton</a>, +<a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqlabel.html">TQLabel</a> (with <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>()), <a href="tqmenubar.html">TQMenuBar</a> and <a href="tqtabbar.html">TQTabBar</a>. Example: <pre> <a href="tqpushbutton.html">TQPushButton</a> p( "&Exit", parent ); // automatic shortcut ALT+Key_E @@ -115,7 +115,7 @@ matching accelerators. Some standard controls like <a href="tqpushbutton.html">T <a href="tqcheckbox.html">TQCheckBox</a> connect the activatedAmbiguously() signal to the harmless setFocus() slot, whereas activated() is connected to a slot invoking the button's action. Most controls, like <a href="tqlabel.html">TQLabel</a> and -<a href="ntqtabbar.html">TQTabBar</a>, treat activated() and activatedAmbiguously() as +<a href="tqtabbar.html">TQTabBar</a>, treat activated() and activatedAmbiguously() as equivalent. <p> Use <a href="#setEnabled">setEnabled</a>() to enable or disable all the items in an accelerator, or <a href="#setItemEnabled">setItemEnabled</a>() to enable or disable individual @@ -141,7 +141,7 @@ combination. TQ_SLOT(printDoc()) ); // printDoc() slot </pre> -<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="ntqbutton.html#accel-prop">TQButton::accel</a>, <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>. +<p> <p>See also <a href="qkeyevent.html">TQKeyEvent</a>, <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>(), <a href="tqmenudata.html#setAccel">TQMenuData::setAccel</a>(), <a href="tqbutton.html#accel-prop">TQButton::accel</a>, <a href="tqlabel.html#setBuddy">TQLabel::setBuddy</a>(), <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Keyboard Shortcuts</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQAccel"></a>TQAccel::TQAccel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) |