I've been able to plot interactive 1D series data using QCharts
, and it appears I can plot interactive 3D using QtDataVisualization
, but how might I plot 2D data, such as an image, in the same type of interactive environment?
Thanks for any guidance.