In Qt5.7 starting a detached console works fine. voidMainWindow::start()
{ QProcessp; QStringListargs; args<<"/k"; p.startDetached("cmd",args); } In Qt5.8 Process 'cmd /k' is started, but no console window is shown. Any suggestions?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest