diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:24:15 -0500 |
commit | bd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch) | |
tree | 7a520322212d48ebcb9fbe1087e7fca28b76185c /examples/customlayout/customlayout.doc | |
download | qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip |
Add Qt3 development HEAD version
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 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: <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 +*/ + |