diff options
Diffstat (limited to 'examples/customlayout/customlayout.doc')
-rw-r--r-- | examples/customlayout/customlayout.doc | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/examples/customlayout/customlayout.doc b/examples/customlayout/customlayout.doc new file mode 100644 index 000000000..6cbc56df9 --- /dev/null +++ b/examples/customlayout/customlayout.doc @@ -0,0 +1,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 +*/ + |