From 68b81013e8668f50fc18b7e26a520ec93a7a1251 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 31 May 2024 11:32:43 +0900 Subject: Rename nt* canvas related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial2-02.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial2-02.html') diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html index 933099c59..e01dee8c8 100644 --- a/doc/html/tutorial2-02.html +++ b/doc/html/tutorial2-02.html @@ -44,10 +44,10 @@ form. The chart form has a menubar and toolbar which provide access to the program's functionality. The program provides two dialogs, one to set options, and the other to create and edit a data set. Both dialogs are launched from chart form menu options or toolbar buttons. -

The chart form's main widget is a TQCanvasView which displays the -TQCanvas on which we draw the pie chart or bar graph. We subclass +

The chart form's main widget is a TQCanvasView which displays the +TQCanvas on which we draw the pie chart or bar graph. We subclass TQCanvasView to obtain some specialised behaviour. Similarly we -subclass the TQCanvasText class (used to place text items on a canvas) +subclass the TQCanvasText class (used to place text items on a canvas) since we require slightly more than the standard class provides.

The project file, chart.pro, is used to create the Makefile that is used to build the application. -- cgit v1.2.1