[Interest] Qt5.8 doesnot show consolewindow on windows os
Günter Michel
gm at mes-ia.de
Thu Jan 26 12:00:19 CET 2017
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170126/8ce5183c/attachment.html>
More information about the Interest
mailing list