From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/listboxcombo/listboxcombo.doc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 examples/listboxcombo/listboxcombo.doc (limited to 'examples/listboxcombo/listboxcombo.doc') diff --git a/examples/listboxcombo/listboxcombo.doc b/examples/listboxcombo/listboxcombo.doc new file mode 100644 index 0000000..f2d768a --- /dev/null +++ b/examples/listboxcombo/listboxcombo.doc @@ -0,0 +1,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). + +
+ + Header file: + + \include listboxcombo/listboxcombo.h + +
+ + Implementation: + + \include listboxcombo/listboxcombo.cpp + +
+ + Main: + + \include listboxcombo/main.cpp +*/ + -- cgit v1.2.3