qaddbutton - add button to a QButtonGroup

Name

qaddbutton — add button to a QButtonGroup

Syntax

qaddbutton buttongroup [button]

Description

The qaddbutton command adds a button to a qbuttongroup.

Arguments

buttongroup

The structure that collects buttons together in a group.

button

The widget that actually constitutes the button. If this argument is not provided, the current widget is used.

Examples

See qbuttongroup for examples on how to use the qaddbutton command.