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