Sophie

Sophie

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

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

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

  \ingroup table-examples

  \title How to create a large, sparse QTable 
 
    This example shows a sparse table implementation using a QIntDict to
    keep track of the cells that are actually in use.

  <hr>
 
  Implementation:
 
  \include table/bigtable/main.cpp

*/