In my application I use MVC pattern. Some function is executed in Model class (its CUDA function). I want to display progress of this function in View class. Classes communicate through signals and slots.
Is there any way to do it?