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
435 B
30 lines
435 B
/*
|
|
*/
|
|
/*! \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
|
|
*/
|
|
|