diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqlabel.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlabel.html')
-rw-r--r-- | doc/html/ntqlabel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlabel.html b/doc/html/ntqlabel.html index 7d7ddd03c..136d8e327 100644 --- a/doc/html/ntqlabel.html +++ b/doc/html/ntqlabel.html @@ -142,7 +142,7 @@ the other widget (called the TQLabel's "buddy"). For example: buddy (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses Alt+P. You can also use the <a href="#setBuddy">setBuddy</a>() function to accomplish the same thing. <p> <img src=qlabel-m.png> <img src=qlabel-w.png> -<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>, <a href="basic.html">Basic Widgets</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQLabel"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, WFlags f = 0 ) @@ -393,7 +393,7 @@ set, the buddy accelerator key is updated from the new text. <p> Note that Qlabel is well-suited to display small rich text documents, i.e. those small documents that get their document specific settings (font, text color, link color) from the label's -palette and font properties. For large documents, use <a href="ntqtextedit.html">TQTextEdit</a> +palette and font properties. For large documents, use <a href="tqtextedit.html">TQTextEdit</a> in read-only mode instead. TQTextEdit will flicker less on resize and can also provide a scrollbar when necessary. <p> <p>See also <a href="#textFormat-prop">textFormat</a>, <a href="#setBuddy">setBuddy</a>(), and <a href="#alignment-prop">alignment</a>. |