Hi
I have an application using windows that have some transparent areas inside. The application is based to Qt libraries. When I move this window the CPU is around 80% busy, this mean there isn't any type of acceleration and all the redrawing engine is done totally by the cpu itself.
Is there a way for have some hardware acceleration in a Qt application windowing? My goal would be to have the cpu occupation below 20% for window movement, is possible to reach this result?
Thank you