回答編集履歴

1

d

2019/05/28 09:46

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -12,6 +12,8 @@
12
12
 
13
13
  ```python
14
14
 
15
+ // ペイントを開く例
16
+
15
17
  int ret = QProcess::execute(R"(C:\WINDOWS\system32\mspaint.exe)");
16
18
 
17
19
  qDebug() << "return code" << ret;