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/layout/layout.doc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/layout/layout.doc (limited to 'examples/layout/layout.doc') diff --git a/examples/layout/layout.doc b/examples/layout/layout.doc new file mode 100644 index 0000000..90a7d31 --- /dev/null +++ b/examples/layout/layout.doc @@ -0,0 +1,17 @@ +/* +*/ +/*! \page layout-example.html + + \ingroup examples + \title Layout Managers + + This example shows simple and intermediate use of Qt's layout + classes, QGridLayout, QBoxLayout etc. + +
+ + Implementation: + + \include layout/layout.cpp +*/ + -- cgit v1.2.1