Re: help regarding circle
Reimplement paintEvent() of the widget you want to draw on. If you want to draw on QTabWidget, reimplement its paintEvent() instead of main window's. If you want to draw on a page of tab widget, reimplement its paintEvent().
Re: help regarding circle
first thanks for ur kind response.
If you want to draw on QTabWidget, reimplement its paintEvent() instead of main window's.
in my code where i want to change.i tried in many ways but am not getting,plz provide some detailed explanation about this issue.i am totally getting confused with this.
thanks in advance.