-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.8.4, 6.9.1, 6.10.0 Beta2
-
None
-
Windows 10 22H2, MSVC 2022 x64, Debug build
Run the code below and then close the window. It will crash.
import QtQuick import QtGraphs Window { width: 800 height: 600 visible: true GraphsView { id: graphsView anchors.fill: parent } LineSeries { id: externalLineSeries } Component.onCompleted: graphsView.addSeries(externalLineSeries) }
- duplicates
-
QTBUG-138506 QtGraphs crash when GraphView is destroyed
-
- Closed
-