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