26 #ifndef YQCheckBoxFrame_h
27 #define YQCheckBoxFrame_h
29 #include <qgroupbox.h>
30 #include <yui/YCheckBoxFrame.h>
46 const std::string & label,
54 virtual void setLabel(
const std::string & label );
61 virtual void setValue(
bool isChecked );
96 virtual void setSize(
int newWidth,
int newHeight );
111 void stateChanged(
bool newState );
122 virtual bool event(QEvent *e);
126 #endif // YQCheckBoxFrame_h