Hi,

I have a QGroupBox that is disabled and one of their childs have to be enabled.

Qt Code:
  1. pqGB->setDisabled(true);
  2. pqMyWidget->setEnabled(true); //Child of "pqGB"
To copy to clipboard, switch view to plain text mode 


But the widget is disabled.

Thanks,