Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 142

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/customlayout.doc   3.3.8   edited May 27 2003 $
*/
/*! \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
*/