-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
356929493 (dev), 5c2863a23 (dev)
Consider switcing to "import QtGraphs3D" instead of "import QtGraphs".
Reasoning:
- This way it matches to "import QtQuick3D" and "import QtQuick3D.Particles3D". This "3D" in the end informs users that this module is for Quick 3D.
- Most of the QtGraphs3D QML elements already have "3D" like "Bars3D" and "Bar3DSeries". This matches to e.g. "Particles3D" with elements like "ParticleSystem3D" and "Gravity3D".
- Current wip 2D graphs module uses "import QtGraphs2D". Afaik no other module in Qt Quick specifies "2D", so we could consider dropping it. Then it would match e.g. "import QtQuick.Particles" with "ParticleSystem" and "Gravity".