26     lbl_phs = 
new QLabel(QString(tr(
"PHS Manager")));
    27     lbl_phs->setStyleSheet(QString(
"text-decoration: underline;"));
    28     QVBoxLayout *layout = 
new QVBoxLayout;
    30     layout->setSpacing(3);
    31     layout->setContentsMargins(0,0,0,0);
    77     this->setLayout(layout);
 
void setChecked(int box, bool checked)
set if a box is checked 
 
void setBoxToolTip(int box, QString text)
Set the tooltip for a checkbox. 
 
one text two checkable boxes