diff options
Diffstat (limited to 'client/widgets/checkgroupbox.h')
-rw-r--r-- | client/widgets/checkgroupbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/checkgroupbox.h b/client/widgets/checkgroupbox.h index b8a85c1..eac85f9 100644 --- a/client/widgets/checkgroupbox.h +++ b/client/widgets/checkgroupbox.h @@ -32,11 +32,12 @@ #include <QDomNode> /*** - * CheckGroupBox Widget. + * Checkable GroupBox Widget * @tag checkgroupbox * @extends checkbox * @screenshot * @container + * @att layout the layout used in the groupbox. Can be one of 'vbox' or 'hbox'. */ class QGroupBox; |