From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqprogressdialog.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/ntqprogressdialog.html') diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index 4f3345e84..05aae17aa 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -196,7 +196,7 @@ of the dialog to occur. If modal is TRUE, the dialog ensures that events are processed when needed.

See also labelText, setLabel(), setCancelButtonText(), setCancelButton(), and totalSteps. -

TQProgressDialog::TQProgressDialog ( const TQString & labelText, const TQString & cancelButtonText, int totalSteps, TQWidget * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +

TQProgressDialog::TQProgressDialog ( const TQString & labelText, const TQString & cancelButtonText, int totalSteps, TQWidget * creator = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )

Constructs a progress dialog.

The labelText is text used to remind the user what is progressing. @@ -252,7 +252,7 @@ Shows the dialog if it is still hidden after the algorithm has been started and minimumDuration milliseconds have passed.

See also minimumDuration. -

TQString TQProgressDialog::labelText () const +

TQString TQProgressDialog::labelText () const

Returns the label's text. See the "labelText" property for details.

int TQProgressDialog::minimumDuration () const @@ -289,7 +289,7 @@ when necessary, so do not pass the address of an object that is on the stack, i.e. use new() to create the button.

See also setCancelButtonText(). -

void TQProgressDialog::setCancelButtonText ( const TQString & cancelButtonText ) [slot] +

void TQProgressDialog::setCancelButtonText ( const TQString & cancelButtonText ) [slot]

Sets the cancel button's text to cancelButtonText.

See also setCancelButton(). @@ -302,7 +302,7 @@ necessary, so do not pass the address of an object on the stack.

See also labelText.

Example: progress/progress.cpp. -

void TQProgressDialog::setLabelText ( const TQString & ) [slot] +

void TQProgressDialog::setLabelText ( const TQString & ) [slot]

Sets the label's text. See the "labelText" property for details.

void TQProgressDialog::setMinimumDuration ( int ms ) [slot] @@ -349,9 +349,9 @@ See the "wasCancelled" pr

See also autoClose.

Set this property's value with setAutoReset() and get this property's value with autoReset(). -

TQString labelText

+

TQString labelText

This property holds the label's text. -

The default text is TQString::null. +

The default text is TQString::null.

Set this property's value with setLabelText() and get this property's value with labelText().

int minimumDuration

-- cgit v1.2.3