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 --- examples/application/application.doc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 examples/application/application.doc (limited to 'examples/application/application.doc') diff --git a/examples/application/application.doc b/examples/application/application.doc new file mode 100644 index 0000000..731bda0 --- /dev/null +++ b/examples/application/application.doc @@ -0,0 +1,34 @@ +/* +*/ + +/*! \page simple-application-example.html + + \ingroup examples + + \title A Complete Application Window + + This example program looks like a complete modern application. It + has a menu bar, it has a tool bar, it has a status bar and works + like a simple text editor. + + There is a walkthrough of + this example. + +
+ + Header file: + + \include application/application.h + +
+ + Implementation: + + \include application/application.cpp + +
+ + Main: + + \include application/main.cpp +*/ -- cgit v1.2.3