summaryrefslogtreecommitdiffstats
path: root/examples/action/application.doc
blob: f4eaaae447ce074fa1afeae9c609028eb5198325 (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
35
36
/*
*/
     
/*! \page qaction-application-example.html

  \ingroup qaction-examples


  \title A Complete Application Window with Actions

  The QAction class provides a way of associating user input from different
  user interface elements with abstract high level actions. This approach makes
  it easy to customize applications for different types of users.

  This example program is just like the
  <a href="simple-application-example.html">application example</a>,
  but uses QAction to build the menu and the toolbar.

  <hr>

  Header file:

  \include action/application.h

  <hr>

  Implementation:

  \include action/application.cpp

  <hr>

  Main:

  \include action/main.cpp
*/