Hi,
I need to write a program to draw a graph (a function) by hand on a PC-
the user with his mouse have to have the ability to move freely points -
after he is done the graph would be saved to a file or sent using
sockets over the internet. Don't know yet what to X and Y resolution to
choose - it's irrelevant for now. Every point of the function in the
graph will be connected with the previous and next one.
So it would be basicly moving points on the application - it would draw and refresh the function - and after the user is satisfied it could be sent over the internet or saved to a file.
Would it be possible to connect those points not using linerar interpolation (simply by joining the points with lines) but polymonial or spline function to get a nicer lookin plot?
Could you please give me some idea how to do it in QT, what libraries, widgets etc to use ? or perphaps suggest any other IDE.
thanks for any help
best regards