You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
/*
|
|
*/
|
|
|
|
/*! \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
|
|
|
|
*/
|