From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/customlayout/customlayout.doc | 55 ++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 examples/customlayout/customlayout.doc (limited to 'examples/customlayout/customlayout.doc') diff --git a/examples/customlayout/customlayout.doc b/examples/customlayout/customlayout.doc new file mode 100644 index 0000000..6cbc56d --- /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: Documentation of Geometry Management. + +
+ + Header file of the flow layout: + + \include customlayout/flow.h + +
+ + Implementation of the flow layout: + + \include customlayout/flow.cpp + +
+ + Header file of the border layout: + + \include customlayout/border.h + +
+ + Implementation of the border layout: + + \include customlayout/border.cpp + +
+ + Header file of the card layout: + + \include customlayout/card.h + +
+ + Implementation of the card layout: + + \include customlayout/card.cpp + +
+ + Main: + + \include customlayout/main.cpp +*/ + -- cgit v1.2.3