summaryrefslogtreecommitdiffstats
path: root/examples/listbox/listbox.doc
blob: eefc2a4d3a72684ba59b0572613458e2562d8171 (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 listbox-example.html

  \ingroup examples
  \title Listbox Example

  This example shows how to use the different modes (single columns, multiple columns,
  fixed number of rows, etc.) of QListBox.

  <hr>

  Header file:

  \include listbox/listbox.h

  <hr>

  Implementation:

  \include listbox/listbox.cpp

  <hr>

  Main:

  \include listbox/main.cpp
*/