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