summaryrefslogtreecommitdiff
path: root/client/widgets/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/button.h')
-rw-r--r--client/widgets/button.h10
1 files changed, 10 insertions, 0 deletions
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 <QDomNode>
+/***
+ * 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
{