Qt Graphs オプション設定

メイン機能

メイン機能を切り替える場合、両方を無効にするとモジュールは全くビルドされません。

  • QT_FEATURE_graphs_2d は 2D グラフ・サポートをQt Graphs モジュールにビルドします。デフォルトではON 。CMakeに-DFEATURE_graphs_2d=OFF を渡すことで無効にできます。
  • QT_FEATURE_graphs_3d を使用すると、Qt Graphs モジュールに 3D グラフ・サポートをビルドできます。デフォルトではON です。これを無効にするには、-DFEATURE_graphs_3d=OFF を CMake に渡します。

Qt Graphs 3D機能

3D機能を切り替える場合、すべてを無効にすると、何も使えないモジュールになります。QT_FEATURE_graphs_3d が無効になっている場合、これらは何の効果も持ちません。

  • QT_FEATURE_graphs_3d_bars3d は、Bars3D グラフサポートをQt Graphs モジュールにビルドできるようにします。デフォルトはON です。CMakeに-DFEATURE_graphs_3d_bars3d=OFF を渡すことで無効にできます。
  • QT_FEATURE_graphs_3d_scatter3d はScatter3D グラフサポートをQt Graphs モジュールにビルドします。デフォルトではON 。これは、-DFEATURE_graphs_3d_scatter3d=OFF を CMake に渡すことで無効にできます。
  • QT_FEATURE_graphs_3d_surface3d を使用すると、Surface3D グラフ・サポートをQt Graphs モジュールにビルドできます。デフォルトではON 。これはCMakeに-DFEATURE_graphs_3d_surface3d=OFF を渡すことで無効にできます。

© 2025 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.