Is there any way to launch octave using Qt with a button click?
I tried this
But it didn't work. Nothing is being displayed.Qt Code:
QProcess p; p.start("/usr/bin/octave"); p.waitForFinished(-1);To copy to clipboard, switch view to plain text mode
Any kind of help is appreciated.... Thanks in advance
Bookmarks