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/groupbox.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'client/widgets/groupbox.h') diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index f2da306..73b6508 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -31,6 +31,23 @@ #include +/* + * NOTE: This documentation is both for the groupbox and frame classes. + */ +/*** + * Layout or Frame Widget + * @tag frame + * @extends widget + * @screenshot + * This widget is used to control the layout of the child widgets and/or produce + * a frame and caption for them. NOTE: The value of this widget is + * always the empty string. It cannot be set. + * @att layout The layout assigned to the frame. Can be one of 'hbox' or + * 'vbox'. + * @att caption The optional caption of the frame. (leave this out to draw + * without the frame and caption). En empty caption attribute will produce a + * nameless frame. + */ class QGroupBox; class GroupBox : public Widget { -- cgit v1.2.3