diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqfontdialog.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqfontdialog.html')
-rw-r--r-- | doc/html/ntqfontdialog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqfontdialog.html b/doc/html/ntqfontdialog.html index aafa8053f..c41f0a40c 100644 --- a/doc/html/ntqfontdialog.html +++ b/doc/html/ntqfontdialog.html @@ -74,7 +74,7 @@ and if they click Cancel the original font is used. <p> <img src=qfontdlg-w.png> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool * ok, const <a href="ntqfont.html">TQFont</a> & initial, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont"></a>TQFontDialog::getFont ( bool * ok, const <a href="ntqfont.html">TQFont</a> & initial, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Executes a modal font dialog and returns a font. <p> If the user clicks OK, the selected font is returned. If the user @@ -106,7 +106,7 @@ In this example, if the user clicks OK the font they chose will be used, and if they click Cancel the original font is used. <p>Examples: <a href="canvas-chart-example.html#x2881">chart/chartform.cpp</a>, <a href="tutorial2-09.html#x2638">chart/optionsform.cpp</a>, <a href="qfd-example.html#x1981">qfd/fontdisplayer.cpp</a>, <a href="qwerty-example.html#x368">qwerty/qwerty.cpp</a>, and <a href="xform-example.html#x1224">xform/xform.cpp</a>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool * ok, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="getFont-2"></a>TQFontDialog::getFont ( bool * ok, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Executes a modal font dialog and returns a font. @@ -125,7 +125,7 @@ object, but is convenient and easy to use. // font is set to the font the user selected } else { // the user canceled the dialog; font is set to the default - // application font, TQApplication::<a href="ntqwidget.html#font-prop">font</a>() + // application font, TQApplication::<a href="tqwidget.html#font-prop">font</a>() } </pre> |