Hei!

Small ui file -> contains QTabWidget
And cpp file I'm adding radiobuttons.
How to get active radiobuttons and something?

Qt Code:
  1. newTab is QWidget (QRadioButtons etc)
  2.  
  3. MyClass::MyClass( const QString &handle, const QString &name )
  4. : KDialog()
  5. , Ui::MyWindow()
  6. {
  7. .....
  8. QRadioButtons
  9. .....
  10. newTab->setLayout( layout );
  11. tabWidget->addTab( newTab, name );
  12. .....
  13. }
To copy to clipboard, switch view to plain text mode