diff options
Diffstat (limited to 'client/widgets/textedit.h')
-rw-r--r-- | client/widgets/textedit.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <QDomNode> #include <QKeyEvent> +/*** + * 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 { |