PDA

View Full Version : Make QTextBrowser not to propagate mouseEvent when anchor clicked?



MorrisLiang
24th September 2010, 05:37
I have a QTextBrowser object. I want its parent widget to receive mouse event for most of the time except that when anchor is clicked?
How can I do that?
Thanks~:)