diff options
author | deva <deva> | 2011-03-25 14:54:32 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-25 14:54:32 +0000 |
commit | 93de7f375842c0afb72db8796c45bfda5f1a6f13 (patch) | |
tree | f00bb8bab149e11b5fbb7208382b142d9fafc53e /client/widgets/label.h | |
parent | a3016fbf0d50bfe82e69a657328ef76370227979 (diff) |
Finished documenting the last widgets. Also some changes in the docgen app.
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r-- | client/widgets/label.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <QDomNode> +/*** + * 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 { |