diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/tutorial2-02.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/tutorial2-02.html')
-rw-r--r-- | doc/html/tutorial2-02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html index 409e7e08c..ad105b41a 100644 --- a/doc/html/tutorial2-02.html +++ b/doc/html/tutorial2-02.html @@ -48,7 +48,7 @@ are launched from chart form menu options or toolbar buttons. <a href="qcanvas.html">TQCanvas</a> on which we draw the pie chart or bar graph. We subclass TQCanvasView to obtain some specialised behaviour. Similarly we subclass the <a href="qcanvastext.html">TQCanvasText</a> class (used to place text items on a canvas) -since we retquire slightly more than the standard class provides. +since we require slightly more than the standard class provides. <p> The project file, <tt>chart.pro</tt>, is used to create the Makefile that is used to build the application. <p> <p align="right"> |