Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
simple image display and mark points application C++
-
Hi,
I am looking for an example for a widndows app which :
displays image, mark points on the image (3 points) and saves them to text file.
Where can I find an example for this ?
Thanks,
ivgenikucherov@gmail.com
-
Have a look at the "Image Viewer Example"
You can find it in the Welcome->Examples and type image in the search field.
as for Marking, you would
override/addmousePressEvent ( QMouseEvent * event )
for ImageViewer
Then have a look at QFile for saving.