diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqpushbutton.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpushbutton.html')
-rw-r--r-- | doc/html/ntqpushbutton.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html index 8cf81fdc3..e967e7cf6 100644 --- a/doc/html/ntqpushbutton.html +++ b/doc/html/ntqpushbutton.html @@ -178,23 +178,23 @@ more information about the API. <p> <p>See also <a href="ntqtoolbutton.html">TQToolButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Push Button</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQPushButton"></a>TQPushButton::TQPushButton ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQPushButton"></a>TQPushButton::TQPushButton ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a push button with no text. -<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a> +<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQPushButton-2"></a>TQPushButton::TQPushButton ( const <a href="ntqstring.html">TQString</a> & text, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQPushButton-2"></a>TQPushButton::TQPushButton ( const <a href="ntqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a push button called <em>name</em> with the parent <em>parent</em> and the text <em>text</em>. -<h3 class=fn><a name="TQPushButton-3"></a>TQPushButton::TQPushButton ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQPushButton-3"></a>TQPushButton::TQPushButton ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a push button with an <em>icon</em> and a <em>text</em>. <p> Note that you can also pass a <a href="ntqpixmap.html">TQPixmap</a> object as an icon (thanks to the implicit type conversion provided by C++). -<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="ntqwidget.html">TQWidget</a> +<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a> constructor. <h3 class=fn><a name="~TQPushButton"></a>TQPushButton::~TQPushButton () @@ -377,7 +377,7 @@ auto-default interact. <p>Set this property's value with <a href="#setAutoDefault">setAutoDefault</a>() and get this property's value with <a href="#autoDefault">autoDefault</a>(). <h3 class=fn>bool <a name="autoMask-prop"></a>autoMask</h3> <p>This property holds whether the button is automatically masked. -<p><p><p>See also <a href="ntqwidget.html#autoMask-prop">TQWidget::autoMask</a>. +<p><p><p>See also <a href="tqwidget.html#autoMask-prop">TQWidget::autoMask</a>. <h3 class=fn>bool <a name="autoRepeat-prop"></a>autoRepeat</h3> <p>This property holds whether autoRepeat is enabled. |