Are you sure about that?You know the documentation for signal and slots doesn't answer me directly to my question
Qt Code:
connect(yourButton, SIGNAL(clicked()), yourForm, SLOT(showNewDialog());To copy to clipboard, switch view to plain text mode
Bookmarks