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/html/ntqwizard.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-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/html/ntqwizard.html')
-rw-r--r-- | doc/html/ntqwizard.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index 59f072bbb..6e6b4d04d 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -299,7 +299,7 @@ this button. </h3> Sets the title for page <em>page</em> to <em>title</em>. -<h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const <a href="ntqfont.html">TQFont</a> & ) +<h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const <a href="tqfont.html">TQFont</a> & ) </h3><p>Sets the font used for page titles. See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. <h3 class=fn>void <a name="showPage"></a>TQWizard::showPage ( <a href="tqwidget.html">TQWidget</a> * page )<tt> [virtual]</tt> @@ -315,11 +315,11 @@ you can prepare each page prior to it being shown. </h3> Returns the title of page <em>page</em>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="titleFont"></a>TQWizard::titleFont () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont"></a>TQWizard::titleFont () const </h3><p>Returns the font used for page titles. See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="titleFont-prop"></a>titleFont</h3> <p>This property holds the font used for page titles. <p>The default is <a href="ntqapplication.html#font">TQApplication::font</a>(). |