From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/tutorial2-02.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/html/tutorial2-02.html (limited to 'doc/html/tutorial2-02.html') diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html new file mode 100644 index 0000000..1691af4 --- /dev/null +++ b/doc/html/tutorial2-02.html @@ -0,0 +1,67 @@ + + + + + +The 'Big Picture' + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

The 'Big Picture'

+ + +

+

The chart application's dialogs
+

The chart program allows users to create, save, load and visualise +simple data sets. Each data element that the user enters can be given +a color and pattern for the pie segment or bar, some label text and +the text's position and color. The Element class is used to +represent data elements. +

The program consists of a simple main.cpp that loads the chart +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 QCanvasView which displays the +QCanvas on which we draw the pie chart or bar graph. We subclass +QCanvasView to obtain some specialised behaviour. Similarly we +subclass the QCanvasText 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. +

+« Introduction | +Contents | +Data Elements » +

+

+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1