diff options
Diffstat (limited to 'doc/html/ntqprogressdialog.html')
-rw-r--r-- | doc/html/ntqprogressdialog.html | 10 |
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 <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>></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> * creator = 0, const char * name = 0, bool modal = FALSE, WFlags 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> * cancelButton ) +<h3 class=fn>void <a name="setCancelButton"></a>TQProgressDialog::setCancelButton ( <a href="tqpushbutton.html">TQPushButton</a> * 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 |