Thanks for the reply. I just need to get the focus to the circle.I
can identify the circle form its x and y coordinates and radius.
Any suggestions so that i can do it using qpainter itself.
Regards,
soumya
Thanks for the reply. I just need to get the focus to the circle.I
can identify the circle form its x and y coordinates and radius.
Any suggestions so that i can do it using qpainter itself.
Regards,
soumya
What do you mean by get focus to circle ? If you can identify a circle, you can draw it in a particular color to show it has got focus.
When key is pressed it should get focus
painter.drawEllipse((190 + 100 * xcordinate)- 10,(180 + 100 * ycordinate)- 10,20,20);
i know the xcordinate and ycordinate so it should draw at the particular circumference of big circle but some
connections should be done right like how we done before
Bookmarks