summaryrefslogtreecommitdiff
path: root/client/widgets/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r--client/widgets/label.h9
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
{