Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-55348

QChart and removeSeries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.6.2
    • 5.7.0
    • Charts
    • None
    • 2a1e8cf5133be5e15dc935a07f667302d3eff302

      If you remove the QLineSeries from QChart, and then try to append point to QLineSeries, then the exception are triggerred.

      for example if add to "splinechart" example main.cpp after line 61 next 2 lines:

      chart->removeSeries(series);
      series->append(0, 6);
      

      and run, then the exception are triggered.

        For Gerrit Dashboard: QTBUG-55348
        # Subject Branch Project Status CR V

            e0348803 Miikka Heikkinen
            zhidkov_ia Igor Zhidkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes