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-11.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/html/tutorial2-11.html (limited to 'doc/html/tutorial2-11.html') diff --git a/doc/html/tutorial2-11.html b/doc/html/tutorial2-11.html new file mode 100644 index 0000000..6723aa0 --- /dev/null +++ b/doc/html/tutorial2-11.html @@ -0,0 +1,72 @@ + + + + + +Wrapping Up + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Wrapping Up

+ + +

+

The chart application shows how straight-forward it is to create +applications and their dialogs with Qt. Creating menus and toolbars is +easy and Qt's signals and slots +mechanism considerably simplifies GUI event handling. +

Manually creating layouts can take some time to master, but there is +an easy alternative: Qt Designer. +Qt Designer includes simple but +powerful layout tools and a code editor. It can automatically generate +main.cpp and the .pro project file. +

The chart application is ripe for further development and +experimentation. You might consider implementing some of the following +ideas: +

+

+« The Project File | +Contents » +

+

+ +


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