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/multilist.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'client/widgets/multilist.h') diff --git a/client/widgets/multilist.h b/client/widgets/multilist.h index 8e806fa..e86df28 100644 --- a/client/widgets/multilist.h +++ b/client/widgets/multilist.h @@ -34,6 +34,21 @@ #include #include +/*** + * Multi List Widget + * @tag multilist + * @container + * @extends widget + * @screenshot + * This widget is used to produce a list of text items constructed using other + * widgets. The value of the widget is contained in a simple string using the + * newline character to seperate items. + * @att layout the layout of the widget. Can be one of 'vbox' or 'hbox'. + * @att innerwidget This attribute contains the name of the child widget used + * when producing a new value for the list. In order to use multiple widgets see + * the @see metawidget. + */ + class QFrame; class MultiList : public Widget { -- cgit v1.2.3