13 #ifndef SMRADIOBUTTON_H
14 #define SMRADIOBUTTON_H
16 #include <QRadioButton>
24 void setChecked(
bool val);
25 void setChecked(
bool val,
bool isParentVal);
27 void setParentValue(
bool);
29 bool useParentValue();
35 void setFont(
bool wantBold);
40 #endif //SMRADIOBUTTON_H