diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqfontdialog.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqfontdialog.html')
-rw-r--r-- | doc/html/tqfontdialog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqfontdialog.html b/doc/html/tqfontdialog.html index 5f8d7a7f3..b538e3bc7 100644 --- a/doc/html/tqfontdialog.html +++ b/doc/html/tqfontdialog.html @@ -80,8 +80,8 @@ Executes a modal font dialog and returns a font. clicks Cancel, the <em>initial</em> font is returned. <p> The dialog is called <em>name</em>, with the parent <em>parent</em>. <em>initial</em> is the initially selected font. -If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to TRUE if the -user clicked OK, and set to FALSE if the user clicked Cancel. +If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to true if the +user clicked OK, and set to false if the user clicked Cancel. <p> This static function is less flexible than the full TQFontDialog object, but is convenient and easy to use. <p> Examples: @@ -112,8 +112,8 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> If the user clicks OK, the selected font is returned. If the user clicks Cancel, the TQt default font is returned. <p> The dialog is called <em>name</em>, with parent <em>parent</em>. -If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to TRUE if the -user clicked OK, and FALSE if the user clicked Cancel. +If the <em>ok</em> parameter is not-null, <em>*</em><em>ok</em> is set to true if the +user clicked OK, and false if the user clicked Cancel. <p> This static function is less functional than the full TQFontDialog object, but is convenient and easy to use. <p> Example: |