QT QtDataVisualization how to show QSurface3DSeries in QWidget
Unsolved
Qt 6
-
Hi,I have a Q3DSurface and I want to show it in a QWidget in a UI FILE. But when I use graph(Q3DSurface).show,the program create a new window to show the graph. But I want to show it in a fixed QWidget which is defined in a ui file. how can I realize this?
thanks -
@yangyanhui4 said in QT QtDataVisualization how to show QSurface3DSeries in QWidget:
But I want to show it in a fixed QWidget which is defined in a ui file
Then set this widget as parent of your Q3DSurface