hai to all..can someone tell me is it possible to add consle to mainwindow?presently i am using QProcess thing but i need to execute more commands .so i want to add console thing to mainwindow...
You may create a temporary batch file and start this in QProcess, if this is of help for you. The output of QProcess may be displayed in a widget with your main window for instance.