- Add KDDockWidgets source to
KDDockWidgets
directory in the root of the repo - Build with CMake providing source for Qt6 (e.g.,
cmake -DCMAKE_PREFIX_PATH=<path_to_qt6>
) - Make and run
charts_opengl_example
- Undock the dock widget window from the main window
- Observe that no points from the LineSeries are displayed on the graph anymore
- Disable OpenGL for the line series in QML, rebuild, and rerun
- Undock the dock widget window from the main window
- Observe all points are still displayed