summaryrefslogtreecommitdiffstats
path: root/examples/table/bigtable/bigtable.doc
blob: 5633fe1ea59c189a5b67d1d85a6f1d51abbb244a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
*/
     
/*! \page bigtable-example.html

  \ingroup table-examples

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

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

*/