Qt Graphs Known Issues

Qt Graphs for 3D Issues

  • Surfaces with non-straight rows and columns do not always render properly.

  • Widget based examples layout incorrectly in iOS.

  • Widget based examples are not supported for Android or WinRT.

  • 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 .

  • Shadows are not supported with Surface3D .