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/altcombobox.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'client/widgets/altcombobox.h') diff --git a/client/widgets/altcombobox.h b/client/widgets/altcombobox.h index 9f90f8b..93ae124 100644 --- a/client/widgets/altcombobox.h +++ b/client/widgets/altcombobox.h @@ -34,6 +34,27 @@ #include #include +/*** + * ComboBox Widget with Alternate Value + * @tag altcombobox + * @extends combobox + * @container + * @screenshot + * The AltComboBox is used to make a normal selection with a ComboBox but with + * a special list item that shows an alternate widget and uses this widget for + * input. The AltComboBox contains >item< tags in the same + * way as the ComboBox, but may also contain an >altitem< tag + * which can again contain widgets. + * @att value [altitem] The value of the item. This will be the value of the + * AltComboBox if this item is selected. + * @att caption [altitem] The caption of this item. This is the text presented + * to the user in the ComboBox. + * @att layout [altitem] The layout of the altitem. Can be one of 'hbox' or + * 'vbox'. + * @att innerwidget [altitem] The name of the widget that will produce the + * AltComboBox value if the altitem is selected. + */ + class QFrame; class AltComboBox : public Widget { -- cgit v1.2.3