how to code this: if a the ON radio button is clicked, set the frame to enabled, otherwise disabled,
here, all slots take boolean whereas the clicked signal is void!

connect(ui->display_titleOn, SIGNAL(clicked()), ui->display_titleFrame, SLOT(setEnabled(true)));