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/button.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/widgets/button.h') diff --git a/client/widgets/button.h b/client/widgets/button.h index 80594db..0fa7521 100644 --- a/client/widgets/button.h +++ b/client/widgets/button.h @@ -31,6 +31,16 @@ #include +/*** + * PushButton Widget + * @tag button + * @screenshot + * @extends widget + * This is a normal pushbutton that can be clicked by the user. + * @att caption The caption of the button. + * @att action The action of the button. 'commit' commits tha macro when + * clicked, 'cancel' cancels (close without saving) the macro when clicked. + */ class QPushButton; class Button : public Widget { -- cgit v1.2.3