buttongroup.h
68 ButtonGroup(int strips, TQt::Orientation orient, const TQString& title, TQWidget* parent, const char* name = 0);
A TQButtonGroup with signal on new selection, plus TQt 2 compatibility.
Definition: buttongroup.h:39
void buttonSet(int id)
Signal emitted whenever whenever any button in the group changes state, for whatever reason.
virtual void setButton(int id)
Sets the button with the specified identifier to be on.
Definition: buttongroup.h:80