The QRadioButton widget provides a radio button with a text label. (details) (complete member list)
#include <qradiobt.h>
Inherits QButton.
QRadioButton and QCheckBox are both toggle buttons, that is, they can be switched on (checked) or off (unchecked). Unlike check boxes, radio buttons are normally organized in groups where only one radio button can be switched on at a time.
The QButtonGroup widget is very useful for defining groups of radio buttons.
Constructs a radio button with no text.
The parent and name arguments are sent to the QWidget constructor.
Constructs a radio button with a text.
The parent and name arguments are sent to the QWidget constructor.
Adjusts the size of the radio button to fit the contents.
This function is called automatically whenever the contents change and auto-resizing is enabled.
See also: setAutoResizing()
Draws the radio button.
Returns TRUE if the radio button is checked, or FALSE if it is not checked.
See also: setChecked().
Checks the radio button if checked is TRUE, or unchecks it if checked is FALSE.
Calling this function does not affect other radio buttons unless a radio button group has been defined using the QButtonGroup widget.
See also: isChecked().
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: