summaryrefslogtreecommitdiffstats
path: root/src/graphs3d/qml/qquickgraphsnode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add missing property docsPaul Wicking2025-11-061-1/+1
| | | | | | Task-number: QTBUG-140629 Change-Id: I7f0532d78cbcece6eaa4787340deae1fe6741b86 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Fix broken links to Node typesAndreas Eliasson2025-07-241-6/+6
| | | | | | | | | | The QML type is called Bars3DNode, not BarsNode. The same applies for ScatterNode and SurfaceNode. Pick-to: 6.10 Change-Id: I040ab1bae22fc7e79f3b769d162d2c1b90ba1a7d Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
* Get rid of some clazy warnings in qquickgraphsxxxnode.cppTomi Korpipaa2025-07-151-2/+2
| | | | | | | | | Fix "c++11 range-loop might detach Qt container" warnings. Pick-to: 6.9 6.10 Change-Id: I2baa986b96c2613d7cede1d7f932b0f64639271a Reviewed-by: Niko Korkala <niko.korkala@qt.io> Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
* Add picking to graph nodesSakaria Pouke2025-04-281-0/+19
| | | | | | Task-number: QTBUG-134041 Change-Id: Ie7113d88ea31021d25a7fb58060cfe31f0bccc3a Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add documentation to graphs node classesSakaria Pouke2025-04-241-0/+304
| | | | | | | Task-number: QTBUG-134041 Change-Id: I5df4433fbac9f4592b942769303674a6ce9954ed Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add graph node classesSakaria Pouke2025-03-241-0/+428
Creates Surface3DNode, Bars3DNode and Scatter3DNode QML elements. The node classes create a graph, reparent the graphs rootNode to itself and forward the parameters. Task-number: QTBUG-134041 Change-Id: I7e53ff96e59bb42febeaf5c0c084646b50785d19 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>