diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /examples/demo/textdrawing | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/textdrawing')
-rw-r--r-- | examples/demo/textdrawing/example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index 12c6f5e7f..331b469b9 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -184,7 +184,7 @@ returns 0. <p>Reimplemented from <a href="tqwidget.html#28c156">TQWidget.</a> <h3 class="fn">void <a name="1f406e"></a>TQLabel::setAlignment ( int alignment ) <code>[virtual]</code></h3> <p>Sets the alignment of the label contents. -<p>The <em>alignment</em> must be a bitwise OR of <a href="ntqt.html#AlignmentFlags">TQt::AlignmentFlags</a> +<p>The <em>alignment</em> must be a bitwise OR of <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a> values. The <code>WordBreak, ExpandTabs, SingleLine</code> and <code>ShowPrefix</code> flags apply only if the label contains a plain text, and are otherwise ignored. The <code>DontClip</code> flag is always ignored. <p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to TRUE. @@ -192,7 +192,7 @@ are otherwise ignored. The <code>DontClip</code> flag is always ignored. ExpandTabs</code> if the label doesn't have a buddy and <code>AlignLeft | AlignVCenter | ExpandTabs | ShowPrefix </code> if the label has a buddy. -<p>See also <a href="ntqt.html#AlignmentFlags">TQt::AlignmentFlags</a>, <a href="#2fcaa3">alignment</a>(), <a href="#191701">setBuddy</a>() and <a href="#dffb43">setText</a>(). +<p>See also <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a>, <a href="#2fcaa3">alignment</a>(), <a href="#191701">setBuddy</a>() and <a href="#dffb43">setText</a>(). <p>Examples: <a href="cursor-cursor-cpp.html#setAlignment">cursor/cursor.cpp</a> <a href="layout-layout-cpp.html#setAlignment">layout/layout.cpp</a> @@ -303,8 +303,8 @@ less on resize and can also provide a scrollbar if necessary. <a href="popup-popup-cpp.html#setText">popup/popup.cpp</a> <a href="qmag-qmag-cpp.html#setText">qmag/qmag.cpp</a> <a href="customlayout-main-cpp.html#setText">customlayout/main.cpp</a> -<h3 class="fn">void <a name="5de3f9"></a>TQLabel::setTextFormat ( <a href="ntqt.html#TextFormat">TQt::TextFormat</a> format )</h3> -<p>Sets the text format to <em>format.</em> See the <a href="ntqt.html#TextFormat">TQt::TextFormat</a> enum for +<h3 class="fn">void <a name="5de3f9"></a>TQLabel::setTextFormat ( <a href="tqt.html#TextFormat">TQt::TextFormat</a> format )</h3> +<p>Sets the text format to <em>format.</em> See the <a href="tqt.html#TextFormat">TQt::TextFormat</a> enum for an explanation of the possible options. <p>The default format is <code>AutoText.</code> <p>See also <a href="#0b92ed">textFormat</a>() and <a href="#dffb43">setText</a>(). |