Hi, I've this problem; I need to connect a signal to a SLOT of myMainForm...How to do this? What's the best way to do this? thanks
Qt Code:
  1. void myDialog::init() {
  2. myMainForm* myw; //how obtain this
  3. connect(buttonGroupLL, SIGNAL(clicked(int)), myw, SLOT(activeTab(int)));
To copy to clipboard, switch view to plain text mode