I study Qt 4.8. As an exercise, you need to make such an application.

enter image description here

Is it possible to build a similar program interface (interested in the grid and coordinate axes) and the function graph itself using standard Qt tools, without using the third-party QCustomPlot library?

If there is such an opportunity, then which classes should pay attention to?

0