summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstatusbar.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqstatusbar.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-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.html10
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 &lt;<a href="qstatusbar-h.html">ntqstatusbar.h</a>&gt;</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>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQStatusBar"></a>TQStatusBar::TQStatusBar ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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>&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;permanent = FALSE )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="addWidget"></a>TQStatusBar::addWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, int&nbsp;stretch = 0, bool&nbsp;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>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="removeWidget"></a>TQStatusBar::removeWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual]</tt>
</h3>
Removes <em>widget</em> from the status bar.
<p> This function may cause some flicker.