Question

I have a widget container I wish to manually paint. However, it is located within my GUI's MainWindow class.

Is there any way I can register on the paint event for a specific QWidget, so my own function will be called ?

Was it helpful?

Solution

Look for eventFilter. It will help you

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top