Qt 6.11 is out! See what's new in the release
blog
how to use standardError?
-
Using the standardOutput i can get the output of the exe.
but in my exe, i have perror function, for the error,when i am using the standardError its not displaying the perror.
can i display perror function using standardError in QT?
so what should i use instead of perror in my code?
-
Using the standardOutput i can get the output of the exe.
but in my exe, i have perror function, for the error,when i am using the standardError its not displaying the perror.
can i display perror function using standardError in QT?
so what should i use instead of perror in my code?