summaryrefslogtreecommitdiffstats
path: root/examples/application/application.doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application/application.doc')
-rw-r--r--examples/application/application.doc34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/application/application.doc b/examples/application/application.doc
new file mode 100644
index 000000000..731bda020
--- /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
+*/