summaryrefslogtreecommitdiffstats
path: root/examples/application/application.doc
blob: 731bda0202cb1b05c5ce58c42a7efc91371b9a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 
*/