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/ntqtabdialog.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/html/ntqtabdialog.html') diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index 3cdb1e911..a2d36bf60 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -179,7 +179,7 @@ dialog's state in a slot and connect this signal to it. hidden, rather than being created, shown, and deleted afterwards.

See also applyButtonPressed(), show(), and cancelButtonPressed(). -

void TQTabDialog::addTab ( TQWidget * child, const TQString & label ) +

void TQTabDialog::addTab ( TQWidget * child, const TQString & label )

Adds another tab and page to the tab view.

The new page is child; the tab's label is label. @@ -196,7 +196,7 @@ move the focus to this tab. user may be confused.

See also insertTab(). -

void TQTabDialog::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label ) +

void TQTabDialog::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

This version of the function shows the iconset as well as the label on the tab of child. @@ -228,11 +228,11 @@ dialog. so you should generally not need to connect it to any slot.

See also applyButtonPressed(), defaultButtonPressed(), and setCancelButton(). -

void TQTabDialog::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label ) +

void TQTabDialog::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label )

Changes tab page w's iconset to iconset and label to label.

-

void TQTabDialog::changeTab ( TQWidget * w, const TQString & label ) +

void TQTabDialog::changeTab ( TQWidget * w, const TQString & label )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Defines a new label for the tab of page w @@ -294,7 +294,7 @@ FALSE. could be used to present information about how to use the dialog.

See also applyButtonPressed(), cancelButtonPressed(), and setHelpButton(). -

void TQTabDialog::insertTab ( TQWidget * child, const TQString & label, int index = -1 ) +

void TQTabDialog::insertTab ( TQWidget * child, const TQString & label, int index = -1 )

Inserts another tab and page to the tab view.

The new page is child; the tab's label is label. @@ -313,7 +313,7 @@ it is inserted at the specified position. user may be confused.

See also addTab(). -

void TQTabDialog::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 ) +

void TQTabDialog::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

This version of the function shows the iconset as well as the label on the tab of child. @@ -346,7 +346,7 @@ returns FALSE. delete w.

See also showPage(), TQTabWidget::removePage(), and TQWidgetStack::removeWidget(). -

void TQTabDialog::selected ( const TQString & ) [signal] +

void TQTabDialog::selected ( const TQString & ) [signal]

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. @@ -354,14 +354,14 @@ delete w. including during the first show().

See also raise(). -

void TQTabDialog::setApplyButton ( const TQString & text ) +

void TQTabDialog::setApplyButton ( const TQString & text )

Adds an Apply button to the dialog. The button's text is set to text.

The Apply button should apply the current settings in the dialog box to the application while keeping the dialog visible.

When Apply is clicked, the applyButtonPressed() signal is emitted.

If text is a -null string, +null string, no button is shown.

See also setCancelButton(), setDefaultButton(), and applyButtonPressed(). @@ -371,7 +371,7 @@ This is an overloaded member function, provided for convenience. It behaves esse

Adds an Apply button to the dialog. The button's text is set to a localizable "Apply". -

void TQTabDialog::setCancelButton ( const TQString & text ) +

void TQTabDialog::setCancelButton ( const TQString & text )

Adds a Cancel button to the dialog. The button's text is set to text.

The cancel button should always return the application to the state @@ -380,7 +380,7 @@ Apply, back to the state immediately after the last Apply.

When Cancel is clicked, the cancelButtonPressed() signal is emitted. The dialog is closed at the same time.

If text is a -null string, +null string, no button is shown.

See also setApplyButton(), setDefaultButton(), and cancelButtonPressed(). @@ -390,14 +390,14 @@ This is an overloaded member function, provided for convenience. It behaves esse

Adds a Cancel button to the dialog. The button's text is set to a localizable "Cancel". -

void TQTabDialog::setDefaultButton ( const TQString & text ) +

void TQTabDialog::setDefaultButton ( const TQString & text )

Adds a Defaults button to the dialog. The button's text is set to text.

The Defaults button should set the dialog (but not the application) back to the application defaults.

When Defaults is clicked, the defaultButtonPressed() signal is emitted.

If text is a -null string, +null string, no button is shown.

See also setApplyButton(), setCancelButton(), and defaultButtonPressed(). @@ -415,12 +415,12 @@ immediately. There may be some geometry changes, depending on the size of the old and new fonts.

Reimplemented from TQWidget. -

void TQTabDialog::setHelpButton ( const TQString & text ) +

void TQTabDialog::setHelpButton ( const TQString & text )

Adds a Help button to the dialog. The button's text is set to text.

When Help is clicked, the helpButtonPressed() signal is emitted.

If text is a -null string, +null string, no button is shown.

See also setApplyButton(), setCancelButton(), and helpButtonPressed(). @@ -430,14 +430,14 @@ This is an overloaded member function, provided for convenience. It behaves esse

Adds a Help button to the dialog. The button's text is set to a localizable "Help". -

void TQTabDialog::setOkButton ( const TQString & text ) +

void TQTabDialog::setOkButton ( const TQString & text )

Adds an OK button to the dialog and sets the button's text to text.

When the OK button is clicked, the applyButtonPressed() signal is emitted, and the current settings in the dialog box should be applied to the application. The dialog then closes.

If text is a -null string, +null string, no button is shown.

See also setCancelButton(), setDefaultButton(), and applyButtonPressed(). @@ -490,7 +490,7 @@ confuse the user. Returns the currently set TQTabBar.

See also setTabBar(). -

TQString TQTabDialog::tabLabel ( TQWidget * w ) +

TQString TQTabDialog::tabLabel ( TQWidget * w )

Returns the text in the tab for page w. -- cgit v1.2.3