Qt Graphs Known Issues

Qt Graphs for 3D Issues

  • Surfaces with non-straight rows and columns do not always render properly.
  • Changing most of Q3DScene properties affecting subviewports currently has no effect.
  • Widget based examples layout incorrectly in iOS.
  • Reparenting a graph to an item in another QQuickWindow is not supported.
  • Android qmake builds of QML applications importing QtGraphs also require "QT += graphs" in the pro file. This is because Qt Graphs QML plugin has a dependency to Qt Graphs C++ library, which Qt Creator doesn't automatically add to the deployment package.
  • Transparency is not supported for Surface3D due to a limitation with Qt Quick 3D.
  • Transparency functionality is not available for highlighted items in Bars3D and Scatter3D.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.