diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/ntqmessagebox.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt-7bc57326.tar.gz tqt-7bc57326.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmessagebox.html')
-rw-r--r-- | doc/html/ntqmessagebox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index 063937933..1525fe6f9 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -153,10 +153,10 @@ errors which can't be easily fixed: <p> The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See -<a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. With certain strings that +<a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these -rare cases, use <a href="ntqstylesheet.html#convertFromPlainText">TQStyleSheet::convertFromPlainText</a>() to convert +rare cases, use <a href="tqstylesheet.html#convertFromPlainText">TQStyleSheet::convertFromPlainText</a>() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with <a href="#setTextFormat">setTextFormat</a>(). <p> Note that the Microsoft Windows User Interface Guidelines |