I don't understand first solution.This below is ok.
But I need also know wnen checkbox is toggled or not (to enable/disable tab widget)
This below send right number of tab to be enabled/disabled. But EnableTab don't know if must enble or disable....
Qt Code:
  1. connect(buttonGroupLL, SIGNAL(clicked(int)), tabWidget3, SLOT(EnableTab(int));
To copy to clipboard, switch view to plain text mode