summaryrefslogtreecommitdiffstats
path: root/examples/customlayout/customlayout.doc
blob: 6cbc56df912c683f4d6f78623d19630a99e9a567 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
*/
/*! \page customlayout-example.html

  \ingroup examples
  \title Customized Layoutmanager

  This examples demonstrates how to write customized layout (geometry) managers
  like card layouts, border layout and flow layouts.

  See also: <a href="layout.html">Documentation of Geometry Management</a>.

  <hr>

  Header file of the flow layout:

  \include customlayout/flow.h

  <hr>

  Implementation of the flow layout:

  \include customlayout/flow.cpp

  <hr>

  Header file of the border layout:

  \include customlayout/border.h

  <hr>

  Implementation of the border layout:

  \include customlayout/border.cpp

  <hr>

  Header file of the card layout:

  \include customlayout/card.h

  <hr>

  Implementation of the card layout:

  \include customlayout/card.cpp

  <hr>

  Main:

  \include customlayout/main.cpp
*/