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

3D series types do not provide all QmlListProperty accessor functions for "seriesChildren" property

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.8.3
    • Graphs: 3D
    • None

      Reparenting series data proxies is not properly supported in Qt Design Studio because of missing QmlListProperty accessor functions. 

      Affects Bars, Scatter, and Surface series.

      E.g. all these functions should be available: 

      QQmlListProperty<QObject> QQuickGraphsBar3DSeries::seriesChildren()
      {
          return QQmlListProperty<QObject>(thisthis,
       &QQuickGraphsBar3DSeries::appendSeriesChildren,                    
       &QQuickGraphsBar3DSeries::countSeriesChildrenFunc,
       &QQuickGraphsBar3DSeries::atSeriesChildrenFunc,                                   
       &QQuickGraphsBar3DSeries::clearSeriesChildrenFunc);
      } 

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            oulu_hillbilly Sami Varanka
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes