[Qt-creator] Utils::QtcProcess

Knut Petter Svendsen knutpett+qtcreator at pvv.org
Wed Jan 25 16:22:21 CET 2023


What's the idea with Utils::QtcProcess? Why does QtCreator use QtcProcess
over simply using QProcess?

Also, when trying to debug a ClearCasePlugin which I haven't tested since
QtC 4.xx I'm having a hard time actually finding out where the command is
actually executed. I'm having problems with stepping in the code to find
out why the plugin is failing in my environment.

In my own plugin I use QProcess and it works - is there any reason I
should start using the more complicated QtcProcess (which I'm having
problems with in ClearCasePlugin...)

Knut



More information about the Qt-creator mailing list