diff options
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r-- | doc/html/ntqbutton.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 54963f2b7..48ea8bc34 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -36,7 +36,7 @@ widgets, providing functionality common to buttons. <a href="#details">More...</a> <p><tt>#include <<a href="qbutton-h.html">ntqbutton.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, and <a href="ntqtoolbutton.html">TQToolButton</a>. +<p>Inherited by <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, and <a href="tqtoolbutton.html">TQToolButton</a>. <p><a href="qbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -110,7 +110,7 @@ subclasses specify how to reply to user actions and how to draw the button. <p> TQButton provides both push and toggle buttons. The <a href="ntqradiobutton.html">TQRadioButton</a> and <a href="ntqcheckbox.html">TQCheckBox</a> classes provide only toggle buttons; TQPushButton and -<a href="ntqtoolbutton.html">TQToolButton</a> provide both toggle and push buttons. +<a href="tqtoolbutton.html">TQToolButton</a> provide both toggle and push buttons. <p> Any button can have either a text or pixmap label. <a href="#setText">setText</a>() sets the button to be a text button and <a href="#setPixmap">setPixmap</a>() sets it to be a pixmap button. The text/pixmap is manipulated as necessary to @@ -166,7 +166,7 @@ have no automatic accelerator. p->setAccel( ALT+Key_F7 ); </pre> -<p> All of the buttons provided by TQt (<a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqtoolbutton.html">TQToolButton</a>, +<p> All of the buttons provided by TQt (<a href="ntqpushbutton.html">TQPushButton</a>, <a href="tqtoolbutton.html">TQToolButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a> and <a href="ntqradiobutton.html">TQRadioButton</a>) can display both text and pixmaps. <p> To subclass TQButton, you must reimplement at least <a href="#drawButton">drawButton</a>() |