ProcessProgress Class

class Core::ProcessProgress

The ProcessProgress class is responsible for showing progress of the running process. More...

Header: #include <ProcessProgress>
Inherits: QObject

Detailed Description

It's possible to cancel the running process automatically after pressing a small 'x' indicator on progress panel. In this case Process::stop() method is being called.