summaryrefslogtreecommitdiff
path: root/client/widgets/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r--client/widgets/window.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h
index 109cf11..ea3af0a 100644
--- a/client/widgets/window.h
+++ b/client/widgets/window.h
@@ -30,6 +30,15 @@
#include "widget.h"
#include <QDomNode>
+/***
+ * Widgets Outer Container
+ * @tag widgets
+ * @container
+ * This is the outer tag of the macro widgets.
+ * @att caption This is the name that will be shown in the macro.
+ * @att layout this is the layout that is used by the macro. It can be one of
+ * 'hbox' or 'vbox'.
+ */
class Window : public Widget
{
public: