blob: 6e31f78abebe28688754d4b4dbe303c338f159b4 (
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
30
|
/*
*/
/*! \page listviews-example.html
\ingroup examples
\title Listviews
This examples shows how to work with listviews (hierarchical and multi-column).
It also shows how to subclass listview items for special reasons. It looks
and works like the main window of a mail client.
<hr>
Header file:
\include listviews/listviews.h
<hr>
Implementation:
\include listviews/listviews.cpp
<hr>
Main:
\include listviews/main.cpp
*/
|