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