A little more info. The signal is from a push button:
Qt Code:
  1. connect(buttonRun, SIGNAL(clicked()),
  2. this, SLOT(runsim()));
To copy to clipboard, switch view to plain text mode