diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 9e947c09..81c35659 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -3,6 +3,6 @@ qt_examples_build_begin(EXTERNAL_BUILD) -add_subdirectory(graphs) +add_subdirectory(graphs3d) qt_examples_build_end() diff --git a/examples/examples.pro b/examples/examples.pro index 46149f3f..96c9f1da 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += graphs +SUBDIRS += graphs3d diff --git a/examples/graphs/CMakeLists.txt b/examples/graphs3d/CMakeLists.txt similarity index 100% rename from examples/graphs/CMakeLists.txt rename to examples/graphs3d/CMakeLists.txt diff --git a/examples/graphs/axishandling/CMakeLists.txt b/examples/graphs3d/axishandling/CMakeLists.txt similarity index 100% rename from examples/graphs/axishandling/CMakeLists.txt rename to examples/graphs3d/axishandling/CMakeLists.txt diff --git a/examples/graphs/axishandling/axishandling.pro b/examples/graphs3d/axishandling/axishandling.pro similarity index 100% rename from examples/graphs/axishandling/axishandling.pro rename to examples/graphs3d/axishandling/axishandling.pro diff --git a/examples/graphs/axishandling/axishandling.qrc b/examples/graphs3d/axishandling/axishandling.qrc similarity index 100% rename from examples/graphs/axishandling/axishandling.qrc rename to examples/graphs3d/axishandling/axishandling.qrc diff --git a/examples/graphs/axishandling/customformatter.cpp b/examples/graphs3d/axishandling/customformatter.cpp similarity index 100% rename from examples/graphs/axishandling/customformatter.cpp rename to examples/graphs3d/axishandling/customformatter.cpp diff --git a/examples/graphs/axishandling/customformatter.h b/examples/graphs3d/axishandling/customformatter.h similarity index 100% rename from examples/graphs/axishandling/customformatter.h rename to examples/graphs3d/axishandling/customformatter.h diff --git a/examples/graphs/axishandling/doc/images/axishandling-example.png b/examples/graphs3d/axishandling/doc/images/axishandling-example.png similarity index 100% rename from examples/graphs/axishandling/doc/images/axishandling-example.png rename to examples/graphs3d/axishandling/doc/images/axishandling-example.png diff --git a/examples/graphs/axishandling/doc/src/axishandling.qdoc b/examples/graphs3d/axishandling/doc/src/axishandling.qdoc similarity index 100% rename from examples/graphs/axishandling/doc/src/axishandling.qdoc rename to examples/graphs3d/axishandling/doc/src/axishandling.qdoc diff --git a/examples/graphs/axishandling/main.cpp b/examples/graphs3d/axishandling/main.cpp similarity index 100% rename from examples/graphs/axishandling/main.cpp rename to examples/graphs3d/axishandling/main.cpp diff --git a/examples/graphs/axishandling/qml/axishandling/AxisDragging.qml b/examples/graphs3d/axishandling/qml/axishandling/AxisDragging.qml similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/AxisDragging.qml rename to examples/graphs3d/axishandling/qml/axishandling/AxisDragging.qml diff --git a/examples/graphs/axishandling/qml/axishandling/AxisFormatting.qml b/examples/graphs3d/axishandling/qml/axishandling/AxisFormatting.qml similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/AxisFormatting.qml rename to examples/graphs3d/axishandling/qml/axishandling/AxisFormatting.qml diff --git a/examples/graphs/axishandling/qml/axishandling/Data.qml b/examples/graphs3d/axishandling/qml/axishandling/Data.qml similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/Data.qml rename to examples/graphs3d/axishandling/qml/axishandling/Data.qml diff --git a/examples/graphs/axishandling/qml/axishandling/cube.mesh b/examples/graphs3d/axishandling/qml/axishandling/cube.mesh similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/cube.mesh rename to examples/graphs3d/axishandling/qml/axishandling/cube.mesh diff --git a/examples/graphs/axishandling/qml/axishandling/cubetexture.png b/examples/graphs3d/axishandling/qml/axishandling/cubetexture.png similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/cubetexture.png rename to examples/graphs3d/axishandling/qml/axishandling/cubetexture.png diff --git a/examples/graphs/axishandling/qml/axishandling/main.qml b/examples/graphs3d/axishandling/qml/axishandling/main.qml similarity index 100% rename from examples/graphs/axishandling/qml/axishandling/main.qml rename to examples/graphs3d/axishandling/qml/axishandling/main.qml diff --git a/examples/graphs/axishandling/qmldir b/examples/graphs3d/axishandling/qmldir similarity index 100% rename from examples/graphs/axishandling/qmldir rename to examples/graphs3d/axishandling/qmldir diff --git a/examples/graphs/bars/CMakeLists.txt b/examples/graphs3d/bars/CMakeLists.txt similarity index 100% rename from examples/graphs/bars/CMakeLists.txt rename to examples/graphs3d/bars/CMakeLists.txt diff --git a/examples/graphs/bars/bars.pro b/examples/graphs3d/bars/bars.pro similarity index 100% rename from examples/graphs/bars/bars.pro rename to examples/graphs3d/bars/bars.pro diff --git a/examples/graphs/bars/bars.qrc b/examples/graphs3d/bars/bars.qrc similarity index 100% rename from examples/graphs/bars/bars.qrc rename to examples/graphs3d/bars/bars.qrc diff --git a/examples/graphs/bars/doc/images/bars-example.png b/examples/graphs3d/bars/doc/images/bars-example.png similarity index 100% rename from examples/graphs/bars/doc/images/bars-example.png rename to examples/graphs3d/bars/doc/images/bars-example.png diff --git a/examples/graphs/bars/doc/src/bars.qdoc b/examples/graphs3d/bars/doc/src/bars.qdoc similarity index 100% rename from examples/graphs/bars/doc/src/bars.qdoc rename to examples/graphs3d/bars/doc/src/bars.qdoc diff --git a/examples/graphs/bars/main.cpp b/examples/graphs3d/bars/main.cpp similarity index 100% rename from examples/graphs/bars/main.cpp rename to examples/graphs3d/bars/main.cpp diff --git a/examples/graphs/bars/qml/bars/Axes.qml b/examples/graphs3d/bars/qml/bars/Axes.qml similarity index 100% rename from examples/graphs/bars/qml/bars/Axes.qml rename to examples/graphs3d/bars/qml/bars/Axes.qml diff --git a/examples/graphs/bars/qml/bars/Data.qml b/examples/graphs3d/bars/qml/bars/Data.qml similarity index 100% rename from examples/graphs/bars/qml/bars/Data.qml rename to examples/graphs3d/bars/qml/bars/Data.qml diff --git a/examples/graphs/bars/qml/bars/main.qml b/examples/graphs3d/bars/qml/bars/main.qml similarity index 100% rename from examples/graphs/bars/qml/bars/main.qml rename to examples/graphs3d/bars/qml/bars/main.qml diff --git a/examples/graphs/examples.pri b/examples/graphs3d/examples.pri similarity index 100% rename from examples/graphs/examples.pri rename to examples/graphs3d/examples.pri diff --git a/examples/graphs/graphs.pro b/examples/graphs3d/graphs3d.pro similarity index 100% rename from examples/graphs/graphs.pro rename to examples/graphs3d/graphs3d.pro diff --git a/examples/graphs/scatter/CMakeLists.txt b/examples/graphs3d/scatter/CMakeLists.txt similarity index 100% rename from examples/graphs/scatter/CMakeLists.txt rename to examples/graphs3d/scatter/CMakeLists.txt diff --git a/examples/graphs/scatter/doc/images/scatter-example.png b/examples/graphs3d/scatter/doc/images/scatter-example.png similarity index 100% rename from examples/graphs/scatter/doc/images/scatter-example.png rename to examples/graphs3d/scatter/doc/images/scatter-example.png diff --git a/examples/graphs/scatter/doc/src/scatter.qdoc b/examples/graphs3d/scatter/doc/src/scatter.qdoc similarity index 100% rename from examples/graphs/scatter/doc/src/scatter.qdoc rename to examples/graphs3d/scatter/doc/src/scatter.qdoc diff --git a/examples/graphs/scatter/main.cpp b/examples/graphs3d/scatter/main.cpp similarity index 100% rename from examples/graphs/scatter/main.cpp rename to examples/graphs3d/scatter/main.cpp diff --git a/examples/graphs/scatter/qml/scatter/Data.qml b/examples/graphs3d/scatter/qml/scatter/Data.qml similarity index 100% rename from examples/graphs/scatter/qml/scatter/Data.qml rename to examples/graphs3d/scatter/qml/scatter/Data.qml diff --git a/examples/graphs/scatter/qml/scatter/main.qml b/examples/graphs3d/scatter/qml/scatter/main.qml similarity index 100% rename from examples/graphs/scatter/qml/scatter/main.qml rename to examples/graphs3d/scatter/qml/scatter/main.qml diff --git a/examples/graphs/scatter/scatter.pro b/examples/graphs3d/scatter/scatter.pro similarity index 100% rename from examples/graphs/scatter/scatter.pro rename to examples/graphs3d/scatter/scatter.pro diff --git a/examples/graphs/scatter/scatter.qrc b/examples/graphs3d/scatter/scatter.qrc similarity index 100% rename from examples/graphs/scatter/scatter.qrc rename to examples/graphs3d/scatter/scatter.qrc diff --git a/examples/graphs/surfacegallery/CMakeLists.txt b/examples/graphs3d/surfacegallery/CMakeLists.txt similarity index 100% rename from examples/graphs/surfacegallery/CMakeLists.txt rename to examples/graphs3d/surfacegallery/CMakeLists.txt diff --git a/examples/graphs/surfacegallery/datasource.cpp b/examples/graphs3d/surfacegallery/datasource.cpp similarity index 100% rename from examples/graphs/surfacegallery/datasource.cpp rename to examples/graphs3d/surfacegallery/datasource.cpp diff --git a/examples/graphs/surfacegallery/datasource.h b/examples/graphs3d/surfacegallery/datasource.h similarity index 100% rename from examples/graphs/surfacegallery/datasource.h rename to examples/graphs3d/surfacegallery/datasource.h diff --git a/examples/graphs/surfacegallery/doc/images/surfacegallery-example.png b/examples/graphs3d/surfacegallery/doc/images/surfacegallery-example.png similarity index 100% rename from examples/graphs/surfacegallery/doc/images/surfacegallery-example.png rename to examples/graphs3d/surfacegallery/doc/images/surfacegallery-example.png diff --git a/examples/graphs/surfacegallery/doc/src/surfacegallery.qdoc b/examples/graphs3d/surfacegallery/doc/src/surfacegallery.qdoc similarity index 100% rename from examples/graphs/surfacegallery/doc/src/surfacegallery.qdoc rename to examples/graphs3d/surfacegallery/doc/src/surfacegallery.qdoc diff --git a/examples/graphs/surfacegallery/main.cpp b/examples/graphs3d/surfacegallery/main.cpp similarity index 100% rename from examples/graphs/surfacegallery/main.cpp rename to examples/graphs3d/surfacegallery/main.cpp diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/SpectrogramData.qml b/examples/graphs3d/surfacegallery/qml/surfacegallery/SpectrogramData.qml similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/SpectrogramData.qml rename to examples/graphs3d/surfacegallery/qml/surfacegallery/SpectrogramData.qml diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/SurfaceHeightMap.qml b/examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceHeightMap.qml similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/SurfaceHeightMap.qml rename to examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceHeightMap.qml diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml b/examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml rename to examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/SurfaceSpectrogram.qml b/examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceSpectrogram.qml similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/SurfaceSpectrogram.qml rename to examples/graphs3d/surfacegallery/qml/surfacegallery/SurfaceSpectrogram.qml diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/heightmap.png b/examples/graphs3d/surfacegallery/qml/surfacegallery/heightmap.png similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/heightmap.png rename to examples/graphs3d/surfacegallery/qml/surfacegallery/heightmap.png diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/heightmap.readme b/examples/graphs3d/surfacegallery/qml/surfacegallery/heightmap.readme similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/heightmap.readme rename to examples/graphs3d/surfacegallery/qml/surfacegallery/heightmap.readme diff --git a/examples/graphs/surfacegallery/qml/surfacegallery/main.qml b/examples/graphs3d/surfacegallery/qml/surfacegallery/main.qml similarity index 100% rename from examples/graphs/surfacegallery/qml/surfacegallery/main.qml rename to examples/graphs3d/surfacegallery/qml/surfacegallery/main.qml diff --git a/examples/graphs/surfacegallery/surfacegallery.pro b/examples/graphs3d/surfacegallery/surfacegallery.pro similarity index 100% rename from examples/graphs/surfacegallery/surfacegallery.pro rename to examples/graphs3d/surfacegallery/surfacegallery.pro diff --git a/examples/graphs/surfacegallery/surfacegallery.qrc b/examples/graphs3d/surfacegallery/surfacegallery.qrc similarity index 100% rename from examples/graphs/surfacegallery/surfacegallery.qrc rename to examples/graphs3d/surfacegallery/surfacegallery.qrc diff --git a/examples/graphs/widgetgraphgallery/CMakeLists.txt b/examples/graphs3d/widgetgraphgallery/CMakeLists.txt similarity index 100% rename from examples/graphs/widgetgraphgallery/CMakeLists.txt rename to examples/graphs3d/widgetgraphgallery/CMakeLists.txt diff --git a/examples/graphs/widgetgraphgallery/axesinputhandler.cpp b/examples/graphs3d/widgetgraphgallery/axesinputhandler.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/axesinputhandler.cpp rename to examples/graphs3d/widgetgraphgallery/axesinputhandler.cpp diff --git a/examples/graphs/widgetgraphgallery/axesinputhandler.h b/examples/graphs3d/widgetgraphgallery/axesinputhandler.h similarity index 100% rename from examples/graphs/widgetgraphgallery/axesinputhandler.h rename to examples/graphs3d/widgetgraphgallery/axesinputhandler.h diff --git a/examples/graphs/widgetgraphgallery/bargraph.cpp b/examples/graphs3d/widgetgraphgallery/bargraph.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/bargraph.cpp rename to examples/graphs3d/widgetgraphgallery/bargraph.cpp diff --git a/examples/graphs/widgetgraphgallery/bargraph.h b/examples/graphs3d/widgetgraphgallery/bargraph.h similarity index 100% rename from examples/graphs/widgetgraphgallery/bargraph.h rename to examples/graphs3d/widgetgraphgallery/bargraph.h diff --git a/examples/graphs/widgetgraphgallery/custominputhandler.cpp b/examples/graphs3d/widgetgraphgallery/custominputhandler.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/custominputhandler.cpp rename to examples/graphs3d/widgetgraphgallery/custominputhandler.cpp diff --git a/examples/graphs/widgetgraphgallery/custominputhandler.h b/examples/graphs3d/widgetgraphgallery/custominputhandler.h similarity index 100% rename from examples/graphs/widgetgraphgallery/custominputhandler.h rename to examples/graphs3d/widgetgraphgallery/custominputhandler.h diff --git a/examples/graphs/widgetgraphgallery/data/layer_1.png b/examples/graphs3d/widgetgraphgallery/data/layer_1.png similarity index 100% rename from examples/graphs/widgetgraphgallery/data/layer_1.png rename to examples/graphs3d/widgetgraphgallery/data/layer_1.png diff --git a/examples/graphs/widgetgraphgallery/data/layer_2.png b/examples/graphs3d/widgetgraphgallery/data/layer_2.png similarity index 100% rename from examples/graphs/widgetgraphgallery/data/layer_2.png rename to examples/graphs3d/widgetgraphgallery/data/layer_2.png diff --git a/examples/graphs/widgetgraphgallery/data/layer_3.png b/examples/graphs3d/widgetgraphgallery/data/layer_3.png similarity index 100% rename from examples/graphs/widgetgraphgallery/data/layer_3.png rename to examples/graphs3d/widgetgraphgallery/data/layer_3.png diff --git a/examples/graphs/widgetgraphgallery/data/license.txt b/examples/graphs3d/widgetgraphgallery/data/license.txt similarity index 100% rename from examples/graphs/widgetgraphgallery/data/license.txt rename to examples/graphs3d/widgetgraphgallery/data/license.txt diff --git a/examples/graphs/widgetgraphgallery/data/maptexture.jpg b/examples/graphs3d/widgetgraphgallery/data/maptexture.jpg similarity index 100% rename from examples/graphs/widgetgraphgallery/data/maptexture.jpg rename to examples/graphs3d/widgetgraphgallery/data/maptexture.jpg diff --git a/examples/graphs/widgetgraphgallery/data/narrowarrow.mesh b/examples/graphs3d/widgetgraphgallery/data/narrowarrow.mesh similarity index 100% rename from examples/graphs/widgetgraphgallery/data/narrowarrow.mesh rename to examples/graphs3d/widgetgraphgallery/data/narrowarrow.mesh diff --git a/examples/graphs/widgetgraphgallery/data/oilrig.mesh b/examples/graphs3d/widgetgraphgallery/data/oilrig.mesh similarity index 100% rename from examples/graphs/widgetgraphgallery/data/oilrig.mesh rename to examples/graphs3d/widgetgraphgallery/data/oilrig.mesh diff --git a/examples/graphs/widgetgraphgallery/data/pipe.mesh b/examples/graphs3d/widgetgraphgallery/data/pipe.mesh similarity index 100% rename from examples/graphs/widgetgraphgallery/data/pipe.mesh rename to examples/graphs3d/widgetgraphgallery/data/pipe.mesh diff --git a/examples/graphs/widgetgraphgallery/data/raindata.txt b/examples/graphs3d/widgetgraphgallery/data/raindata.txt similarity index 100% rename from examples/graphs/widgetgraphgallery/data/raindata.txt rename to examples/graphs3d/widgetgraphgallery/data/raindata.txt diff --git a/examples/graphs/widgetgraphgallery/data/refinery.mesh b/examples/graphs3d/widgetgraphgallery/data/refinery.mesh similarity index 100% rename from examples/graphs/widgetgraphgallery/data/refinery.mesh rename to examples/graphs3d/widgetgraphgallery/data/refinery.mesh diff --git a/examples/graphs/widgetgraphgallery/data/refinery.obj b/examples/graphs3d/widgetgraphgallery/data/refinery.obj similarity index 100% rename from examples/graphs/widgetgraphgallery/data/refinery.obj rename to examples/graphs3d/widgetgraphgallery/data/refinery.obj diff --git a/examples/graphs/widgetgraphgallery/data/topography.png b/examples/graphs3d/widgetgraphgallery/data/topography.png similarity index 100% rename from examples/graphs/widgetgraphgallery/data/topography.png rename to examples/graphs3d/widgetgraphgallery/data/topography.png diff --git a/examples/graphs/widgetgraphgallery/doc/images/widgetgraphgallery-example.png b/examples/graphs3d/widgetgraphgallery/doc/images/widgetgraphgallery-example.png similarity index 100% rename from examples/graphs/widgetgraphgallery/doc/images/widgetgraphgallery-example.png rename to examples/graphs3d/widgetgraphgallery/doc/images/widgetgraphgallery-example.png diff --git a/examples/graphs/widgetgraphgallery/doc/src/widgetgraphgallery.qdoc b/examples/graphs3d/widgetgraphgallery/doc/src/widgetgraphgallery.qdoc similarity index 100% rename from examples/graphs/widgetgraphgallery/doc/src/widgetgraphgallery.qdoc rename to examples/graphs3d/widgetgraphgallery/doc/src/widgetgraphgallery.qdoc diff --git a/examples/graphs/widgetgraphgallery/graphmodifier.cpp b/examples/graphs3d/widgetgraphgallery/graphmodifier.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/graphmodifier.cpp rename to examples/graphs3d/widgetgraphgallery/graphmodifier.cpp diff --git a/examples/graphs/widgetgraphgallery/graphmodifier.h b/examples/graphs3d/widgetgraphgallery/graphmodifier.h similarity index 100% rename from examples/graphs/widgetgraphgallery/graphmodifier.h rename to examples/graphs3d/widgetgraphgallery/graphmodifier.h diff --git a/examples/graphs/widgetgraphgallery/highlightseries.cpp b/examples/graphs3d/widgetgraphgallery/highlightseries.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/highlightseries.cpp rename to examples/graphs3d/widgetgraphgallery/highlightseries.cpp diff --git a/examples/graphs/widgetgraphgallery/highlightseries.h b/examples/graphs3d/widgetgraphgallery/highlightseries.h similarity index 100% rename from examples/graphs/widgetgraphgallery/highlightseries.h rename to examples/graphs3d/widgetgraphgallery/highlightseries.h diff --git a/examples/graphs/widgetgraphgallery/main.cpp b/examples/graphs3d/widgetgraphgallery/main.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/main.cpp rename to examples/graphs3d/widgetgraphgallery/main.cpp diff --git a/examples/graphs/widgetgraphgallery/rainfalldata.cpp b/examples/graphs3d/widgetgraphgallery/rainfalldata.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/rainfalldata.cpp rename to examples/graphs3d/widgetgraphgallery/rainfalldata.cpp diff --git a/examples/graphs/widgetgraphgallery/rainfalldata.h b/examples/graphs3d/widgetgraphgallery/rainfalldata.h similarity index 100% rename from examples/graphs/widgetgraphgallery/rainfalldata.h rename to examples/graphs3d/widgetgraphgallery/rainfalldata.h diff --git a/examples/graphs/widgetgraphgallery/scatterdatamodifier.cpp b/examples/graphs3d/widgetgraphgallery/scatterdatamodifier.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/scatterdatamodifier.cpp rename to examples/graphs3d/widgetgraphgallery/scatterdatamodifier.cpp diff --git a/examples/graphs/widgetgraphgallery/scatterdatamodifier.h b/examples/graphs3d/widgetgraphgallery/scatterdatamodifier.h similarity index 100% rename from examples/graphs/widgetgraphgallery/scatterdatamodifier.h rename to examples/graphs3d/widgetgraphgallery/scatterdatamodifier.h diff --git a/examples/graphs/widgetgraphgallery/scattergraph.cpp b/examples/graphs3d/widgetgraphgallery/scattergraph.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/scattergraph.cpp rename to examples/graphs3d/widgetgraphgallery/scattergraph.cpp diff --git a/examples/graphs/widgetgraphgallery/scattergraph.h b/examples/graphs3d/widgetgraphgallery/scattergraph.h similarity index 100% rename from examples/graphs/widgetgraphgallery/scattergraph.h rename to examples/graphs3d/widgetgraphgallery/scattergraph.h diff --git a/examples/graphs/widgetgraphgallery/surfacegraph.cpp b/examples/graphs3d/widgetgraphgallery/surfacegraph.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/surfacegraph.cpp rename to examples/graphs3d/widgetgraphgallery/surfacegraph.cpp diff --git a/examples/graphs/widgetgraphgallery/surfacegraph.h b/examples/graphs3d/widgetgraphgallery/surfacegraph.h similarity index 100% rename from examples/graphs/widgetgraphgallery/surfacegraph.h rename to examples/graphs3d/widgetgraphgallery/surfacegraph.h diff --git a/examples/graphs/widgetgraphgallery/surfacegraphmodifier.cpp b/examples/graphs3d/widgetgraphgallery/surfacegraphmodifier.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/surfacegraphmodifier.cpp rename to examples/graphs3d/widgetgraphgallery/surfacegraphmodifier.cpp diff --git a/examples/graphs/widgetgraphgallery/surfacegraphmodifier.h b/examples/graphs3d/widgetgraphgallery/surfacegraphmodifier.h similarity index 100% rename from examples/graphs/widgetgraphgallery/surfacegraphmodifier.h rename to examples/graphs3d/widgetgraphgallery/surfacegraphmodifier.h diff --git a/examples/graphs/widgetgraphgallery/topographicseries.cpp b/examples/graphs3d/widgetgraphgallery/topographicseries.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/topographicseries.cpp rename to examples/graphs3d/widgetgraphgallery/topographicseries.cpp diff --git a/examples/graphs/widgetgraphgallery/topographicseries.h b/examples/graphs3d/widgetgraphgallery/topographicseries.h similarity index 100% rename from examples/graphs/widgetgraphgallery/topographicseries.h rename to examples/graphs3d/widgetgraphgallery/topographicseries.h diff --git a/examples/graphs/widgetgraphgallery/variantbardatamapping.cpp b/examples/graphs3d/widgetgraphgallery/variantbardatamapping.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/variantbardatamapping.cpp rename to examples/graphs3d/widgetgraphgallery/variantbardatamapping.cpp diff --git a/examples/graphs/widgetgraphgallery/variantbardatamapping.h b/examples/graphs3d/widgetgraphgallery/variantbardatamapping.h similarity index 100% rename from examples/graphs/widgetgraphgallery/variantbardatamapping.h rename to examples/graphs3d/widgetgraphgallery/variantbardatamapping.h diff --git a/examples/graphs/widgetgraphgallery/variantbardataproxy.cpp b/examples/graphs3d/widgetgraphgallery/variantbardataproxy.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/variantbardataproxy.cpp rename to examples/graphs3d/widgetgraphgallery/variantbardataproxy.cpp diff --git a/examples/graphs/widgetgraphgallery/variantbardataproxy.h b/examples/graphs3d/widgetgraphgallery/variantbardataproxy.h similarity index 100% rename from examples/graphs/widgetgraphgallery/variantbardataproxy.h rename to examples/graphs3d/widgetgraphgallery/variantbardataproxy.h diff --git a/examples/graphs/widgetgraphgallery/variantdataset.cpp b/examples/graphs3d/widgetgraphgallery/variantdataset.cpp similarity index 100% rename from examples/graphs/widgetgraphgallery/variantdataset.cpp rename to examples/graphs3d/widgetgraphgallery/variantdataset.cpp diff --git a/examples/graphs/widgetgraphgallery/variantdataset.h b/examples/graphs3d/widgetgraphgallery/variantdataset.h similarity index 100% rename from examples/graphs/widgetgraphgallery/variantdataset.h rename to examples/graphs3d/widgetgraphgallery/variantdataset.h diff --git a/examples/graphs/widgetgraphgallery/widgetgraphgallery.pro b/examples/graphs3d/widgetgraphgallery/widgetgraphgallery.pro similarity index 100% rename from examples/graphs/widgetgraphgallery/widgetgraphgallery.pro rename to examples/graphs3d/widgetgraphgallery/widgetgraphgallery.pro diff --git a/examples/graphs/widgetgraphgallery/widgetgraphgallery.qrc b/examples/graphs3d/widgetgraphgallery/widgetgraphgallery.qrc similarity index 100% rename from examples/graphs/widgetgraphgallery/widgetgraphgallery.qrc rename to examples/graphs3d/widgetgraphgallery/widgetgraphgallery.qrc diff --git a/examples/graphs/widgetvolumetric/CMakeLists.txt b/examples/graphs3d/widgetvolumetric/CMakeLists.txt similarity index 100% rename from examples/graphs/widgetvolumetric/CMakeLists.txt rename to examples/graphs3d/widgetvolumetric/CMakeLists.txt diff --git a/examples/graphs/widgetvolumetric/doc/images/widgetvolumetric-example.png b/examples/graphs3d/widgetvolumetric/doc/images/widgetvolumetric-example.png similarity index 100% rename from examples/graphs/widgetvolumetric/doc/images/widgetvolumetric-example.png rename to examples/graphs3d/widgetvolumetric/doc/images/widgetvolumetric-example.png diff --git a/examples/graphs/widgetvolumetric/doc/src/widgetvolumetric.qdoc b/examples/graphs3d/widgetvolumetric/doc/src/widgetvolumetric.qdoc similarity index 100% rename from examples/graphs/widgetvolumetric/doc/src/widgetvolumetric.qdoc rename to examples/graphs3d/widgetvolumetric/doc/src/widgetvolumetric.qdoc diff --git a/examples/graphs/widgetvolumetric/layer_ground.png b/examples/graphs3d/widgetvolumetric/layer_ground.png similarity index 100% rename from examples/graphs/widgetvolumetric/layer_ground.png rename to examples/graphs3d/widgetvolumetric/layer_ground.png diff --git a/examples/graphs/widgetvolumetric/layer_magma.png b/examples/graphs3d/widgetvolumetric/layer_magma.png similarity index 100% rename from examples/graphs/widgetvolumetric/layer_magma.png rename to examples/graphs3d/widgetvolumetric/layer_magma.png diff --git a/examples/graphs/widgetvolumetric/layer_water.png b/examples/graphs3d/widgetvolumetric/layer_water.png similarity index 100% rename from examples/graphs/widgetvolumetric/layer_water.png rename to examples/graphs3d/widgetvolumetric/layer_water.png diff --git a/examples/graphs/widgetvolumetric/main.cpp b/examples/graphs3d/widgetvolumetric/main.cpp similarity index 100% rename from examples/graphs/widgetvolumetric/main.cpp rename to examples/graphs3d/widgetvolumetric/main.cpp diff --git a/examples/graphs/widgetvolumetric/volumetric.cpp b/examples/graphs3d/widgetvolumetric/volumetric.cpp similarity index 100% rename from examples/graphs/widgetvolumetric/volumetric.cpp rename to examples/graphs3d/widgetvolumetric/volumetric.cpp diff --git a/examples/graphs/widgetvolumetric/volumetric.h b/examples/graphs3d/widgetvolumetric/volumetric.h similarity index 100% rename from examples/graphs/widgetvolumetric/volumetric.h rename to examples/graphs3d/widgetvolumetric/volumetric.h diff --git a/examples/graphs/widgetvolumetric/widgetvolumetric.pro b/examples/graphs3d/widgetvolumetric/widgetvolumetric.pro similarity index 100% rename from examples/graphs/widgetvolumetric/widgetvolumetric.pro rename to examples/graphs3d/widgetvolumetric/widgetvolumetric.pro diff --git a/examples/graphs/widgetvolumetric/widgetvolumetric.qrc b/examples/graphs3d/widgetvolumetric/widgetvolumetric.qrc similarity index 100% rename from examples/graphs/widgetvolumetric/widgetvolumetric.qrc rename to examples/graphs3d/widgetvolumetric/widgetvolumetric.qrc diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 37e88160..f8b6f6f5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ # Copyright (C) 2023 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -add_subdirectory(graphs) +add_subdirectory(graphs3d) diff --git a/src/graphs/CMakeLists.txt b/src/graphs3d/CMakeLists.txt similarity index 100% rename from src/graphs/CMakeLists.txt rename to src/graphs3d/CMakeLists.txt diff --git a/src/graphs/axis/qabstract3daxis.cpp b/src/graphs3d/axis/qabstract3daxis.cpp similarity index 100% rename from src/graphs/axis/qabstract3daxis.cpp rename to src/graphs3d/axis/qabstract3daxis.cpp diff --git a/src/graphs/axis/qabstract3daxis.h b/src/graphs3d/axis/qabstract3daxis.h similarity index 100% rename from src/graphs/axis/qabstract3daxis.h rename to src/graphs3d/axis/qabstract3daxis.h diff --git a/src/graphs/axis/qabstract3daxis_p.h b/src/graphs3d/axis/qabstract3daxis_p.h similarity index 100% rename from src/graphs/axis/qabstract3daxis_p.h rename to src/graphs3d/axis/qabstract3daxis_p.h diff --git a/src/graphs/axis/qcategory3daxis.cpp b/src/graphs3d/axis/qcategory3daxis.cpp similarity index 100% rename from src/graphs/axis/qcategory3daxis.cpp rename to src/graphs3d/axis/qcategory3daxis.cpp diff --git a/src/graphs/axis/qcategory3daxis.h b/src/graphs3d/axis/qcategory3daxis.h similarity index 100% rename from src/graphs/axis/qcategory3daxis.h rename to src/graphs3d/axis/qcategory3daxis.h diff --git a/src/graphs/axis/qcategory3daxis_p.h b/src/graphs3d/axis/qcategory3daxis_p.h similarity index 100% rename from src/graphs/axis/qcategory3daxis_p.h rename to src/graphs3d/axis/qcategory3daxis_p.h diff --git a/src/graphs/axis/qlogvalue3daxisformatter.cpp b/src/graphs3d/axis/qlogvalue3daxisformatter.cpp similarity index 100% rename from src/graphs/axis/qlogvalue3daxisformatter.cpp rename to src/graphs3d/axis/qlogvalue3daxisformatter.cpp diff --git a/src/graphs/axis/qlogvalue3daxisformatter.h b/src/graphs3d/axis/qlogvalue3daxisformatter.h similarity index 100% rename from src/graphs/axis/qlogvalue3daxisformatter.h rename to src/graphs3d/axis/qlogvalue3daxisformatter.h diff --git a/src/graphs/axis/qlogvalue3daxisformatter_p.h b/src/graphs3d/axis/qlogvalue3daxisformatter_p.h similarity index 100% rename from src/graphs/axis/qlogvalue3daxisformatter_p.h rename to src/graphs3d/axis/qlogvalue3daxisformatter_p.h diff --git a/src/graphs/axis/qvalue3daxis.cpp b/src/graphs3d/axis/qvalue3daxis.cpp similarity index 100% rename from src/graphs/axis/qvalue3daxis.cpp rename to src/graphs3d/axis/qvalue3daxis.cpp diff --git a/src/graphs/axis/qvalue3daxis.h b/src/graphs3d/axis/qvalue3daxis.h similarity index 100% rename from src/graphs/axis/qvalue3daxis.h rename to src/graphs3d/axis/qvalue3daxis.h diff --git a/src/graphs/axis/qvalue3daxis_p.h b/src/graphs3d/axis/qvalue3daxis_p.h similarity index 100% rename from src/graphs/axis/qvalue3daxis_p.h rename to src/graphs3d/axis/qvalue3daxis_p.h diff --git a/src/graphs/axis/qvalue3daxisformatter.cpp b/src/graphs3d/axis/qvalue3daxisformatter.cpp similarity index 100% rename from src/graphs/axis/qvalue3daxisformatter.cpp rename to src/graphs3d/axis/qvalue3daxisformatter.cpp diff --git a/src/graphs/axis/qvalue3daxisformatter.h b/src/graphs3d/axis/qvalue3daxisformatter.h similarity index 100% rename from src/graphs/axis/qvalue3daxisformatter.h rename to src/graphs3d/axis/qvalue3daxisformatter.h diff --git a/src/graphs/axis/qvalue3daxisformatter_p.h b/src/graphs3d/axis/qvalue3daxisformatter_p.h similarity index 100% rename from src/graphs/axis/qvalue3daxisformatter_p.h rename to src/graphs3d/axis/qvalue3daxisformatter_p.h diff --git a/src/graphs/configure.cmake b/src/graphs3d/configure.cmake similarity index 100% rename from src/graphs/configure.cmake rename to src/graphs3d/configure.cmake diff --git a/src/graphs/data/abstractitemmodelhandler.cpp b/src/graphs3d/data/abstractitemmodelhandler.cpp similarity index 100% rename from src/graphs/data/abstractitemmodelhandler.cpp rename to src/graphs3d/data/abstractitemmodelhandler.cpp diff --git a/src/graphs/data/abstractitemmodelhandler_p.h b/src/graphs3d/data/abstractitemmodelhandler_p.h similarity index 100% rename from src/graphs/data/abstractitemmodelhandler_p.h rename to src/graphs3d/data/abstractitemmodelhandler_p.h diff --git a/src/graphs/data/baritemmodelhandler.cpp b/src/graphs3d/data/baritemmodelhandler.cpp similarity index 100% rename from src/graphs/data/baritemmodelhandler.cpp rename to src/graphs3d/data/baritemmodelhandler.cpp diff --git a/src/graphs/data/baritemmodelhandler_p.h b/src/graphs3d/data/baritemmodelhandler_p.h similarity index 100% rename from src/graphs/data/baritemmodelhandler_p.h rename to src/graphs3d/data/baritemmodelhandler_p.h diff --git a/src/graphs/data/qabstract3dseries.cpp b/src/graphs3d/data/qabstract3dseries.cpp similarity index 100% rename from src/graphs/data/qabstract3dseries.cpp rename to src/graphs3d/data/qabstract3dseries.cpp diff --git a/src/graphs/data/qabstract3dseries.h b/src/graphs3d/data/qabstract3dseries.h similarity index 100% rename from src/graphs/data/qabstract3dseries.h rename to src/graphs3d/data/qabstract3dseries.h diff --git a/src/graphs/data/qabstract3dseries_p.h b/src/graphs3d/data/qabstract3dseries_p.h similarity index 100% rename from src/graphs/data/qabstract3dseries_p.h rename to src/graphs3d/data/qabstract3dseries_p.h diff --git a/src/graphs/data/qabstractdataproxy.cpp b/src/graphs3d/data/qabstractdataproxy.cpp similarity index 100% rename from src/graphs/data/qabstractdataproxy.cpp rename to src/graphs3d/data/qabstractdataproxy.cpp diff --git a/src/graphs/data/qabstractdataproxy.h b/src/graphs3d/data/qabstractdataproxy.h similarity index 100% rename from src/graphs/data/qabstractdataproxy.h rename to src/graphs3d/data/qabstractdataproxy.h diff --git a/src/graphs/data/qabstractdataproxy_p.h b/src/graphs3d/data/qabstractdataproxy_p.h similarity index 100% rename from src/graphs/data/qabstractdataproxy_p.h rename to src/graphs3d/data/qabstractdataproxy_p.h diff --git a/src/graphs/data/qbar3dseries.cpp b/src/graphs3d/data/qbar3dseries.cpp similarity index 100% rename from src/graphs/data/qbar3dseries.cpp rename to src/graphs3d/data/qbar3dseries.cpp diff --git a/src/graphs/data/qbar3dseries.h b/src/graphs3d/data/qbar3dseries.h similarity index 100% rename from src/graphs/data/qbar3dseries.h rename to src/graphs3d/data/qbar3dseries.h diff --git a/src/graphs/data/qbar3dseries_p.h b/src/graphs3d/data/qbar3dseries_p.h similarity index 100% rename from src/graphs/data/qbar3dseries_p.h rename to src/graphs3d/data/qbar3dseries_p.h diff --git a/src/graphs/data/qbardataitem.cpp b/src/graphs3d/data/qbardataitem.cpp similarity index 100% rename from src/graphs/data/qbardataitem.cpp rename to src/graphs3d/data/qbardataitem.cpp diff --git a/src/graphs/data/qbardataitem.h b/src/graphs3d/data/qbardataitem.h similarity index 100% rename from src/graphs/data/qbardataitem.h rename to src/graphs3d/data/qbardataitem.h diff --git a/src/graphs/data/qbardataproxy.cpp b/src/graphs3d/data/qbardataproxy.cpp similarity index 100% rename from src/graphs/data/qbardataproxy.cpp rename to src/graphs3d/data/qbardataproxy.cpp diff --git a/src/graphs/data/qbardataproxy.h b/src/graphs3d/data/qbardataproxy.h similarity index 100% rename from src/graphs/data/qbardataproxy.h rename to src/graphs3d/data/qbardataproxy.h diff --git a/src/graphs/data/qbardataproxy_p.h b/src/graphs3d/data/qbardataproxy_p.h similarity index 100% rename from src/graphs/data/qbardataproxy_p.h rename to src/graphs3d/data/qbardataproxy_p.h diff --git a/src/graphs/data/qcustom3ditem.cpp b/src/graphs3d/data/qcustom3ditem.cpp similarity index 100% rename from src/graphs/data/qcustom3ditem.cpp rename to src/graphs3d/data/qcustom3ditem.cpp diff --git a/src/graphs/data/qcustom3ditem.h b/src/graphs3d/data/qcustom3ditem.h similarity index 100% rename from src/graphs/data/qcustom3ditem.h rename to src/graphs3d/data/qcustom3ditem.h diff --git a/src/graphs/data/qcustom3ditem_p.h b/src/graphs3d/data/qcustom3ditem_p.h similarity index 100% rename from src/graphs/data/qcustom3ditem_p.h rename to src/graphs3d/data/qcustom3ditem_p.h diff --git a/src/graphs/data/qcustom3dlabel.cpp b/src/graphs3d/data/qcustom3dlabel.cpp similarity index 100% rename from src/graphs/data/qcustom3dlabel.cpp rename to src/graphs3d/data/qcustom3dlabel.cpp diff --git a/src/graphs/data/qcustom3dlabel.h b/src/graphs3d/data/qcustom3dlabel.h similarity index 100% rename from src/graphs/data/qcustom3dlabel.h rename to src/graphs3d/data/qcustom3dlabel.h diff --git a/src/graphs/data/qcustom3dlabel_p.h b/src/graphs3d/data/qcustom3dlabel_p.h similarity index 100% rename from src/graphs/data/qcustom3dlabel_p.h rename to src/graphs3d/data/qcustom3dlabel_p.h diff --git a/src/graphs/data/qcustom3dvolume.cpp b/src/graphs3d/data/qcustom3dvolume.cpp similarity index 100% rename from src/graphs/data/qcustom3dvolume.cpp rename to src/graphs3d/data/qcustom3dvolume.cpp diff --git a/src/graphs/data/qcustom3dvolume.h b/src/graphs3d/data/qcustom3dvolume.h similarity index 100% rename from src/graphs/data/qcustom3dvolume.h rename to src/graphs3d/data/qcustom3dvolume.h diff --git a/src/graphs/data/qcustom3dvolume_p.h b/src/graphs3d/data/qcustom3dvolume_p.h similarity index 100% rename from src/graphs/data/qcustom3dvolume_p.h rename to src/graphs3d/data/qcustom3dvolume_p.h diff --git a/src/graphs/data/qheightmapsurfacedataproxy.cpp b/src/graphs3d/data/qheightmapsurfacedataproxy.cpp similarity index 100% rename from src/graphs/data/qheightmapsurfacedataproxy.cpp rename to src/graphs3d/data/qheightmapsurfacedataproxy.cpp diff --git a/src/graphs/data/qheightmapsurfacedataproxy.h b/src/graphs3d/data/qheightmapsurfacedataproxy.h similarity index 100% rename from src/graphs/data/qheightmapsurfacedataproxy.h rename to src/graphs3d/data/qheightmapsurfacedataproxy.h diff --git a/src/graphs/data/qheightmapsurfacedataproxy_p.h b/src/graphs3d/data/qheightmapsurfacedataproxy_p.h similarity index 100% rename from src/graphs/data/qheightmapsurfacedataproxy_p.h rename to src/graphs3d/data/qheightmapsurfacedataproxy_p.h diff --git a/src/graphs/data/qitemmodelbardataproxy.cpp b/src/graphs3d/data/qitemmodelbardataproxy.cpp similarity index 100% rename from src/graphs/data/qitemmodelbardataproxy.cpp rename to src/graphs3d/data/qitemmodelbardataproxy.cpp diff --git a/src/graphs/data/qitemmodelbardataproxy.h b/src/graphs3d/data/qitemmodelbardataproxy.h similarity index 100% rename from src/graphs/data/qitemmodelbardataproxy.h rename to src/graphs3d/data/qitemmodelbardataproxy.h diff --git a/src/graphs/data/qitemmodelbardataproxy_p.h b/src/graphs3d/data/qitemmodelbardataproxy_p.h similarity index 100% rename from src/graphs/data/qitemmodelbardataproxy_p.h rename to src/graphs3d/data/qitemmodelbardataproxy_p.h diff --git a/src/graphs/data/qitemmodelscatterdataproxy.cpp b/src/graphs3d/data/qitemmodelscatterdataproxy.cpp similarity index 100% rename from src/graphs/data/qitemmodelscatterdataproxy.cpp rename to src/graphs3d/data/qitemmodelscatterdataproxy.cpp diff --git a/src/graphs/data/qitemmodelscatterdataproxy.h b/src/graphs3d/data/qitemmodelscatterdataproxy.h similarity index 100% rename from src/graphs/data/qitemmodelscatterdataproxy.h rename to src/graphs3d/data/qitemmodelscatterdataproxy.h diff --git a/src/graphs/data/qitemmodelscatterdataproxy_p.h b/src/graphs3d/data/qitemmodelscatterdataproxy_p.h similarity index 100% rename from src/graphs/data/qitemmodelscatterdataproxy_p.h rename to src/graphs3d/data/qitemmodelscatterdataproxy_p.h diff --git a/src/graphs/data/qitemmodelsurfacedataproxy.cpp b/src/graphs3d/data/qitemmodelsurfacedataproxy.cpp similarity index 100% rename from src/graphs/data/qitemmodelsurfacedataproxy.cpp rename to src/graphs3d/data/qitemmodelsurfacedataproxy.cpp diff --git a/src/graphs/data/qitemmodelsurfacedataproxy.h b/src/graphs3d/data/qitemmodelsurfacedataproxy.h similarity index 100% rename from src/graphs/data/qitemmodelsurfacedataproxy.h rename to src/graphs3d/data/qitemmodelsurfacedataproxy.h diff --git a/src/graphs/data/qitemmodelsurfacedataproxy_p.h b/src/graphs3d/data/qitemmodelsurfacedataproxy_p.h similarity index 100% rename from src/graphs/data/qitemmodelsurfacedataproxy_p.h rename to src/graphs3d/data/qitemmodelsurfacedataproxy_p.h diff --git a/src/graphs/data/qscatter3dseries.cpp b/src/graphs3d/data/qscatter3dseries.cpp similarity index 100% rename from src/graphs/data/qscatter3dseries.cpp rename to src/graphs3d/data/qscatter3dseries.cpp diff --git a/src/graphs/data/qscatter3dseries.h b/src/graphs3d/data/qscatter3dseries.h similarity index 100% rename from src/graphs/data/qscatter3dseries.h rename to src/graphs3d/data/qscatter3dseries.h diff --git a/src/graphs/data/qscatter3dseries_p.h b/src/graphs3d/data/qscatter3dseries_p.h similarity index 100% rename from src/graphs/data/qscatter3dseries_p.h rename to src/graphs3d/data/qscatter3dseries_p.h diff --git a/src/graphs/data/qscatterdataitem.cpp b/src/graphs3d/data/qscatterdataitem.cpp similarity index 100% rename from src/graphs/data/qscatterdataitem.cpp rename to src/graphs3d/data/qscatterdataitem.cpp diff --git a/src/graphs/data/qscatterdataitem.h b/src/graphs3d/data/qscatterdataitem.h similarity index 100% rename from src/graphs/data/qscatterdataitem.h rename to src/graphs3d/data/qscatterdataitem.h diff --git a/src/graphs/data/qscatterdataproxy.cpp b/src/graphs3d/data/qscatterdataproxy.cpp similarity index 100% rename from src/graphs/data/qscatterdataproxy.cpp rename to src/graphs3d/data/qscatterdataproxy.cpp diff --git a/src/graphs/data/qscatterdataproxy.h b/src/graphs3d/data/qscatterdataproxy.h similarity index 100% rename from src/graphs/data/qscatterdataproxy.h rename to src/graphs3d/data/qscatterdataproxy.h diff --git a/src/graphs/data/qscatterdataproxy_p.h b/src/graphs3d/data/qscatterdataproxy_p.h similarity index 100% rename from src/graphs/data/qscatterdataproxy_p.h rename to src/graphs3d/data/qscatterdataproxy_p.h diff --git a/src/graphs/data/qsurface3dseries.cpp b/src/graphs3d/data/qsurface3dseries.cpp similarity index 100% rename from src/graphs/data/qsurface3dseries.cpp rename to src/graphs3d/data/qsurface3dseries.cpp diff --git a/src/graphs/data/qsurface3dseries.h b/src/graphs3d/data/qsurface3dseries.h similarity index 100% rename from src/graphs/data/qsurface3dseries.h rename to src/graphs3d/data/qsurface3dseries.h diff --git a/src/graphs/data/qsurface3dseries_p.h b/src/graphs3d/data/qsurface3dseries_p.h similarity index 100% rename from src/graphs/data/qsurface3dseries_p.h rename to src/graphs3d/data/qsurface3dseries_p.h diff --git a/src/graphs/data/qsurfacedataitem.cpp b/src/graphs3d/data/qsurfacedataitem.cpp similarity index 100% rename from src/graphs/data/qsurfacedataitem.cpp rename to src/graphs3d/data/qsurfacedataitem.cpp diff --git a/src/graphs/data/qsurfacedataitem.h b/src/graphs3d/data/qsurfacedataitem.h similarity index 100% rename from src/graphs/data/qsurfacedataitem.h rename to src/graphs3d/data/qsurfacedataitem.h diff --git a/src/graphs/data/qsurfacedataproxy.cpp b/src/graphs3d/data/qsurfacedataproxy.cpp similarity index 100% rename from src/graphs/data/qsurfacedataproxy.cpp rename to src/graphs3d/data/qsurfacedataproxy.cpp diff --git a/src/graphs/data/qsurfacedataproxy.h b/src/graphs3d/data/qsurfacedataproxy.h similarity index 100% rename from src/graphs/data/qsurfacedataproxy.h rename to src/graphs3d/data/qsurfacedataproxy.h diff --git a/src/graphs/data/qsurfacedataproxy_p.h b/src/graphs3d/data/qsurfacedataproxy_p.h similarity index 100% rename from src/graphs/data/qsurfacedataproxy_p.h rename to src/graphs3d/data/qsurfacedataproxy_p.h diff --git a/src/graphs/data/scatteritemmodelhandler.cpp b/src/graphs3d/data/scatteritemmodelhandler.cpp similarity index 100% rename from src/graphs/data/scatteritemmodelhandler.cpp rename to src/graphs3d/data/scatteritemmodelhandler.cpp diff --git a/src/graphs/data/scatteritemmodelhandler_p.h b/src/graphs3d/data/scatteritemmodelhandler_p.h similarity index 100% rename from src/graphs/data/scatteritemmodelhandler_p.h rename to src/graphs3d/data/scatteritemmodelhandler_p.h diff --git a/src/graphs/data/surfaceitemmodelhandler.cpp b/src/graphs3d/data/surfaceitemmodelhandler.cpp similarity index 100% rename from src/graphs/data/surfaceitemmodelhandler.cpp rename to src/graphs3d/data/surfaceitemmodelhandler.cpp diff --git a/src/graphs/data/surfaceitemmodelhandler_p.h b/src/graphs3d/data/surfaceitemmodelhandler_p.h similarity index 100% rename from src/graphs/data/surfaceitemmodelhandler_p.h rename to src/graphs3d/data/surfaceitemmodelhandler_p.h diff --git a/src/graphs/doc/images/q3dbars-minimal.png b/src/graphs3d/doc/images/q3dbars-minimal.png similarity index 100% rename from src/graphs/doc/images/q3dbars-minimal.png rename to src/graphs3d/doc/images/q3dbars-minimal.png diff --git a/src/graphs/doc/images/q3dscatter-minimal.png b/src/graphs3d/doc/images/q3dscatter-minimal.png similarity index 100% rename from src/graphs/doc/images/q3dscatter-minimal.png rename to src/graphs3d/doc/images/q3dscatter-minimal.png diff --git a/src/graphs/doc/images/q3dsurface-minimal.png b/src/graphs3d/doc/images/q3dsurface-minimal.png similarity index 100% rename from src/graphs/doc/images/q3dsurface-minimal.png rename to src/graphs3d/doc/images/q3dsurface-minimal.png diff --git a/src/graphs/doc/qtgraphs.qdocconf b/src/graphs3d/doc/qtgraphs.qdocconf similarity index 98% rename from src/graphs/doc/qtgraphs.qdocconf rename to src/graphs3d/doc/qtgraphs.qdocconf index 2e8d5fd3..28fbd123 100644 --- a/src/graphs/doc/qtgraphs.qdocconf +++ b/src/graphs3d/doc/qtgraphs.qdocconf @@ -8,7 +8,7 @@ buildversion = Qt Graphs | Commercial or GPLv3 moduleheader = QtGraphs examplesinstallpath = graphs -exampledirs += ../../../examples/graphs \ +exampledirs += ../../../examples/graphs3d \ snippets {headerdirs,sourcedirs} += .. diff --git a/src/graphs/doc/snippets/doc_src_q3dbars_construction.cpp b/src/graphs3d/doc/snippets/doc_src_q3dbars_construction.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_q3dbars_construction.cpp rename to src/graphs3d/doc/snippets/doc_src_q3dbars_construction.cpp diff --git a/src/graphs/doc/snippets/doc_src_q3dscatter_construction.cpp b/src/graphs3d/doc/snippets/doc_src_q3dscatter_construction.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_q3dscatter_construction.cpp rename to src/graphs3d/doc/snippets/doc_src_q3dscatter_construction.cpp diff --git a/src/graphs/doc/snippets/doc_src_q3dsurface_construction.cpp b/src/graphs3d/doc/snippets/doc_src_q3dsurface_construction.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_q3dsurface_construction.cpp rename to src/graphs3d/doc/snippets/doc_src_q3dsurface_construction.cpp diff --git a/src/graphs/doc/snippets/doc_src_q3dtheme.cpp b/src/graphs3d/doc/snippets/doc_src_q3dtheme.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_q3dtheme.cpp rename to src/graphs3d/doc/snippets/doc_src_q3dtheme.cpp diff --git a/src/graphs/doc/snippets/doc_src_qmlgraphs.cpp b/src/graphs3d/doc/snippets/doc_src_qmlgraphs.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_qmlgraphs.cpp rename to src/graphs3d/doc/snippets/doc_src_qmlgraphs.cpp diff --git a/src/graphs/doc/snippets/doc_src_qtgraphs.cpp b/src/graphs3d/doc/snippets/doc_src_qtgraphs.cpp similarity index 100% rename from src/graphs/doc/snippets/doc_src_qtgraphs.cpp rename to src/graphs3d/doc/snippets/doc_src_qtgraphs.cpp diff --git a/src/graphs/doc/snippets/doc_src_qtgraphs.pro b/src/graphs3d/doc/snippets/doc_src_qtgraphs.pro similarity index 100% rename from src/graphs/doc/snippets/doc_src_qtgraphs.pro rename to src/graphs3d/doc/snippets/doc_src_qtgraphs.pro diff --git a/src/graphs/doc/src/qtgraphs-index.qdoc b/src/graphs3d/doc/src/qtgraphs-index.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-index.qdoc rename to src/graphs3d/doc/src/qtgraphs-index.qdoc diff --git a/src/graphs/doc/src/qtgraphs-overview.qdoc b/src/graphs3d/doc/src/qtgraphs-overview.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-overview.qdoc rename to src/graphs3d/doc/src/qtgraphs-overview.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-abstractdeclarative.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-abstractdeclarative.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-abstractdeclarative.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-abstractdeclarative.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-bars3d.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-bars3d.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-bars3d.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-bars3d.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-color.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-color.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-color.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-color.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-colorgradient.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-colorgradient.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-colorgradient.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-colorgradient.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-scatter3d.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-scatter3d.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-scatter3d.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-scatter3d.qdoc diff --git a/src/graphs/doc/src/qtgraphs-qml-surface3d.qdoc b/src/graphs3d/doc/src/qtgraphs-qml-surface3d.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs-qml-surface3d.qdoc rename to src/graphs3d/doc/src/qtgraphs-qml-surface3d.qdoc diff --git a/src/graphs/doc/src/qtgraphs.qdoc b/src/graphs3d/doc/src/qtgraphs.qdoc similarity index 100% rename from src/graphs/doc/src/qtgraphs.qdoc rename to src/graphs3d/doc/src/qtgraphs.qdoc diff --git a/src/graphs/engine/axishelper.cpp b/src/graphs3d/engine/axishelper.cpp similarity index 100% rename from src/graphs/engine/axishelper.cpp rename to src/graphs3d/engine/axishelper.cpp diff --git a/src/graphs/engine/axishelper_p.h b/src/graphs3d/engine/axishelper_p.h similarity index 100% rename from src/graphs/engine/axishelper_p.h rename to src/graphs3d/engine/axishelper_p.h diff --git a/src/graphs/engine/barinstancing.cpp b/src/graphs3d/engine/barinstancing.cpp similarity index 100% rename from src/graphs/engine/barinstancing.cpp rename to src/graphs3d/engine/barinstancing.cpp diff --git a/src/graphs/engine/barinstancing_p.h b/src/graphs3d/engine/barinstancing_p.h similarity index 100% rename from src/graphs/engine/barinstancing_p.h rename to src/graphs3d/engine/barinstancing_p.h diff --git a/src/graphs/engine/meshes/arrowFlat.mesh b/src/graphs3d/engine/meshes/arrowFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/arrowFlat.mesh rename to src/graphs3d/engine/meshes/arrowFlat.mesh diff --git a/src/graphs/engine/meshes/arrowSmooth.mesh b/src/graphs3d/engine/meshes/arrowSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/arrowSmooth.mesh rename to src/graphs3d/engine/meshes/arrowSmooth.mesh diff --git a/src/graphs/engine/meshes/background.mesh b/src/graphs3d/engine/meshes/background.mesh similarity index 100% rename from src/graphs/engine/meshes/background.mesh rename to src/graphs3d/engine/meshes/background.mesh diff --git a/src/graphs/engine/meshes/backgroundNoFloor.mesh b/src/graphs3d/engine/meshes/backgroundNoFloor.mesh similarity index 100% rename from src/graphs/engine/meshes/backgroundNoFloor.mesh rename to src/graphs3d/engine/meshes/backgroundNoFloor.mesh diff --git a/src/graphs/engine/meshes/barFilledFlat.mesh b/src/graphs3d/engine/meshes/barFilledFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/barFilledFlat.mesh rename to src/graphs3d/engine/meshes/barFilledFlat.mesh diff --git a/src/graphs/engine/meshes/barFilledSmooth.mesh b/src/graphs3d/engine/meshes/barFilledSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/barFilledSmooth.mesh rename to src/graphs3d/engine/meshes/barFilledSmooth.mesh diff --git a/src/graphs/engine/meshes/barFlat.mesh b/src/graphs3d/engine/meshes/barFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/barFlat.mesh rename to src/graphs3d/engine/meshes/barFlat.mesh diff --git a/src/graphs/engine/meshes/barSmooth.mesh b/src/graphs3d/engine/meshes/barSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/barSmooth.mesh rename to src/graphs3d/engine/meshes/barSmooth.mesh diff --git a/src/graphs/engine/meshes/coneFilledFlat.mesh b/src/graphs3d/engine/meshes/coneFilledFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/coneFilledFlat.mesh rename to src/graphs3d/engine/meshes/coneFilledFlat.mesh diff --git a/src/graphs/engine/meshes/coneFilledSmooth.mesh b/src/graphs3d/engine/meshes/coneFilledSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/coneFilledSmooth.mesh rename to src/graphs3d/engine/meshes/coneFilledSmooth.mesh diff --git a/src/graphs/engine/meshes/coneFlat.mesh b/src/graphs3d/engine/meshes/coneFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/coneFlat.mesh rename to src/graphs3d/engine/meshes/coneFlat.mesh diff --git a/src/graphs/engine/meshes/coneSmooth.mesh b/src/graphs3d/engine/meshes/coneSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/coneSmooth.mesh rename to src/graphs3d/engine/meshes/coneSmooth.mesh diff --git a/src/graphs/engine/meshes/cubeFilledFlat.mesh b/src/graphs3d/engine/meshes/cubeFilledFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/cubeFilledFlat.mesh rename to src/graphs3d/engine/meshes/cubeFilledFlat.mesh diff --git a/src/graphs/engine/meshes/cubeFilledSmooth.mesh b/src/graphs3d/engine/meshes/cubeFilledSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/cubeFilledSmooth.mesh rename to src/graphs3d/engine/meshes/cubeFilledSmooth.mesh diff --git a/src/graphs/engine/meshes/cubeFlat.mesh b/src/graphs3d/engine/meshes/cubeFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/cubeFlat.mesh rename to src/graphs3d/engine/meshes/cubeFlat.mesh diff --git a/src/graphs/engine/meshes/cubeSmooth.mesh b/src/graphs3d/engine/meshes/cubeSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/cubeSmooth.mesh rename to src/graphs3d/engine/meshes/cubeSmooth.mesh diff --git a/src/graphs/engine/meshes/cylinderFilledFlat.mesh b/src/graphs3d/engine/meshes/cylinderFilledFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/cylinderFilledFlat.mesh rename to src/graphs3d/engine/meshes/cylinderFilledFlat.mesh diff --git a/src/graphs/engine/meshes/cylinderFilledSmooth.mesh b/src/graphs3d/engine/meshes/cylinderFilledSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/cylinderFilledSmooth.mesh rename to src/graphs3d/engine/meshes/cylinderFilledSmooth.mesh diff --git a/src/graphs/engine/meshes/cylinderFlat.mesh b/src/graphs3d/engine/meshes/cylinderFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/cylinderFlat.mesh rename to src/graphs3d/engine/meshes/cylinderFlat.mesh diff --git a/src/graphs/engine/meshes/cylinderSmooth.mesh b/src/graphs3d/engine/meshes/cylinderSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/cylinderSmooth.mesh rename to src/graphs3d/engine/meshes/cylinderSmooth.mesh diff --git a/src/graphs/engine/meshes/minimalFlat.mesh b/src/graphs3d/engine/meshes/minimalFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/minimalFlat.mesh rename to src/graphs3d/engine/meshes/minimalFlat.mesh diff --git a/src/graphs/engine/meshes/minimalSmooth.mesh b/src/graphs3d/engine/meshes/minimalSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/minimalSmooth.mesh rename to src/graphs3d/engine/meshes/minimalSmooth.mesh diff --git a/src/graphs/engine/meshes/octagon.mesh b/src/graphs3d/engine/meshes/octagon.mesh similarity index 100% rename from src/graphs/engine/meshes/octagon.mesh rename to src/graphs3d/engine/meshes/octagon.mesh diff --git a/src/graphs/engine/meshes/plane.mesh b/src/graphs3d/engine/meshes/plane.mesh similarity index 100% rename from src/graphs/engine/meshes/plane.mesh rename to src/graphs3d/engine/meshes/plane.mesh diff --git a/src/graphs/engine/meshes/pyramidFilledFlat.mesh b/src/graphs3d/engine/meshes/pyramidFilledFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/pyramidFilledFlat.mesh rename to src/graphs3d/engine/meshes/pyramidFilledFlat.mesh diff --git a/src/graphs/engine/meshes/pyramidFilledSmooth.mesh b/src/graphs3d/engine/meshes/pyramidFilledSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/pyramidFilledSmooth.mesh rename to src/graphs3d/engine/meshes/pyramidFilledSmooth.mesh diff --git a/src/graphs/engine/meshes/pyramidFlat.mesh b/src/graphs3d/engine/meshes/pyramidFlat.mesh similarity index 100% rename from src/graphs/engine/meshes/pyramidFlat.mesh rename to src/graphs3d/engine/meshes/pyramidFlat.mesh diff --git a/src/graphs/engine/meshes/pyramidSmooth.mesh b/src/graphs3d/engine/meshes/pyramidSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/pyramidSmooth.mesh rename to src/graphs3d/engine/meshes/pyramidSmooth.mesh diff --git a/src/graphs/engine/meshes/sphere.mesh b/src/graphs3d/engine/meshes/sphere.mesh similarity index 100% rename from src/graphs/engine/meshes/sphere.mesh rename to src/graphs3d/engine/meshes/sphere.mesh diff --git a/src/graphs/engine/meshes/sphereSmooth.mesh b/src/graphs3d/engine/meshes/sphereSmooth.mesh similarity index 100% rename from src/graphs/engine/meshes/sphereSmooth.mesh rename to src/graphs3d/engine/meshes/sphereSmooth.mesh diff --git a/src/graphs/engine/q3dbars.cpp b/src/graphs3d/engine/q3dbars.cpp similarity index 100% rename from src/graphs/engine/q3dbars.cpp rename to src/graphs3d/engine/q3dbars.cpp diff --git a/src/graphs/engine/q3dbars.h b/src/graphs3d/engine/q3dbars.h similarity index 100% rename from src/graphs/engine/q3dbars.h rename to src/graphs3d/engine/q3dbars.h diff --git a/src/graphs/engine/q3dscatter.cpp b/src/graphs3d/engine/q3dscatter.cpp similarity index 100% rename from src/graphs/engine/q3dscatter.cpp rename to src/graphs3d/engine/q3dscatter.cpp diff --git a/src/graphs/engine/q3dscatter.h b/src/graphs3d/engine/q3dscatter.h similarity index 100% rename from src/graphs/engine/q3dscatter.h rename to src/graphs3d/engine/q3dscatter.h diff --git a/src/graphs/engine/q3dscene.cpp b/src/graphs3d/engine/q3dscene.cpp similarity index 100% rename from src/graphs/engine/q3dscene.cpp rename to src/graphs3d/engine/q3dscene.cpp diff --git a/src/graphs/engine/q3dscene.h b/src/graphs3d/engine/q3dscene.h similarity index 100% rename from src/graphs/engine/q3dscene.h rename to src/graphs3d/engine/q3dscene.h diff --git a/src/graphs/engine/q3dscene_p.h b/src/graphs3d/engine/q3dscene_p.h similarity index 100% rename from src/graphs/engine/q3dscene_p.h rename to src/graphs3d/engine/q3dscene_p.h diff --git a/src/graphs/engine/q3dsurface.cpp b/src/graphs3d/engine/q3dsurface.cpp similarity index 100% rename from src/graphs/engine/q3dsurface.cpp rename to src/graphs3d/engine/q3dsurface.cpp diff --git a/src/graphs/engine/q3dsurface.h b/src/graphs3d/engine/q3dsurface.h similarity index 100% rename from src/graphs/engine/q3dsurface.h rename to src/graphs3d/engine/q3dsurface.h diff --git a/src/graphs/engine/qabstract3dgraph.cpp b/src/graphs3d/engine/qabstract3dgraph.cpp similarity index 100% rename from src/graphs/engine/qabstract3dgraph.cpp rename to src/graphs3d/engine/qabstract3dgraph.cpp diff --git a/src/graphs/engine/qabstract3dgraph.h b/src/graphs3d/engine/qabstract3dgraph.h similarity index 100% rename from src/graphs/engine/qabstract3dgraph.h rename to src/graphs3d/engine/qabstract3dgraph.h diff --git a/src/graphs/engine/scatterinstancing.cpp b/src/graphs3d/engine/scatterinstancing.cpp similarity index 100% rename from src/graphs/engine/scatterinstancing.cpp rename to src/graphs3d/engine/scatterinstancing.cpp diff --git a/src/graphs/engine/scatterinstancing_p.h b/src/graphs3d/engine/scatterinstancing_p.h similarity index 100% rename from src/graphs/engine/scatterinstancing_p.h rename to src/graphs3d/engine/scatterinstancing_p.h diff --git a/src/graphs/engine/shaders/3dsliceframes.frag b/src/graphs3d/engine/shaders/3dsliceframes.frag similarity index 100% rename from src/graphs/engine/shaders/3dsliceframes.frag rename to src/graphs3d/engine/shaders/3dsliceframes.frag diff --git a/src/graphs/engine/shaders/bars.frag b/src/graphs3d/engine/shaders/bars.frag similarity index 100% rename from src/graphs/engine/shaders/bars.frag rename to src/graphs3d/engine/shaders/bars.frag diff --git a/src/graphs/engine/shaders/barsinstancing.frag b/src/graphs3d/engine/shaders/barsinstancing.frag similarity index 100% rename from src/graphs/engine/shaders/barsinstancing.frag rename to src/graphs3d/engine/shaders/barsinstancing.frag diff --git a/src/graphs/engine/shaders/barsinstancing.vert b/src/graphs3d/engine/shaders/barsinstancing.vert similarity index 100% rename from src/graphs/engine/shaders/barsinstancing.vert rename to src/graphs3d/engine/shaders/barsinstancing.vert diff --git a/src/graphs/engine/shaders/objectgradient.frag b/src/graphs3d/engine/shaders/objectgradient.frag similarity index 100% rename from src/graphs/engine/shaders/objectgradient.frag rename to src/graphs3d/engine/shaders/objectgradient.frag diff --git a/src/graphs/engine/shaders/objectgradient.vert b/src/graphs3d/engine/shaders/objectgradient.vert similarity index 100% rename from src/graphs/engine/shaders/objectgradient.vert rename to src/graphs3d/engine/shaders/objectgradient.vert diff --git a/src/graphs/engine/shaders/objectgradientinstancing.frag b/src/graphs3d/engine/shaders/objectgradientinstancing.frag similarity index 100% rename from src/graphs/engine/shaders/objectgradientinstancing.frag rename to src/graphs3d/engine/shaders/objectgradientinstancing.frag diff --git a/src/graphs/engine/shaders/objectgradientinstancing.vert b/src/graphs3d/engine/shaders/objectgradientinstancing.vert similarity index 100% rename from src/graphs/engine/shaders/objectgradientinstancing.vert rename to src/graphs3d/engine/shaders/objectgradientinstancing.vert diff --git a/src/graphs/engine/shaders/position.vert b/src/graphs3d/engine/shaders/position.vert similarity index 100% rename from src/graphs/engine/shaders/position.vert rename to src/graphs3d/engine/shaders/position.vert diff --git a/src/graphs/engine/shaders/rangegradient.frag b/src/graphs3d/engine/shaders/rangegradient.frag similarity index 100% rename from src/graphs/engine/shaders/rangegradient.frag rename to src/graphs3d/engine/shaders/rangegradient.frag diff --git a/src/graphs/engine/shaders/rangegradient.vert b/src/graphs3d/engine/shaders/rangegradient.vert similarity index 100% rename from src/graphs/engine/shaders/rangegradient.vert rename to src/graphs3d/engine/shaders/rangegradient.vert diff --git a/src/graphs/engine/shaders/rangegradientinstancing.frag b/src/graphs3d/engine/shaders/rangegradientinstancing.frag similarity index 100% rename from src/graphs/engine/shaders/rangegradientinstancing.frag rename to src/graphs3d/engine/shaders/rangegradientinstancing.frag diff --git a/src/graphs/engine/shaders/rangegradientinstancing.vert b/src/graphs3d/engine/shaders/rangegradientinstancing.vert similarity index 100% rename from src/graphs/engine/shaders/rangegradientinstancing.vert rename to src/graphs3d/engine/shaders/rangegradientinstancing.vert diff --git a/src/graphs/engine/shaders/scatter.frag b/src/graphs3d/engine/shaders/scatter.frag similarity index 100% rename from src/graphs/engine/shaders/scatter.frag rename to src/graphs3d/engine/shaders/scatter.frag diff --git a/src/graphs/engine/shaders/scatter.vert b/src/graphs3d/engine/shaders/scatter.vert similarity index 100% rename from src/graphs/engine/shaders/scatter.vert rename to src/graphs3d/engine/shaders/scatter.vert diff --git a/src/graphs/engine/shaders/scatterinstancing.frag b/src/graphs3d/engine/shaders/scatterinstancing.frag similarity index 100% rename from src/graphs/engine/shaders/scatterinstancing.frag rename to src/graphs3d/engine/shaders/scatterinstancing.frag diff --git a/src/graphs/engine/shaders/scatterinstancing.vert b/src/graphs3d/engine/shaders/scatterinstancing.vert similarity index 100% rename from src/graphs/engine/shaders/scatterinstancing.vert rename to src/graphs3d/engine/shaders/scatterinstancing.vert diff --git a/src/graphs/engine/shaders/surface.frag b/src/graphs3d/engine/shaders/surface.frag similarity index 100% rename from src/graphs/engine/shaders/surface.frag rename to src/graphs3d/engine/shaders/surface.frag diff --git a/src/graphs/engine/shaders/surface.vert b/src/graphs3d/engine/shaders/surface.vert similarity index 100% rename from src/graphs/engine/shaders/surface.vert rename to src/graphs3d/engine/shaders/surface.vert diff --git a/src/graphs/engine/shaders/surfaceGrid.frag b/src/graphs3d/engine/shaders/surfaceGrid.frag similarity index 100% rename from src/graphs/engine/shaders/surfaceGrid.frag rename to src/graphs3d/engine/shaders/surfaceGrid.frag diff --git a/src/graphs/engine/shaders/surfaceGrid.vert b/src/graphs3d/engine/shaders/surfaceGrid.vert similarity index 100% rename from src/graphs/engine/shaders/surfaceGrid.vert rename to src/graphs3d/engine/shaders/surfaceGrid.vert diff --git a/src/graphs/engine/shaders/surfaceSlice.vert b/src/graphs3d/engine/shaders/surfaceSlice.vert similarity index 100% rename from src/graphs/engine/shaders/surfaceSlice.vert rename to src/graphs3d/engine/shaders/surfaceSlice.vert diff --git a/src/graphs/engine/shaders/texture3d.frag b/src/graphs3d/engine/shaders/texture3d.frag similarity index 100% rename from src/graphs/engine/shaders/texture3d.frag rename to src/graphs3d/engine/shaders/texture3d.frag diff --git a/src/graphs/engine/shaders/texture3d.vert b/src/graphs3d/engine/shaders/texture3d.vert similarity index 100% rename from src/graphs/engine/shaders/texture3d.vert rename to src/graphs3d/engine/shaders/texture3d.vert diff --git a/src/graphs/engine/shaders/texture3dlowdef.frag b/src/graphs3d/engine/shaders/texture3dlowdef.frag similarity index 100% rename from src/graphs/engine/shaders/texture3dlowdef.frag rename to src/graphs3d/engine/shaders/texture3dlowdef.frag diff --git a/src/graphs/engine/shaders/texture3dslice.frag b/src/graphs3d/engine/shaders/texture3dslice.frag similarity index 100% rename from src/graphs/engine/shaders/texture3dslice.frag rename to src/graphs3d/engine/shaders/texture3dslice.frag diff --git a/src/graphs/engine/surfaceselectioninstancing.cpp b/src/graphs3d/engine/surfaceselectioninstancing.cpp similarity index 100% rename from src/graphs/engine/surfaceselectioninstancing.cpp rename to src/graphs3d/engine/surfaceselectioninstancing.cpp diff --git a/src/graphs/engine/surfaceselectioninstancing_p.h b/src/graphs3d/engine/surfaceselectioninstancing_p.h similarity index 100% rename from src/graphs/engine/surfaceselectioninstancing_p.h rename to src/graphs3d/engine/surfaceselectioninstancing_p.h diff --git a/src/graphs/global/graphsglobal_p.h b/src/graphs3d/global/graphsglobal_p.h similarity index 100% rename from src/graphs/global/graphsglobal_p.h rename to src/graphs3d/global/graphsglobal_p.h diff --git a/src/graphs/global/qgraphsglobal.h b/src/graphs3d/global/qgraphsglobal.h similarity index 100% rename from src/graphs/global/qgraphsglobal.h rename to src/graphs3d/global/qgraphsglobal.h diff --git a/src/graphs/input/q3dinputhandler.cpp b/src/graphs3d/input/q3dinputhandler.cpp similarity index 100% rename from src/graphs/input/q3dinputhandler.cpp rename to src/graphs3d/input/q3dinputhandler.cpp diff --git a/src/graphs/input/q3dinputhandler.h b/src/graphs3d/input/q3dinputhandler.h similarity index 100% rename from src/graphs/input/q3dinputhandler.h rename to src/graphs3d/input/q3dinputhandler.h diff --git a/src/graphs/input/q3dinputhandler_p.h b/src/graphs3d/input/q3dinputhandler_p.h similarity index 100% rename from src/graphs/input/q3dinputhandler_p.h rename to src/graphs3d/input/q3dinputhandler_p.h diff --git a/src/graphs/input/qabstract3dinputhandler.cpp b/src/graphs3d/input/qabstract3dinputhandler.cpp similarity index 100% rename from src/graphs/input/qabstract3dinputhandler.cpp rename to src/graphs3d/input/qabstract3dinputhandler.cpp diff --git a/src/graphs/input/qabstract3dinputhandler.h b/src/graphs3d/input/qabstract3dinputhandler.h similarity index 100% rename from src/graphs/input/qabstract3dinputhandler.h rename to src/graphs3d/input/qabstract3dinputhandler.h diff --git a/src/graphs/input/qabstract3dinputhandler_p.h b/src/graphs3d/input/qabstract3dinputhandler_p.h similarity index 100% rename from src/graphs/input/qabstract3dinputhandler_p.h rename to src/graphs3d/input/qabstract3dinputhandler_p.h diff --git a/src/graphs/input/qtouch3dinputhandler.cpp b/src/graphs3d/input/qtouch3dinputhandler.cpp similarity index 100% rename from src/graphs/input/qtouch3dinputhandler.cpp rename to src/graphs3d/input/qtouch3dinputhandler.cpp diff --git a/src/graphs/input/qtouch3dinputhandler.h b/src/graphs3d/input/qtouch3dinputhandler.h similarity index 100% rename from src/graphs/input/qtouch3dinputhandler.h rename to src/graphs3d/input/qtouch3dinputhandler.h diff --git a/src/graphs/input/qtouch3dinputhandler_p.h b/src/graphs3d/input/qtouch3dinputhandler_p.h similarity index 100% rename from src/graphs/input/qtouch3dinputhandler_p.h rename to src/graphs3d/input/qtouch3dinputhandler_p.h diff --git a/src/graphs/qml/designer/Bars3DSpecifics.qml b/src/graphs3d/qml/designer/Bars3DSpecifics.qml similarity index 100% rename from src/graphs/qml/designer/Bars3DSpecifics.qml rename to src/graphs3d/qml/designer/Bars3DSpecifics.qml diff --git a/src/graphs/qml/designer/GraphsCameraSection.qml b/src/graphs3d/qml/designer/GraphsCameraSection.qml similarity index 100% rename from src/graphs/qml/designer/GraphsCameraSection.qml rename to src/graphs3d/qml/designer/GraphsCameraSection.qml diff --git a/src/graphs/qml/designer/GraphsSection.qml b/src/graphs3d/qml/designer/GraphsSection.qml similarity index 100% rename from src/graphs/qml/designer/GraphsSection.qml rename to src/graphs3d/qml/designer/GraphsSection.qml diff --git a/src/graphs/qml/designer/Scatter3DSpecifics.qml b/src/graphs3d/qml/designer/Scatter3DSpecifics.qml similarity index 100% rename from src/graphs/qml/designer/Scatter3DSpecifics.qml rename to src/graphs3d/qml/designer/Scatter3DSpecifics.qml diff --git a/src/graphs/qml/designer/Surface3DSpecifics.qml b/src/graphs3d/qml/designer/Surface3DSpecifics.qml similarity index 100% rename from src/graphs/qml/designer/Surface3DSpecifics.qml rename to src/graphs3d/qml/designer/Surface3DSpecifics.qml diff --git a/src/graphs/qml/designer/default/Bars3D.qml b/src/graphs3d/qml/designer/default/Bars3D.qml similarity index 100% rename from src/graphs/qml/designer/default/Bars3D.qml rename to src/graphs3d/qml/designer/default/Bars3D.qml diff --git a/src/graphs/qml/designer/default/Scatter3D.qml b/src/graphs3d/qml/designer/default/Scatter3D.qml similarity index 100% rename from src/graphs/qml/designer/default/Scatter3D.qml rename to src/graphs3d/qml/designer/default/Scatter3D.qml diff --git a/src/graphs/qml/designer/default/Surface3D.qml b/src/graphs3d/qml/designer/default/Surface3D.qml similarity index 100% rename from src/graphs/qml/designer/default/Surface3D.qml rename to src/graphs3d/qml/designer/default/Surface3D.qml diff --git a/src/graphs/qml/designer/images/bars3d-icon.png b/src/graphs3d/qml/designer/images/bars3d-icon.png similarity index 100% rename from src/graphs/qml/designer/images/bars3d-icon.png rename to src/graphs3d/qml/designer/images/bars3d-icon.png diff --git a/src/graphs/qml/designer/images/bars3d-icon16.png b/src/graphs3d/qml/designer/images/bars3d-icon16.png similarity index 100% rename from src/graphs/qml/designer/images/bars3d-icon16.png rename to src/graphs3d/qml/designer/images/bars3d-icon16.png diff --git a/src/graphs/qml/designer/images/scatter3d-icon.png b/src/graphs3d/qml/designer/images/scatter3d-icon.png similarity index 100% rename from src/graphs/qml/designer/images/scatter3d-icon.png rename to src/graphs3d/qml/designer/images/scatter3d-icon.png diff --git a/src/graphs/qml/designer/images/scatter3d-icon16.png b/src/graphs3d/qml/designer/images/scatter3d-icon16.png similarity index 100% rename from src/graphs/qml/designer/images/scatter3d-icon16.png rename to src/graphs3d/qml/designer/images/scatter3d-icon16.png diff --git a/src/graphs/qml/designer/images/surface3d-icon.png b/src/graphs3d/qml/designer/images/surface3d-icon.png similarity index 100% rename from src/graphs/qml/designer/images/surface3d-icon.png rename to src/graphs3d/qml/designer/images/surface3d-icon.png diff --git a/src/graphs/qml/designer/images/surface3d-icon16.png b/src/graphs3d/qml/designer/images/surface3d-icon16.png similarity index 100% rename from src/graphs/qml/designer/images/surface3d-icon16.png rename to src/graphs3d/qml/designer/images/surface3d-icon16.png diff --git a/src/graphs/qml/designer/qtgraphs.metainfo b/src/graphs3d/qml/designer/qtgraphs.metainfo similarity index 100% rename from src/graphs/qml/designer/qtgraphs.metainfo rename to src/graphs3d/qml/designer/qtgraphs.metainfo diff --git a/src/graphs/qml/foreigntypes_p.h b/src/graphs3d/qml/foreigntypes_p.h similarity index 100% rename from src/graphs/qml/foreigntypes_p.h rename to src/graphs3d/qml/foreigntypes_p.h diff --git a/src/graphs/qml/qquickgraphsbars.cpp b/src/graphs3d/qml/qquickgraphsbars.cpp similarity index 100% rename from src/graphs/qml/qquickgraphsbars.cpp rename to src/graphs3d/qml/qquickgraphsbars.cpp diff --git a/src/graphs/qml/qquickgraphsbars_p.h b/src/graphs3d/qml/qquickgraphsbars_p.h similarity index 100% rename from src/graphs/qml/qquickgraphsbars_p.h rename to src/graphs3d/qml/qquickgraphsbars_p.h diff --git a/src/graphs/qml/qquickgraphscolor.cpp b/src/graphs3d/qml/qquickgraphscolor.cpp similarity index 100% rename from src/graphs/qml/qquickgraphscolor.cpp rename to src/graphs3d/qml/qquickgraphscolor.cpp diff --git a/src/graphs/qml/qquickgraphscolor_p.h b/src/graphs3d/qml/qquickgraphscolor_p.h similarity index 100% rename from src/graphs/qml/qquickgraphscolor_p.h rename to src/graphs3d/qml/qquickgraphscolor_p.h diff --git a/src/graphs/qml/qquickgraphsitem.cpp b/src/graphs3d/qml/qquickgraphsitem.cpp similarity index 100% rename from src/graphs/qml/qquickgraphsitem.cpp rename to src/graphs3d/qml/qquickgraphsitem.cpp diff --git a/src/graphs/qml/qquickgraphsitem_p.h b/src/graphs3d/qml/qquickgraphsitem_p.h similarity index 100% rename from src/graphs/qml/qquickgraphsitem_p.h rename to src/graphs3d/qml/qquickgraphsitem_p.h diff --git a/src/graphs/qml/qquickgraphsscatter.cpp b/src/graphs3d/qml/qquickgraphsscatter.cpp similarity index 100% rename from src/graphs/qml/qquickgraphsscatter.cpp rename to src/graphs3d/qml/qquickgraphsscatter.cpp diff --git a/src/graphs/qml/qquickgraphsscatter_p.h b/src/graphs3d/qml/qquickgraphsscatter_p.h similarity index 100% rename from src/graphs/qml/qquickgraphsscatter_p.h rename to src/graphs3d/qml/qquickgraphsscatter_p.h diff --git a/src/graphs/qml/qquickgraphsseries.cpp b/src/graphs3d/qml/qquickgraphsseries.cpp similarity index 100% rename from src/graphs/qml/qquickgraphsseries.cpp rename to src/graphs3d/qml/qquickgraphsseries.cpp diff --git a/src/graphs/qml/qquickgraphsseries_p.h b/src/graphs3d/qml/qquickgraphsseries_p.h similarity index 100% rename from src/graphs/qml/qquickgraphsseries_p.h rename to src/graphs3d/qml/qquickgraphsseries_p.h diff --git a/src/graphs/qml/qquickgraphssurface.cpp b/src/graphs3d/qml/qquickgraphssurface.cpp similarity index 100% rename from src/graphs/qml/qquickgraphssurface.cpp rename to src/graphs3d/qml/qquickgraphssurface.cpp diff --git a/src/graphs/qml/qquickgraphssurface_p.h b/src/graphs3d/qml/qquickgraphssurface_p.h similarity index 100% rename from src/graphs/qml/qquickgraphssurface_p.h rename to src/graphs3d/qml/qquickgraphssurface_p.h diff --git a/src/graphs/qml/qquickgraphstexturedata.cpp b/src/graphs3d/qml/qquickgraphstexturedata.cpp similarity index 100% rename from src/graphs/qml/qquickgraphstexturedata.cpp rename to src/graphs3d/qml/qquickgraphstexturedata.cpp diff --git a/src/graphs/qml/qquickgraphstexturedata_p.h b/src/graphs3d/qml/qquickgraphstexturedata_p.h similarity index 100% rename from src/graphs/qml/qquickgraphstexturedata_p.h rename to src/graphs3d/qml/qquickgraphstexturedata_p.h diff --git a/src/graphs/qml/resources/AxisLabel.qml b/src/graphs3d/qml/resources/AxisLabel.qml similarity index 100% rename from src/graphs/qml/resources/AxisLabel.qml rename to src/graphs3d/qml/resources/AxisLabel.qml diff --git a/src/graphs/qml/resources/BarsMaterial.qml b/src/graphs3d/qml/resources/BarsMaterial.qml similarity index 100% rename from src/graphs/qml/resources/BarsMaterial.qml rename to src/graphs3d/qml/resources/BarsMaterial.qml diff --git a/src/graphs/qml/resources/BarsMaterialInstancing.qml b/src/graphs3d/qml/resources/BarsMaterialInstancing.qml similarity index 100% rename from src/graphs/qml/resources/BarsMaterialInstancing.qml rename to src/graphs3d/qml/resources/BarsMaterialInstancing.qml diff --git a/src/graphs/qml/resources/DatapointCube.qml b/src/graphs3d/qml/resources/DatapointCube.qml similarity index 100% rename from src/graphs/qml/resources/DatapointCube.qml rename to src/graphs3d/qml/resources/DatapointCube.qml diff --git a/src/graphs/qml/resources/DatapointSphere.qml b/src/graphs3d/qml/resources/DatapointSphere.qml similarity index 100% rename from src/graphs/qml/resources/DatapointSphere.qml rename to src/graphs3d/qml/resources/DatapointSphere.qml diff --git a/src/graphs/qml/resources/GridLine.qml b/src/graphs3d/qml/resources/GridLine.qml similarity index 100% rename from src/graphs/qml/resources/GridLine.qml rename to src/graphs3d/qml/resources/GridLine.qml diff --git a/src/graphs/qml/resources/GridSurfaceMaterial.qml b/src/graphs3d/qml/resources/GridSurfaceMaterial.qml similarity index 100% rename from src/graphs/qml/resources/GridSurfaceMaterial.qml rename to src/graphs3d/qml/resources/GridSurfaceMaterial.qml diff --git a/src/graphs/qml/resources/ItemLabel.qml b/src/graphs3d/qml/resources/ItemLabel.qml similarity index 100% rename from src/graphs/qml/resources/ItemLabel.qml rename to src/graphs3d/qml/resources/ItemLabel.qml diff --git a/src/graphs/qml/resources/ObjectGradientMaterial.qml b/src/graphs3d/qml/resources/ObjectGradientMaterial.qml similarity index 100% rename from src/graphs/qml/resources/ObjectGradientMaterial.qml rename to src/graphs3d/qml/resources/ObjectGradientMaterial.qml diff --git a/src/graphs/qml/resources/ObjectGradientMaterialInstancing.qml b/src/graphs3d/qml/resources/ObjectGradientMaterialInstancing.qml similarity index 100% rename from src/graphs/qml/resources/ObjectGradientMaterialInstancing.qml rename to src/graphs3d/qml/resources/ObjectGradientMaterialInstancing.qml diff --git a/src/graphs/qml/resources/ScatterMaterial.qml b/src/graphs3d/qml/resources/ScatterMaterial.qml similarity index 100% rename from src/graphs/qml/resources/ScatterMaterial.qml rename to src/graphs3d/qml/resources/ScatterMaterial.qml diff --git a/src/graphs/qml/resources/ScatterMaterialInstancing.qml b/src/graphs3d/qml/resources/ScatterMaterialInstancing.qml similarity index 100% rename from src/graphs/qml/resources/ScatterMaterialInstancing.qml rename to src/graphs3d/qml/resources/ScatterMaterialInstancing.qml diff --git a/src/graphs/qml/resources/SurfaceMaterial.qml b/src/graphs3d/qml/resources/SurfaceMaterial.qml similarity index 100% rename from src/graphs/qml/resources/SurfaceMaterial.qml rename to src/graphs3d/qml/resources/SurfaceMaterial.qml diff --git a/src/graphs/qml/resources/SurfaceShadowNoTex.qml b/src/graphs3d/qml/resources/SurfaceShadowNoTex.qml similarity index 100% rename from src/graphs/qml/resources/SurfaceShadowNoTex.qml rename to src/graphs3d/qml/resources/SurfaceShadowNoTex.qml diff --git a/src/graphs/qml/resources/SurfaceSliceMaterial.qml b/src/graphs3d/qml/resources/SurfaceSliceMaterial.qml similarity index 100% rename from src/graphs/qml/resources/SurfaceSliceMaterial.qml rename to src/graphs3d/qml/resources/SurfaceSliceMaterial.qml diff --git a/src/graphs/qml/resources/TitleLabel.qml b/src/graphs3d/qml/resources/TitleLabel.qml similarity index 100% rename from src/graphs/qml/resources/TitleLabel.qml rename to src/graphs3d/qml/resources/TitleLabel.qml diff --git a/src/graphs/qml/resources/VolumeFrameMaterial.qml b/src/graphs3d/qml/resources/VolumeFrameMaterial.qml similarity index 100% rename from src/graphs/qml/resources/VolumeFrameMaterial.qml rename to src/graphs3d/qml/resources/VolumeFrameMaterial.qml diff --git a/src/graphs/qml/resources/VolumeLowDefMaterial.qml b/src/graphs3d/qml/resources/VolumeLowDefMaterial.qml similarity index 100% rename from src/graphs/qml/resources/VolumeLowDefMaterial.qml rename to src/graphs3d/qml/resources/VolumeLowDefMaterial.qml diff --git a/src/graphs/qml/resources/VolumeMaterial.qml b/src/graphs3d/qml/resources/VolumeMaterial.qml similarity index 100% rename from src/graphs/qml/resources/VolumeMaterial.qml rename to src/graphs3d/qml/resources/VolumeMaterial.qml diff --git a/src/graphs/qml/resources/VolumeSliceMaterial.qml b/src/graphs3d/qml/resources/VolumeSliceMaterial.qml similarity index 100% rename from src/graphs/qml/resources/VolumeSliceMaterial.qml rename to src/graphs3d/qml/resources/VolumeSliceMaterial.qml diff --git a/src/graphs/theme/q3dtheme.cpp b/src/graphs3d/theme/q3dtheme.cpp similarity index 100% rename from src/graphs/theme/q3dtheme.cpp rename to src/graphs3d/theme/q3dtheme.cpp diff --git a/src/graphs/theme/q3dtheme.h b/src/graphs3d/theme/q3dtheme.h similarity index 100% rename from src/graphs/theme/q3dtheme.h rename to src/graphs3d/theme/q3dtheme.h diff --git a/src/graphs/theme/q3dtheme_p.h b/src/graphs3d/theme/q3dtheme_p.h similarity index 100% rename from src/graphs/theme/q3dtheme_p.h rename to src/graphs3d/theme/q3dtheme_p.h diff --git a/src/graphs/theme/thememanager.cpp b/src/graphs3d/theme/thememanager.cpp similarity index 100% rename from src/graphs/theme/thememanager.cpp rename to src/graphs3d/theme/thememanager.cpp diff --git a/src/graphs/theme/thememanager_p.h b/src/graphs3d/theme/thememanager_p.h similarity index 100% rename from src/graphs/theme/thememanager_p.h rename to src/graphs3d/theme/thememanager_p.h diff --git a/src/graphs/utils/qutils.h b/src/graphs3d/utils/qutils.h similarity index 100% rename from src/graphs/utils/qutils.h rename to src/graphs3d/utils/qutils.h diff --git a/src/graphs/utils/utils.cpp b/src/graphs3d/utils/utils.cpp similarity index 100% rename from src/graphs/utils/utils.cpp rename to src/graphs3d/utils/utils.cpp diff --git a/src/graphs/utils/utils_p.h b/src/graphs3d/utils/utils_p.h similarity index 100% rename from src/graphs/utils/utils_p.h rename to src/graphs3d/utils/utils_p.h diff --git a/sync.profile b/sync.profile index bccf8b22..17b43c26 100644 --- a/sync.profile +++ b/sync.profile @@ -1,5 +1,5 @@ %modules = ( # path to module name map - "QtGraphs" => "$basedir/src/graphs" + "QtGraphs" => "$basedir/src/graphs3d" ); %moduleheaders = ( # restrict the module headers to those found in relative path ); diff --git a/tests/manual/minimalbars/CMakeLists.txt b/tests/manual/minimalbars/CMakeLists.txt index 1df7d8db..b3a063b4 100644 --- a/tests/manual/minimalbars/CMakeLists.txt +++ b/tests/manual/minimalbars/CMakeLists.txt @@ -4,7 +4,7 @@ qt_internal_add_manual_test(tst_minimalbars GUI SOURCES - ../../../src/graphs/doc/snippets/doc_src_q3dbars_construction.cpp + ../../../src/graphs3d/doc/snippets/doc_src_q3dbars_construction.cpp ) target_link_libraries(tst_minimalbars PUBLIC Qt::Gui diff --git a/tests/manual/minimalbars/minimalbars.pro b/tests/manual/minimalbars/minimalbars.pro index b9d36398..388b71ac 100644 --- a/tests/manual/minimalbars/minimalbars.pro +++ b/tests/manual/minimalbars/minimalbars.pro @@ -7,4 +7,4 @@ QT += core gui graphs TARGET = MinimalBars TEMPLATE = app -SOURCES += ../../../src/graphs/doc/snippets/doc_src_q3dbars_construction.cpp +SOURCES += ../../../src/graphs3d/doc/snippets/doc_src_q3dbars_construction.cpp diff --git a/tests/manual/minimalscatter/CMakeLists.txt b/tests/manual/minimalscatter/CMakeLists.txt index 4b3ddcff..c3be1df2 100644 --- a/tests/manual/minimalscatter/CMakeLists.txt +++ b/tests/manual/minimalscatter/CMakeLists.txt @@ -4,7 +4,7 @@ qt_internal_add_manual_test(tst_minimalscatter GUI SOURCES - ../../../src/graphs/doc/snippets/doc_src_q3dscatter_construction.cpp + ../../../src/graphs3d/doc/snippets/doc_src_q3dscatter_construction.cpp ) target_link_libraries(tst_minimalscatter PUBLIC Qt::Gui diff --git a/tests/manual/minimalscatter/minimalscatter.pro b/tests/manual/minimalscatter/minimalscatter.pro index 899c7689..3387efab 100644 --- a/tests/manual/minimalscatter/minimalscatter.pro +++ b/tests/manual/minimalscatter/minimalscatter.pro @@ -7,4 +7,4 @@ QT += core gui graphs TARGET = MinimalScatter TEMPLATE = app -SOURCES += ../../../src/graphs/doc/snippets/doc_src_q3dscatter_construction.cpp +SOURCES += ../../../src/graphs3d/doc/snippets/doc_src_q3dscatter_construction.cpp diff --git a/tests/manual/minimalsurface/CMakeLists.txt b/tests/manual/minimalsurface/CMakeLists.txt index c8bb0164..12a8d8ba 100644 --- a/tests/manual/minimalsurface/CMakeLists.txt +++ b/tests/manual/minimalsurface/CMakeLists.txt @@ -4,7 +4,7 @@ qt_internal_add_manual_test(tst_minimalsurface GUI SOURCES - ../../../src/graphs/doc/snippets/doc_src_q3dsurface_construction.cpp + ../../../src/graphs3d/doc/snippets/doc_src_q3dsurface_construction.cpp ) target_link_libraries(tst_minimalsurface PUBLIC Qt::Gui diff --git a/tests/manual/minimalsurface/minimalsurface.pro b/tests/manual/minimalsurface/minimalsurface.pro index 5ac07a46..9f0968b9 100644 --- a/tests/manual/minimalsurface/minimalsurface.pro +++ b/tests/manual/minimalsurface/minimalsurface.pro @@ -7,4 +7,4 @@ QT += core gui graphs TARGET = minimalSurface TEMPLATE = app -SOURCES += ../../../src/graphs/doc/snippets/doc_src_q3dsurface_construction.cpp +SOURCES += ../../../src/graphs3d/doc/snippets/doc_src_q3dsurface_construction.cpp