diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /examples/demo/textdrawing/example.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/demo/textdrawing/example.html')
-rw-r--r-- | examples/demo/textdrawing/example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index bb4eb99dd..dd62518b1 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also use the <a href="#191701">setBuddy</a>() function to accomplish the same. <p> -<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> +<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> <p>Examples: <a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a> <a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a> @@ -294,7 +294,7 @@ the format of <em>text.</em> the buddy accelerator key is updated from the new text. <p>The label resizes itself if auto-resizing is enabled. <p>Note that Qlabel is well suited to display small rich text documents -only. For large documents, use <a href="ntqtextview.html">TQTextView</a> instead. It will flicker +only. For large documents, use <a href="tqtextview.html">TQTextView</a> instead. It will flicker less on resize and can also provide a scrollbar if necessary. <p>See also <a href="#72cf09">text</a>(), <a href="#5de3f9">setTextFormat</a>(), <a href="#191701">setBuddy</a>() and <a href="#1f406e">setAlignment</a>(). <p>Examples: |