This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to accelerate windows created with Qt

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