2023-12-14 06:05

[Qt] Windows cmd 명령어 실행 및 결과 얻어오기

QProcess를 이용해서 cmd 명령어를 실행 후 결과를 얻어오는 코드입니다.
QProcess *m_process = new QProcess(this);
QString program = "ipconfig";
QStringList...
Qt
000

댓글