-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.3
-
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>(this, this, &QQuickGraphsBar3DSeries::appendSeriesChildren, &QQuickGraphsBar3DSeries::countSeriesChildrenFunc, &QQuickGraphsBar3DSeries::atSeriesChildrenFunc, &QQuickGraphsBar3DSeries::clearSeriesChildrenFunc); }
For Gerrit Dashboard: QTBUG-135630 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
637257,2 | Implement missing QQmlListProperty functions | dev | qt/qtgraphs | Status: DEFERRED | 0 | 0 |