Actions
Feature #2847
closedWImage Painting
Start date:
03/24/2014
Due date:
% Done:
0%
Estimated time:
Description
i was taken wimage when i mouse click the that position i want to circle
how can i achive this problem
plz help and give me example
i am using paintedWidget it;s take resize(400,400),that only call an event paint method it's image painting problem
thanks
Updated by Wim Dumon over 10 years ago
- Status changed from New to Resolved
In the mouse click handler, remember the position where you want to paint a circle in a variable, and call WPaintedWidget::update()
In the specialization of WPaintedWidget::paintEvent() method, draw the circle.
BR,
Wim.
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions