The following is not possible:
A slot can have maximum the same amount of parameters as the signal.Qt Code:
connect( pushButton, SIGNAL(clicked()), this, SLOT(addChatTab("Name")) );To copy to clipboard, switch view to plain text mode
The following is not possible:
A slot can have maximum the same amount of parameters as the signal.Qt Code:
connect( pushButton, SIGNAL(clicked()), this, SLOT(addChatTab("Name")) );To copy to clipboard, switch view to plain text mode
Bookmarks