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/ntqwizard.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/ntqwizard.html') diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index ba84c18c9..59f072bbb 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -138,7 +138,7 @@ Constructs an empty wizard dialog. The parent, name, modal Destroys the object and frees any allocated resources, including all pages and controllers. -

void TQWizard::addPage ( TQWidget * page, const TQString & title ) [virtual] +

void TQWizard::addPage ( TQWidget * page, const TQString & title ) [virtual]

Adds page to the end of the page sequence, with the title, title. @@ -207,7 +207,7 @@ virtual so you can reimplement it in a TQWizard subclass. Use Returns the position of page page. If the page is not part of the wizard -1 is returned. -

void TQWizard::insertPage ( TQWidget * page, const TQString & title, int index ) [virtual] +

void TQWizard::insertPage ( TQWidget * page, const TQString & title, int index ) [virtual]

Inserts page at position index into the page sequence, with title title. If index is -1, the page will be appended to @@ -219,7 +219,7 @@ This virtual function is responsible for adding the buttons below the bottom divider.

layout is the horizontal layout of the entire wizard. -

void TQWizard::layOutTitleRow ( TQHBoxLayout * layout, const TQString & title ) [virtual protected] +

void TQWizard::layOutTitleRow ( TQHBoxLayout * layout, const TQString & title ) [virtual protected]

This virtual function is responsible for laying out the title row.

layout is the horizontal layout for the wizard, and title is the title for this page. This function is called every @@ -255,7 +255,7 @@ page. If page is currently being displayed, TQWizard will display the page that precedes it, or the first page if this was the first page. -

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

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

This signal is emitted when the current page changes. The @@ -295,7 +295,7 @@ If enable is TRUE, page page has a Next button; otherwise the Next button on page is disabled. By default all pages have this button. -

void TQWizard::setTitle ( TQWidget * page, const TQString & title ) +

void TQWizard::setTitle ( TQWidget * page, const TQString & title )

Sets the title for page page to title. @@ -311,7 +311,7 @@ By reimplementing it (and calling TQWizard::showPage()), you can prepare each page prior to it being shown.

Examples: distributor/distributor.ui.h and wizard/wizard.cpp. -

TQString TQWizard::title ( TQWidget * page ) const +

TQString TQWizard::title ( TQWidget * page ) const

Returns the title of page page. -- cgit v1.2.3