diff options
Diffstat (limited to 'client/widgets/groupbox.h')
-rw-r--r-- | client/widgets/groupbox.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index 73b6508..58e52bb 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -37,8 +37,17 @@ /*** * Layout or Frame Widget * @tag frame + * @screenshot Example with caption. + * <frame caption="Caption" layout="vbox"> + * <label caption="Label"/> + * <lineedit name="x" value="LineEdit"/> + * </frame> + * @screenshot Example without caption (frame is invisible). + * <frame layout="vbox"> + * <label caption="Label"/> + * <lineedit name="x" value="LineEdit"/> + * </frame> * @extends widget - * @screenshot * This widget is used to control the layout of the child widgets and/or produce * a frame and caption for them. <em>NOTE</em>: The value of this widget is * always the empty string. It cannot be set. |