From 93de7f375842c0afb72db8796c45bfda5f1a6f13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Mar 2011 14:54:32 +0000 Subject: Finished documenting the last widgets. Also some changes in the docgen app. --- client/widgets/listbox.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'client/widgets/listbox.h') diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h index d775655..fcfc1b0 100644 --- a/client/widgets/listbox.h +++ b/client/widgets/listbox.h @@ -31,6 +31,21 @@ #include +/*** + * ListBox Widget + * @tag listbox + * @screenshot + * @extends widget + * This widget is a list of selectable items. + * @att value [item] The value of the item and the value of the widget if this + * item is selected. + * @att caption [item] The caption of the item. This is the text presented to + * the user. + * @att type [item] The item type. Can be either 'separator' which will show + * the item as a line or 'header' which will highlight its caption. Ommit this + * attribute if the item is selectable. + */ + class QListWidget; class ListBox : public Widget { -- cgit v1.2.3