Sophie

Sophie

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

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

/*
$Id: qt/listviews.doc   3.3.8   edited May 27 2003 $
*/
/*!   \page listviews-example.html

  \ingroup examples
  \title Listviews

  This examples shows how to work with listviews (hierarchical and multi-column).
  It also shows how to subclass listview items for special reasons. It looks
  and works like the main window of a mail client.

  <hr>

  Header file:

  \include listviews/listviews.h

  <hr>

  Implementation:

  \include listviews/listviews.cpp

  <hr>

  Main:

  \include listviews/main.cpp
*/