m
Size: a a a
m
МВ
anchors.right: parent.right
МВ
yp
anchors.right: parent.right
AB
我
AB
m
contentItem
АК
QString program = "notepad.exe";
QProcess *myProcess = new QProcess();
myProcess->start(program);
if (!myProcess->waitForStarted())
return;
myProcess->write("TEST");
myProcess->closeWriteChannel();
МВ
QString program = "notepad.exe";
QProcess *myProcess = new QProcess();
myProcess->start(program);
if (!myProcess->waitForStarted())
return;
myProcess->write("TEST");
myProcess->closeWriteChannel();
AS
АК
AS
AS
AS
АК
МВ
АК