summaryrefslogtreecommitdiffstats
path: root/examples/chectdelists/chectdelists.doc
blob: 417afe6b71602e5b0b0b6a80291baba4bcfe7c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
*/
/*! \page checklists-example.html
 
  \ingroup examples
  \title Listviews with Checkable Items
 
  This example program shows how to use listviews with different types of
  checkable items.
 
  <hr>
 
  Header file:
 
  \include checklists/checklists.h
 
  <hr>
 
  Implementation:
 
  \include checklists/checklists.cpp
 
  <hr>
 
  Main:

 \include checklists/main.cpp 
*/