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