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/ntqprogressdialog.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqprogressdialog.html')
-rw-r--r-- | doc/html/ntqprogressdialog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index 5662d30d6..4f3345e84 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -179,7 +179,7 @@ set the texts shown. <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>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQProgressDialog"></a>TQProgressDialog::TQProgressDialog ( <a href="ntqwidget.html">TQWidget</a> * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +<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 ) </h3> Constructs a progress dialog. <p> Default settings: @@ -196,7 +196,7 @@ of the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that events are processed when needed. <p> <p>See also <a href="#labelText-prop">labelText</a>, <a href="#setLabel">setLabel</a>(), <a href="#setCancelButtonText">setCancelButtonText</a>(), <a href="#setCancelButton">setCancelButton</a>(), and <a href="#totalSteps-prop">totalSteps</a>. -<h3 class=fn><a name="TQProgressDialog-2"></a>TQProgressDialog::TQProgressDialog ( const <a href="ntqstring.html">TQString</a> & labelText, const <a href="ntqstring.html">TQString</a> & cancelButtonText, int totalSteps, <a href="ntqwidget.html">TQWidget</a> * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +<h3 class=fn><a name="TQProgressDialog-2"></a>TQProgressDialog::TQProgressDialog ( const <a href="ntqstring.html">TQString</a> & labelText, const <a href="ntqstring.html">TQString</a> & cancelButtonText, int totalSteps, <a href="tqwidget.html">TQWidget</a> * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </h3> Constructs a progress dialog. <p> The <em>labelText</em> is text used to remind the user what is progressing. @@ -376,7 +376,7 @@ in-between. (see <a href="#TQProgressDialog">TQProgressDialog::TQProgressDialog</a>()), this function calls <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>(), so take care that this does not cause undesirable re-entrancy in your code. For example, -don't use a TQProgressDialog inside a <a href="ntqwidget.html#paintEvent">paintEvent</a>()! +don't use a TQProgressDialog inside a <a href="tqwidget.html#paintEvent">paintEvent</a>()! <p> <p>See also <a href="#totalSteps-prop">totalSteps</a>. <p>Set this property's value with <a href="#setProgress">setProgress</a>() and get this property's value with <a href="#progress">progress</a>(). |