diff options
Diffstat (limited to 'doc/html/tutorial2-05.html')
-rw-r--r-- | doc/html/tutorial2-05.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tutorial2-05.html b/doc/html/tutorial2-05.html index 9f9bbec06..93195a325 100644 --- a/doc/html/tutorial2-05.html +++ b/doc/html/tutorial2-05.html @@ -124,7 +124,7 @@ context menu. application's GUI. All our drawing operations take place on the canvas; but events (e.g. mouse clicks) take place on the canvas view. </table></center> -<p> Each action is represented by a private slot, e.g. <tt>fileNew()</tt>, <tt>optionsSetData()</tt>, etc. We also have tquite a number of private +<p> Each action is represented by a private slot, e.g. <tt>fileNew()</tt>, <tt>optionsSetData()</tt>, etc. We also have quite a number of private functions and data members; we'll look at all these as we go through the implementation. <p> For the sake of convenience and compilation speed the chart form's @@ -503,7 +503,7 @@ item id. } } </pre> -<p> When the user tquits we give them the opportunity to save any unsaved +<p> When the user quits we give them the opportunity to save any unsaved data (okToClear()) then save their options, e.g. window size and position, chart type, etc., before terminating. <p> <pre> void ChartForm::saveOptions() |