I am writing an application in C++ with QT where you have n points and compute the convex hull of this. However, once this is computed I have no idea how to plot the points and
There is a charting library, qwt, that provides Qt widgets for - erm - charting purposes.