Hi.
I have
Qt Code:
  1. connect ( newProject, SIGNAL ( returnUserInput ( QString, QString ) ),
  2. existProject, SLOT ( slotReturnUserInput ( QString, QString ) ) );
To copy to clipboard, switch view to plain text mode 
What would the code be if I didn't use the Signal/Slot procedure to accomplish the same thing?

Thanks

Note: my email has changed to "edperry26@gmail.com"