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/ntqstatusbar.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/ntqstatusbar.html')
-rw-r--r-- | doc/html/ntqstatusbar.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqstatusbar.html b/doc/html/ntqstatusbar.html index ca3404b02..bbcb577dc 100644 --- a/doc/html/ntqstatusbar.html +++ b/doc/html/ntqstatusbar.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } presenting status information. <a href="#details">More...</a> <p><tt>#include <<a href="qstatusbar-h.html">ntqstatusbar.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qstatusbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -115,7 +115,7 @@ corner. You can disable it with <a href="#setSizeGripEnabled">setSizeGripEnabled <p> <p>See also <a href="ntqtoolbar.html">TQToolBar</a>, <a href="ntqmainwindow.html">TQMainWindow</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Status Bar</a>, <a href="application.html">Main Window and Related Classes</a>, and <a href="helpsystem.html">Help System</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQStatusBar"></a>TQStatusBar::TQStatusBar ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQStatusBar"></a>TQStatusBar::TQStatusBar ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a status bar called <em>name</em> with parent <em>parent</em> and with a size grip. @@ -126,7 +126,7 @@ with a size grip. Destroys the status bar and frees any allocated resources and child widgets. -<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="ntqwidget.html">TQWidget</a> * widget, int stretch = 0, bool permanent = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a> * widget, int stretch = 0, bool permanent = FALSE )<tt> [virtual]</tt> </h3> Adds <em>widget</em> to this status bar. <em>widget</em> is reparented if it isn't already a child of the TQStatusBar. @@ -180,14 +180,14 @@ null-string when the message has been removed. </h3> Shows the temporary message, if appropriate. -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>void <a name="reformat"></a>TQStatusBar::reformat ()<tt> [protected]</tt> </h3> Changes the status bar's appearance to account for item changes. Special subclasses may need this, but geometry management will usually take care of any necessary rearrangements. -<h3 class=fn>void <a name="removeWidget"></a>TQStatusBar::removeWidget ( <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> +<h3 class=fn>void <a name="removeWidget"></a>TQStatusBar::removeWidget ( <a href="tqwidget.html">TQWidget</a> * widget )<tt> [virtual]</tt> </h3> Removes <em>widget</em> from the status bar. <p> This function may cause some flicker. |