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

  \ingroup examples
  \title Listboxes and Comboboxes

  This example program demonstrates how to use listboxes (with single selection
  and multi selection) and comboboxes (editable and non-editable).

  <hr>

  Header file:

  \include listboxcombo/listboxcombo.h

  <hr>

  Implementation:

  \include listboxcombo/listboxcombo.cpp

  <hr>

  Main:

  \include listboxcombo/main.cpp
*/