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