diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqbutton.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>() |