diff options
author | Michele Calgaro <[email protected]> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqtoolbutton.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r-- | doc/html/ntqtoolbutton.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html index 86ed756e3..05d91fa16 100644 --- a/doc/html/ntqtoolbutton.html +++ b/doc/html/ntqtoolbutton.html @@ -136,7 +136,7 @@ tool button's icon. <li><tt>TQToolButton::BelowIcon</tt> - The text appears below the icon. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQToolButton"></a>TQToolButton::TQToolButton ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton"></a>TQToolButton::TQToolButton ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs an empty tool button called <em>name</em>, with parent <em>parent</em>. @@ -146,11 +146,11 @@ Constructs a tool button called <em>name</em>, that is a child of <em>parent</em <p> The tool button will display <em>iconSet</em>, with its text label and tool tip set to <em>textLabel</em> and its status bar message set to <em>grouptext</em>. It will be connected to the <em>slot</em> in object <em>receiver</em>. -<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="ntqt.html#ArrowType-enum">ArrowType</a> type, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton-3"></a>TQToolButton::TQToolButton ( <a href="ntqt.html#ArrowType-enum">ArrowType</a> type, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a tool button as an arrow button. The <a href="ntqt.html#ArrowType-enum">ArrowType</a> <em>type</em> defines the arrow direction. Possible values are <a href="ntqt.html#ArrowType-enum">LeftArrow</a>, <a href="ntqt.html#ArrowType-enum">RightArrow</a>, <a href="ntqt.html#ArrowType-enum">UpArrow</a> and <a href="ntqt.html#ArrowType-enum">DownArrow</a>. <p> An arrow button has auto-repeat turned on by default. -<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="~TQToolButton"></a>TQToolButton::~TQToolButton () @@ -258,8 +258,8 @@ See the <a href="ntqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> prop <p>Set this property's value with <a href="#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="#autoRaise">autoRaise</a>(). <h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> <p>This property holds the toolbutton's background mode. -<p>Get this property with <a href="ntqwidget.html#backgroundMode">backgroundMode</a>(). -<p> <p>See also <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>. +<p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>(). +<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>. <p><h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet-prop"></a>iconSet</h3> <p>This property holds the icon set providing the icon shown on the button. |