summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqprogressdialog.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/ntqprogressdialog.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqprogressdialog.html')
-rw-r--r--doc/html/ntqprogressdialog.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html
index dda71b3b3..5a069c068 100644
--- a/doc/html/ntqprogressdialog.html
+++ b/doc/html/ntqprogressdialog.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQProgressDialog class provides feedback on the progress of a slow operation.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>&gt;</tt>
-<p>Inherits <a href="ntqdialog.html">TQDialog</a>.
+<p>Inherits <a href="tqdialog.html">TQDialog</a>.
<p><a href="qprogressdialog-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -176,7 +176,7 @@ replacing the child widgets with custom widgets by using <a href="#setLabel">set
The functions <a href="#setLabelText">setLabelText</a>() and <a href="#setCancelButtonText">setCancelButtonText</a>()
set the texts shown.
<p> <img src=qprogdlg-m.png> <img src=qprogdlg-w.png>
-<p> <p>See also <a href="ntqdialog.html">TQDialog</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="dialogs.html">Dialog Classes</a>.
+<p> <p>See also <a href="tqdialog.html">TQDialog</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="dialogs.html">Dialog Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQProgressDialog"></a>TQProgressDialog::TQProgressDialog ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;creator = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
@@ -190,7 +190,7 @@ Constructs a progress dialog.
</ul>
<p> The <em>creator</em> argument is the widget to use as the dialog's parent.
The <em>name</em>, <em>modal</em>, and the widget flags, <em>f</em>, are
-passed to the <a href="ntqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the
+passed to the <a href="tqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the
default), you must have an event loop proceeding for any redrawing
of the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that
events are processed when needed.
@@ -210,7 +210,7 @@ processed call setProgress(1), setProgress(2), etc., finally
calling setProgress(50) after examining the last file.
<p> The <em>creator</em> argument is the widget to use as the dialog's parent.
The <em>name</em>, <em>modal</em>, and widget flags, <em>f</em>, are passed to the
-<a href="ntqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the default),
+<a href="tqdialog.html#TQDialog">TQDialog::TQDialog</a>() constructor. If <em>modal</em> is FALSE (the default),
you will must have an event loop proceeding for any redrawing of
the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that
events are processed when needed.
@@ -281,7 +281,7 @@ fit. The progress dialog takes ownership of the progress <em>bar</em> which
will be deleted when necessary, so do not use a progress bar
allocated on the stack.
-<h3 class=fn>void <a name="setCancelButton"></a>TQProgressDialog::setCancelButton ( <a href="ntqpushbutton.html">TQPushButton</a>&nbsp;*&nbsp;cancelButton )
+<h3 class=fn>void <a name="setCancelButton"></a>TQProgressDialog::setCancelButton ( <a href="tqpushbutton.html">TQPushButton</a>&nbsp;*&nbsp;cancelButton )
</h3>
Sets the cancel button to the push button, <em>cancelButton</em>. The
progress dialog takes ownership of this button which will be deleted