You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I try to do, in this example, is to undock then dock my ads::CDockWidget that handles an OpenGL widget (here a chart with an GPU accelerated series). In that case, the MainWindow crashes when docking back the CDockWidget.
(In my project, I am using QVTKOpenGLStereoWidget that creates a different situation where the CDockWidget disappears if it is undocked from the area it has been added to)
I have done a similar test by replacing the ads::CDockWidget by a QDockWidget. In that case, undocking and docking the dock widget containing the OpenGL chart doesn't meet the issue.
Hello,
I am facing a different issues when handling OpenGL widgets inside the
ads::CDockWidget
.I have been able to reproduce a crash with a light example: https://github.com/zyrkiel/Qt-Advanced-Docking-System/tree/Add-OpenGl-example
Screencast.from.2025-02-20.12-16-59.mp4
What I try to do, in this example, is to undock then dock my
ads::CDockWidget
that handles an OpenGL widget (here a chart with an GPU accelerated series). In that case, the MainWindow crashes when docking back theCDockWidget
.(In my project, I am using
QVTKOpenGLStereoWidget
that creates a different situation where theCDockWidget
disappears if it is undocked from the area it has been added to)Here is the callstack:
My config is:
Qt: 6.7.2 (through vcpkg official ports but it should not matter)
ADS: 4.4.0
OS: Ubuntu 24.04
Debug & Release
The text was updated successfully, but these errors were encountered: