Hi all
I have a simple application consising of a main window that contains some other widgets. I have created this using visual studio and QDesigner.
The question is is it possible to catch the paintEvent events for the individual widgets on the form ?
For example can I have a handler for a given widget on the form - if so how is this done();

Thanks

Graham