Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 130

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*
*/
/*! \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
*/