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/textedit.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'client/widgets/textedit.h') diff --git a/client/widgets/textedit.h b/client/widgets/textedit.h index 86d6e42..4398878 100644 --- a/client/widgets/textedit.h +++ b/client/widgets/textedit.h @@ -32,6 +32,17 @@ #include #include +/*** + * Multiline Text Edit Widget + * @tag textedit + * @extends widget + * @screenshot + * The textedit is a multiline textual input field. Unlike the @see lineedit it + * accepts the newline character which will also be part of its resulting value. + * @att readonly Make the textedit readonly (not changeable by the user), but + * still able to select and copy text. + */ + class QTextEdit; class TextEdit : public Widget { -- cgit v1.2.3