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.
31 lines
465 B
31 lines
465 B
/*
|
|
*/
|
|
/*! \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
|
|
*/
|
|
|