From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/motif-walkthrough-9.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/motif-walkthrough-9.html') diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html index a7ce8ee94..b9a912013 100644 --- a/doc/html/motif-walkthrough-9.html +++ b/doc/html/motif-walkthrough-9.html @@ -44,7 +44,7 @@ this function any more, so we remove it. The current MainWindow::filePrint( write a new MainWindow::filePrint() implementation in mainwindow.ui.h.

Note: The steps involved in using the TQPrinter class are beyond the scope of this walkthrough and will not be discussed here. The -TQPrinter Class Reference, TQSimpleRichText Class Reference and the +TQPrinter Class Reference, TQSimpleRichText Class Reference and the Simple Application Walkthrough contain information on the use of TQPrinter.

For completeness, the code to initialize a TQPrinter object is included below. @@ -65,7 +65,7 @@ and formatting characters to a printtext variable (which is a TQString).


 

The rest of the MainWindow::filePrint() function is the actual -printing code. Here we simply create a TQSimpleRichText object using +printing code. Here we simply create a TQSimpleRichText object using the string we created above, and draw this string on the TQPrinter object using TQPainter.


-- 
cgit v1.2.1