How can i see in QProcess the real argument list it is processing?
for debuging , i do print the QStringList before i pass its to myProcess->start(program, arguments);
is there build in debugging option?
I created an application for Windows in C++ using QT. If I want to port it to Linux or Mac OS, will sizeof(int) or sizeof(long) change? In other words, do types in QT applications for different ...