diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqwizard.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqwizard.3qt')
-rw-r--r-- | doc/man/man3/tqwizard.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqwizard.3qt b/doc/man/man3/tqwizard.3qt index 619d9b487..41db7b131 100644 --- a/doc/man/man3/tqwizard.3qt +++ b/doc/man/man3/tqwizard.3qt @@ -37,10 +37,10 @@ Inherits QDialog. .BI "void \fBsetTitle\fR ( TQWidget * page, const TQString & title )" .br .ti -1c -.BI "QFont \fBtitleFont\fR () const" +.BI "TQFont \fBtitleFont\fR () const" .br .ti -1c -.BI "void \fBsetTitleFont\fR ( const QFont & )" +.BI "void \fBsetTitleFont\fR ( const TQFont & )" .br .ti -1c .BI "virtual void \fBshowPage\fR ( TQWidget * page )" @@ -109,7 +109,7 @@ Inherits QDialog. .SS "Properties" .in +1c .ti -1c -.BI "QFont \fBtitleFont\fR - the font used for page titles" +.BI "TQFont \fBtitleFont\fR - the font used for page titles" .br .in -1c .SS "Protected Members" @@ -242,7 +242,7 @@ If \fIenable\fR is TRUE, page \fIpage\fR has a Help button; otherwise \fIpage\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 ( TQWidget * page, const TQString & title )" Sets the title for page \fIpage\fR to \fItitle\fR. -.SH "void QWizard::setTitleFont ( const QFont & )" +.SH "void QWizard::setTitleFont ( const TQFont & )" Sets the font used for page titles. See the "titleFont" property for details. .SH "void QWizard::showPage ( TQWidget * page )\fC [virtual]\fR" Makes \fIpage\fR the current page and emits the selected() signal. @@ -253,10 +253,10 @@ Examples: .)l distributor/distributor.ui.h and wizard/wizard.cpp. .SH "TQString QWizard::title ( TQWidget * page ) const" Returns the title of page \fIpage\fR. -.SH "QFont QWizard::titleFont () const" +.SH "TQFont QWizard::titleFont () const" Returns the font used for page titles. See the "titleFont" property for details. .SS "Property Documentation" -.SH "QFont titleFont" +.SH "TQFont titleFont" This property holds the font used for page titles. .PP The default is QApplication::font(). |