diff options
author | Timothy Pearson <[email protected]> | 2011-07-10 15:24:15 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-07-10 15:24:15 -0500 |
commit | bd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch) | |
tree | 7a520322212d48ebcb9fbe1087e7fca28b76185c /examples/application/application.doc | |
download | qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip |
Add Qt3 development HEAD version
Diffstat (limited to 'examples/application/application.doc')
-rw-r--r-- | examples/application/application.doc | 34 |
1 files changed, 34 insertions, 0 deletions
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 <a href="simple-application.html">walkthrough</a> of + this example. + + <hr> + + Header file: + + \include application/application.h + + <hr> + + Implementation: + + \include application/application.cpp + + <hr> + + Main: + + \include application/main.cpp +*/ |