#include <QCamRadioBox.hpp>
Public Slots | |
| void | update (int value) |
| set the state of the radiobox. | |
Signals | |
| void | change (int value) |
| send when a checkbox is checked. | |
Public Member Functions | |
| QCamRadioBox (const char *label, QWidget *parent, int numOfbutton, int valueList[], const char *labelList[]=NULL, int maxPerRow=100) | |
| QCamRadioBox::QCamRadioBox | ( | const char * | label, | |
| QWidget * | parent, | |||
| int | numOfbutton, | |||
| int | valueList[], | |||
| const char * | labelList[] = NULL, |
|||
| int | maxPerRow = 100 | |||
| ) |
| label | label of the box |
| numOfbutton | num of buttons |
| valueList | value assossiated to the button by signal change() |
| labelList | labels of the buttons |
| maxPerRow | max number of checkbox by row |
| void QCamRadioBox::update | ( | int | value | ) | [slot] |
set the state of the radiobox.
The given value must be one of the valueList.
1.5.1