You know the documentation for signal and slots doesn't answer me directly to my question
Are you sure about that?

Qt Code:
  1. connect(yourButton, SIGNAL(clicked()), yourForm, SLOT(showNewDialog());
To copy to clipboard, switch view to plain text mode