Hi
i am making an application in which i initially drew some ellipse and circle,
now the problem i am facing is that that then i got a signal from other class
at this signal i want to repaint inside the previously drawn ellipse so
in my paintEvent() function how could i define that that code should work only when signal is emmited or do i have to define another slot with a painter function to listen to that signal...