ProcessProgress Class
class Core::ProcessProgressThe ProcessProgress class is responsible for showing progress of the running process. More...
Header: | #include <ProcessProgress> |
Detailed Description
It's possible to cancel the running process automatically after pressing a small 'x' indicator on progress panel. In this case QtcProcess::stop() method is being called.