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/label.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client/widgets/label.h') diff --git a/client/widgets/label.h b/client/widgets/label.h index b4e352c..7c32916 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -31,6 +31,15 @@ #include +/*** + * Label Widget + * @tag label + * @screenshot + * @extends widget + * This widget is used to present text to the user. It is a read-only widget + * and its value will always be the empty string. + * @att caption The text to show in the label. + */ class QLabel; class Label : public Widget { -- cgit v1.2.3