17 #ifndef DOUBLECHECKBOX_H    18 #define DOUBLECHECKBOX_H    21 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))    42     explicit DoubleCheckBox(
const QString &text,qreal Scale=1,QWidget *parent = 0);
    94 #endif // DOUBLECHECKBOX_H void box2_toggled(bool checked)
Signal: box2 has had its state changed. 
 
void box1_toggled(bool checked)
Signal: box1 has had its state changed. 
 
bool checked(int box)
check if a box has been checked . 
 
void setToolTip(QString text)
Set the tooltip for the widget. 
 
void setChecked(int box, bool checked)
set if a box is checked 
 
void setText(QString text)
set the text displayed 
 
void cb_one_toggled(bool checked)
 
void setBoxToolTip(int box, QString text)
Set the tooltip for a checkbox. 
 
DoubleCheckBox(qreal Scale=1, QWidget *parent=0)
create a new empty Double Checkbox 
 
void cb_two_toggled(bool checked)
 
one text two checkable boxes