summaryrefslogtreecommitdiff
path: root/client/widgets/multilist.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/multilist.h')
-rw-r--r--client/widgets/multilist.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/widgets/multilist.h b/client/widgets/multilist.h
index 8e806fa..e86df28 100644
--- a/client/widgets/multilist.h
+++ b/client/widgets/multilist.h
@@ -34,6 +34,21 @@
#include <QListWidget>
#include <QVector>
+/***
+ * Multi List Widget
+ * @tag multilist
+ * @container
+ * @extends widget
+ * @screenshot
+ * This widget is used to produce a list of text items constructed using other
+ * widgets. The value of the widget is contained in a simple string using the
+ * newline character to seperate items.
+ * @att layout the layout of the widget. Can be one of 'vbox' or 'hbox'.
+ * @att innerwidget This attribute contains the name of the child widget used
+ * when producing a new value for the list. In order to use multiple widgets see
+ * the @see metawidget.
+ */
+
class QFrame;
class MultiList : public Widget
{