summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwizard.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqwizard.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-e446531489a27bd4831da865e088eccdea6a595f.tar.gz
tqt3-e446531489a27bd4831da865e088eccdea6a595f.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqwizard.3qt')
-rw-r--r--doc/man/man3/tqwizard.3qt78
1 files changed, 39 insertions, 39 deletions
diff --git a/doc/man/man3/tqwizard.3qt b/doc/man/man3/tqwizard.3qt
index e098b3c5..619d9b48 100644
--- a/doc/man/man3/tqwizard.3qt
+++ b/doc/man/man3/tqwizard.3qt
@@ -16,25 +16,25 @@ Inherits QDialog.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQWizard\fR ( QWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )"
+.BI "\fBQWizard\fR ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )"
.br
.ti -1c
.BI "\fB~QWizard\fR ()"
.br
.ti -1c
-.BI "virtual void \fBaddPage\fR ( QWidget * page, const QString & title )"
+.BI "virtual void \fBaddPage\fR ( TQWidget * page, const TQString & title )"
.br
.ti -1c
-.BI "virtual void \fBinsertPage\fR ( QWidget * page, const QString & title, int index )"
+.BI "virtual void \fBinsertPage\fR ( TQWidget * page, const TQString & title, int index )"
.br
.ti -1c
-.BI "virtual void \fBremovePage\fR ( QWidget * page )"
+.BI "virtual void \fBremovePage\fR ( TQWidget * page )"
.br
.ti -1c
-.BI "QString \fBtitle\fR ( QWidget * page ) const"
+.BI "TQString \fBtitle\fR ( TQWidget * page ) const"
.br
.ti -1c
-.BI "void \fBsetTitle\fR ( QWidget * page, const QString & title )"
+.BI "void \fBsetTitle\fR ( TQWidget * page, const TQString & title )"
.br
.ti -1c
.BI "QFont \fBtitleFont\fR () const"
@@ -43,25 +43,25 @@ Inherits QDialog.
.BI "void \fBsetTitleFont\fR ( const QFont & )"
.br
.ti -1c
-.BI "virtual void \fBshowPage\fR ( QWidget * page )"
+.BI "virtual void \fBshowPage\fR ( TQWidget * page )"
.br
.ti -1c
-.BI "QWidget * \fBcurrentPage\fR () const"
+.BI "TQWidget * \fBcurrentPage\fR () const"
.br
.ti -1c
-.BI "QWidget * \fBpage\fR ( int index ) const"
+.BI "TQWidget * \fBpage\fR ( int index ) const"
.br
.ti -1c
.BI "int \fBpageCount\fR () const"
.br
.ti -1c
-.BI "int \fBindexOf\fR ( QWidget * page ) const"
+.BI "int \fBindexOf\fR ( TQWidget * page ) const"
.br
.ti -1c
-.BI "virtual bool \fBappropriate\fR ( QWidget * page ) const"
+.BI "virtual bool \fBappropriate\fR ( TQWidget * page ) const"
.br
.ti -1c
-.BI "virtual void \fBsetAppropriate\fR ( QWidget * page, bool appropriate )"
+.BI "virtual void \fBsetAppropriate\fR ( TQWidget * page, bool appropriate )"
.br
.ti -1c
.BI "QPushButton * \fBbackButton\fR () const"
@@ -82,19 +82,19 @@ Inherits QDialog.
.SS "Public Slots"
.in +1c
.ti -1c
-.BI "virtual void \fBsetBackEnabled\fR ( QWidget * page, bool enable )"
+.BI "virtual void \fBsetBackEnabled\fR ( TQWidget * page, bool enable )"
.br
.ti -1c
-.BI "virtual void \fBsetNextEnabled\fR ( QWidget * page, bool enable )"
+.BI "virtual void \fBsetNextEnabled\fR ( TQWidget * page, bool enable )"
.br
.ti -1c
-.BI "virtual void \fBsetFinishEnabled\fR ( QWidget * page, bool enable )"
+.BI "virtual void \fBsetFinishEnabled\fR ( TQWidget * page, bool enable )"
.br
.ti -1c
-.BI "virtual void \fBsetHelpEnabled\fR ( QWidget * page, bool enable )"
+.BI "virtual void \fBsetHelpEnabled\fR ( TQWidget * page, bool enable )"
.br
.ti -1c
-.BI "virtual void setFinish ( QWidget *, bool ) \fI(obsolete)\fR"
+.BI "virtual void setFinish ( TQWidget *, bool ) \fI(obsolete)\fR"
.br
.in -1c
.SS "Signals"
@@ -103,7 +103,7 @@ Inherits QDialog.
.BI "void \fBhelpClicked\fR ()"
.br
.ti -1c
-.BI "void \fBselected\fR ( const QString & )"
+.BI "void \fBselected\fR ( const TQString & )"
.br
.in -1c
.SS "Properties"
@@ -118,7 +118,7 @@ Inherits QDialog.
.BI "virtual void \fBlayOutButtonRow\fR ( QHBoxLayout * layout )"
.br
.ti -1c
-.BI "virtual void \fBlayOutTitleRow\fR ( QHBoxLayout * layout, const QString & title )"
+.BI "virtual void \fBlayOutTitleRow\fR ( QHBoxLayout * layout, const TQString & title )"
.br
.in -1c
.SS "Protected Slots"
@@ -140,7 +140,7 @@ A wizard is a special type of input dialog that consists of a sequence of dialog
.PP
QWizard provides page titles and displays Next, Back, Finish, Cancel, and Help push buttons, as appropriate to the current position in the page sequence. These buttons can be enabled/disabled using setBackEnabled(), setNextEnabled(), setFinishEnabled() and setHelpEnabled().
.PP
-Create and populate dialog pages that inherit from QWidget and add them to the wizard using addPage(). Use insertPage() to add a dialog page at a certain position in the page sequence. Use removePage() to remove a page from the page sequence.
+Create and populate dialog pages that inherit from TQWidget and add them to the wizard using addPage(). Use insertPage() to add a dialog page at a certain position in the page sequence. Use removePage() to remove a page from the page sequence.
.PP
Use currentPage() to retrieve a pointer to the currently displayed page. page() returns a pointer to the page at a certain position in the page sequence.
.PP
@@ -160,13 +160,13 @@ Example code is available here: wizard/wizard.cpp wizard/wizard.h
.PP
See also Abstract Widget Classes, Dialog Classes, and Organizers.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QWizard::QWizard ( QWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )"
+.SH "QWizard::QWizard ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )"
Constructs an empty wizard dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIf\fR arguments are passed to the QDialog constructor.
.SH "QWizard::~QWizard ()"
Destroys the object and frees any allocated resources, including all pages and controllers.
-.SH "void QWizard::addPage ( QWidget * page, const QString & title )\fC [virtual]\fR"
+.SH "void QWizard::addPage ( TQWidget * page, const TQString & title )\fC [virtual]\fR"
Adds \fIpage\fR to the end of the page sequence, with the title, \fItitle\fR.
-.SH "bool QWizard::appropriate ( QWidget * page ) const\fC [virtual]\fR"
+.SH "bool QWizard::appropriate ( TQWidget * page ) const\fC [virtual]\fR"
Called when the Next button is clicked; this virtual function returns TRUE if \fIpage\fR is relevant for display in the current context; otherwise it is ignored by QWizard and returns FALSE. The default implementation returns the value set using setAppropriate(). The ultimate default is TRUE.
.PP
\fBWarning:\fR The last page of the wizard will be displayed if no page is relevant in the current context.
@@ -182,7 +182,7 @@ By default, this button is connected to the back() slot, which is virtual so you
Returns a pointer to the dialog's Cancel button
.PP
By default, this button is connected to the QDialog::reject() slot, which is virtual so you can reimplement it in a QWizard subclass.
-.SH "QWidget * QWizard::currentPage () const"
+.SH "TQWidget * QWizard::currentPage () const"
Returns a pointer to the current page in the sequence. Although the wizard does its best to make sure that this value is never 0, it can be if you try hard enough.
.SH "QPushButton * QWizard::finishButton () const"
Returns a pointer to the dialog's Finish button
@@ -196,15 +196,15 @@ Returns a pointer to the dialog's Help button
By default, this button is connected to the help() slot, which is virtual so you can reimplement it in a QWizard subclass. Use setHelpEnabled() to enable/disable this button.
.SH "void QWizard::helpClicked ()\fC [signal]\fR"
This signal is emitted when the user clicks on the Help button.
-.SH "int QWizard::indexOf ( QWidget * page ) const"
+.SH "int QWizard::indexOf ( TQWidget * page ) const"
Returns the position of page \fIpage\fR. If the page is not part of the wizard -1 is returned.
-.SH "void QWizard::insertPage ( QWidget * page, const QString & title, int index )\fC [virtual]\fR"
+.SH "void QWizard::insertPage ( TQWidget * page, const TQString & title, int index )\fC [virtual]\fR"
Inserts \fIpage\fR at position \fIindex\fR into the page sequence, with title \fItitle\fR. If \fIindex\fR is -1, the page will be appended to the end of the wizard's page sequence.
.SH "void QWizard::layOutButtonRow ( QHBoxLayout * layout )\fC [virtual protected]\fR"
This virtual function is responsible for adding the buttons below the bottom divider.
.PP
\fIlayout\fR is the horizontal layout of the entire wizard.
-.SH "void QWizard::layOutTitleRow ( QHBoxLayout * layout, const QString & title )\fC [virtual protected]\fR"
+.SH "void QWizard::layOutTitleRow ( QHBoxLayout * layout, const TQString & title )\fC [virtual protected]\fR"
This virtual function is responsible for laying out the title row.
.PP
\fIlayout\fR is the horizontal layout for the wizard, and \fItitle\fR is the title for this page. This function is called every time \fItitle\fR changes.
@@ -216,42 +216,42 @@ See also appropriate().
Returns a pointer to the dialog's Next button
.PP
By default, this button is connected to the next() slot, which is virtual so you can reimplement it in a QWizard subclass. Use setNextEnabled() to enable/disable this button.
-.SH "QWidget * QWizard::page ( int index ) const"
+.SH "TQWidget * QWizard::page ( int index ) const"
Returns a pointer to the page at position \fIindex\fR in the sequence, or 0 if \fIindex\fR is out of range. The first page has index 0.
.SH "int QWizard::pageCount () const"
Returns the number of pages in the wizard.
-.SH "void QWizard::removePage ( QWidget * page )\fC [virtual]\fR"
+.SH "void QWizard::removePage ( TQWidget * page )\fC [virtual]\fR"
Removes \fIpage\fR from the page sequence but does not delete the page. If \fIpage\fR is currently being displayed, QWizard will display the page that precedes it, or the first page if this was the first page.
-.SH "void QWizard::selected ( const QString & )\fC [signal]\fR"
+.SH "void QWizard::selected ( const TQString & )\fC [signal]\fR"
This signal is emitted when the current page changes. The parameter contains the title of the selected page.
-.SH "void QWizard::setAppropriate ( QWidget * page, bool appropriate )\fC [virtual]\fR"
+.SH "void QWizard::setAppropriate ( TQWidget * page, bool appropriate )\fC [virtual]\fR"
If \fIappropriate\fR is TRUE then page \fIpage\fR is considered relevant in the current context and should be displayed in the page sequence; otherwise \fIpage\fR should not be displayed in the page sequence.
.PP
See also appropriate().
-.SH "void QWizard::setBackEnabled ( QWidget * page, bool enable )\fC [virtual slot]\fR"
+.SH "void QWizard::setBackEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR"
If \fIenable\fR is TRUE, page \fIpage\fR has a Back button; otherwise \fIpage\fR has no Back button. By default all pages have this button.
-.SH "void QWizard::setFinish ( QWidget *, bool )\fC [virtual slot]\fR"
+.SH "void QWizard::setFinish ( TQWidget *, bool )\fC [virtual slot]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Use setFinishEnabled instead
-.SH "void QWizard::setFinishEnabled ( QWidget * page, bool enable )\fC [virtual slot]\fR"
+.SH "void QWizard::setFinishEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR"
If \fIenable\fR is TRUE, page \fIpage\fR has a Finish button; otherwise \fIpage\fR has no Finish button. By default \fIno\fR page has this button.
-.SH "void QWizard::setHelpEnabled ( QWidget * page, bool enable )\fC [virtual slot]\fR"
+.SH "void QWizard::setHelpEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR"
If \fIenable\fR is TRUE, page \fIpage\fR has a Help button; otherwise \fIpage\fR has no Help button. By default all pages have this button.
-.SH "void QWizard::setNextEnabled ( QWidget * page, bool enable )\fC [virtual slot]\fR"
+.SH "void QWizard::setNextEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR"
If \fIenable\fR is TRUE, page \fIpage\fR has a Next button; otherwise the Next button on \fIpage\fR is disabled. By default all pages have this button.
-.SH "void QWizard::setTitle ( QWidget * page, const QString & title )"
+.SH "void QWizard::setTitle ( TQWidget * page, const TQString & title )"
Sets the title for page \fIpage\fR to \fItitle\fR.
.SH "void QWizard::setTitleFont ( const QFont & )"
Sets the font used for page titles. See the "titleFont" property for details.
-.SH "void QWizard::showPage ( QWidget * page )\fC [virtual]\fR"
+.SH "void QWizard::showPage ( TQWidget * page )\fC [virtual]\fR"
Makes \fIpage\fR the current page and emits the selected() signal.
.PP
This virtual function is called whenever a different page is to be shown, including the first time the QWizard is shown. By reimplementing it (and calling QWizard::showPage()), you can prepare each page prior to it being shown.
.PP
Examples:
.)l distributor/distributor.ui.h and wizard/wizard.cpp.
-.SH "QString QWizard::title ( QWidget * page ) const"
+.SH "TQString QWizard::title ( TQWidget * page ) const"
Returns the title of page \fIpage\fR.
.SH "QFont QWizard::titleFont () const"
Returns the font used for page titles. See the "titleFont" property for details.