summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2023-06-09 10:04:14 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2023-06-13 14:23:19 +0300
commitc1f701d6a41b04a9b61cead1261d2c1c819fb97f (patch)
tree14051c5118724a732b28828dec9090fe50c8d9bb
parentcf7c6bd4900e333b45964740f0a199b9d8709a3d (diff)
Rename gallery and qmlgallery examples as they are too generic
Gallery name conflicted with widgets example of same name. New names are chartsgallery and qmlchartsgallery. Fixes: QTBUG-114408 Change-Id: Iee9fdfa1f685685a4118fb9d401c1e53147546cb Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> (cherry picked from commit 2ae46ef08f6a10a0d44557bb592db06be667f2bb) Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
-rw-r--r--examples/charts/CMakeLists.txt4
-rw-r--r--examples/charts/charts.pro4
-rw-r--r--examples/charts/chartsgallery/CMakeLists.txt (renamed from examples/charts/gallery/CMakeLists.txt)18
-rw-r--r--examples/charts/chartsgallery/areawidget.cpp (renamed from examples/charts/gallery/areawidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/areawidget.h (renamed from examples/charts/gallery/areawidget.h)0
-rw-r--r--examples/charts/chartsgallery/barmodelmappermodel.cpp (renamed from examples/charts/gallery/barmodelmappermodel.cpp)0
-rw-r--r--examples/charts/chartsgallery/barmodelmappermodel.h (renamed from examples/charts/gallery/barmodelmappermodel.h)0
-rw-r--r--examples/charts/chartsgallery/barmodelmapperwidget.cpp (renamed from examples/charts/gallery/barmodelmapperwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/barmodelmapperwidget.h (renamed from examples/charts/gallery/barmodelmapperwidget.h)0
-rw-r--r--examples/charts/chartsgallery/barpercentwidget.cpp (renamed from examples/charts/gallery/barpercentwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/barpercentwidget.h (renamed from examples/charts/gallery/barpercentwidget.h)0
-rw-r--r--examples/charts/chartsgallery/barstackedwidget.cpp (renamed from examples/charts/gallery/barstackedwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/barstackedwidget.h (renamed from examples/charts/gallery/barstackedwidget.h)0
-rw-r--r--examples/charts/chartsgallery/barwidget.cpp (renamed from examples/charts/gallery/barwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/barwidget.h (renamed from examples/charts/gallery/barwidget.h)0
-rw-r--r--examples/charts/chartsgallery/boxplotdatareader.cpp (renamed from examples/charts/gallery/boxplotdatareader.cpp)0
-rw-r--r--examples/charts/chartsgallery/boxplotdatareader.h (renamed from examples/charts/gallery/boxplotdatareader.h)0
-rw-r--r--examples/charts/chartsgallery/boxplotwidget.cpp (renamed from examples/charts/gallery/boxplotwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/boxplotwidget.h (renamed from examples/charts/gallery/boxplotwidget.h)0
-rw-r--r--examples/charts/chartsgallery/callout.cpp (renamed from examples/charts/gallery/callout.cpp)0
-rw-r--r--examples/charts/chartsgallery/callout.h (renamed from examples/charts/gallery/callout.h)0
-rw-r--r--examples/charts/chartsgallery/calloutview.cpp (renamed from examples/charts/gallery/calloutview.cpp)0
-rw-r--r--examples/charts/chartsgallery/calloutview.h (renamed from examples/charts/gallery/calloutview.h)0
-rw-r--r--examples/charts/chartsgallery/calloutwidget.cpp (renamed from examples/charts/gallery/calloutwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/calloutwidget.h (renamed from examples/charts/gallery/calloutwidget.h)0
-rw-r--r--examples/charts/chartsgallery/candlestickdatareader.cpp (renamed from examples/charts/gallery/candlestickdatareader.cpp)0
-rw-r--r--examples/charts/chartsgallery/candlestickdatareader.h (renamed from examples/charts/gallery/candlestickdatareader.h)0
-rw-r--r--examples/charts/chartsgallery/candlestickwidget.cpp (renamed from examples/charts/gallery/candlestickwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/candlestickwidget.h (renamed from examples/charts/gallery/candlestickwidget.h)0
-rw-r--r--examples/charts/chartsgallery/chartsgallery.pro (renamed from examples/charts/gallery/gallery.pro)4
-rw-r--r--examples/charts/chartsgallery/chartsgallery.qrc (renamed from examples/charts/gallery/gallery.qrc)0
-rw-r--r--examples/charts/chartsgallery/contentwidget.cpp (renamed from examples/charts/gallery/contentwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/contentwidget.h (renamed from examples/charts/gallery/contentwidget.h)0
-rw-r--r--examples/charts/chartsgallery/customchartwidget.cpp (renamed from examples/charts/gallery/customchartwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/customchartwidget.h (renamed from examples/charts/gallery/customchartwidget.h)0
-rw-r--r--examples/charts/chartsgallery/data/blue_triangle.png (renamed from examples/charts/gallery/data/blue_triangle.png)bin2220 -> 2220 bytes
-rw-r--r--examples/charts/chartsgallery/data/boxplot_a.txt (renamed from examples/charts/gallery/data/boxplot_a.txt)0
-rw-r--r--examples/charts/chartsgallery/data/boxplot_b.txt (renamed from examples/charts/gallery/data/boxplot_b.txt)0
-rw-r--r--examples/charts/chartsgallery/data/candlestick.txt (renamed from examples/charts/gallery/data/candlestick.txt)0
-rw-r--r--examples/charts/chartsgallery/data/green_triangle.png (renamed from examples/charts/gallery/data/green_triangle.png)bin1389 -> 1389 bytes
-rw-r--r--examples/charts/chartsgallery/data/sun_spots.txt (renamed from examples/charts/gallery/data/sun_spots.txt)0
-rw-r--r--examples/charts/chartsgallery/datetimeaxiswidget.cpp (renamed from examples/charts/gallery/datetimeaxiswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/datetimeaxiswidget.h (renamed from examples/charts/gallery/datetimeaxiswidget.h)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownchart.cpp (renamed from examples/charts/gallery/donutbreakdownchart.cpp)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownchart.h (renamed from examples/charts/gallery/donutbreakdownchart.h)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownmainslice.cpp (renamed from examples/charts/gallery/donutbreakdownmainslice.cpp)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownmainslice.h (renamed from examples/charts/gallery/donutbreakdownmainslice.h)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownwidget.cpp (renamed from examples/charts/gallery/donutbreakdownwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/donutbreakdownwidget.h (renamed from examples/charts/gallery/donutbreakdownwidget.h)0
-rw-r--r--examples/charts/chartsgallery/donutwidget.cpp (renamed from examples/charts/gallery/donutwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/donutwidget.h (renamed from examples/charts/gallery/donutwidget.h)0
-rw-r--r--examples/charts/chartsgallery/dynamicsplinewidget.cpp (renamed from examples/charts/gallery/dynamicsplinewidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/dynamicsplinewidget.h (renamed from examples/charts/gallery/dynamicsplinewidget.h)0
-rw-r--r--examples/charts/chartsgallery/horizontalbarwidget.cpp (renamed from examples/charts/gallery/horizontalbarwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/horizontalbarwidget.h (renamed from examples/charts/gallery/horizontalbarwidget.h)0
-rw-r--r--examples/charts/chartsgallery/horizontalpercentbarwidget.cpp (renamed from examples/charts/gallery/horizontalpercentbarwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/horizontalpercentbarwidget.h (renamed from examples/charts/gallery/horizontalpercentbarwidget.h)0
-rw-r--r--examples/charts/chartsgallery/horizontalstackedbarwidget.cpp (renamed from examples/charts/gallery/horizontalstackedbarwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/horizontalstackedbarwidget.h (renamed from examples/charts/gallery/horizontalstackedbarwidget.h)0
-rw-r--r--examples/charts/chartsgallery/interactionschart.cpp (renamed from examples/charts/gallery/interactionschart.cpp)0
-rw-r--r--examples/charts/chartsgallery/interactionschart.h (renamed from examples/charts/gallery/interactionschart.h)0
-rw-r--r--examples/charts/chartsgallery/interactionsview.cpp (renamed from examples/charts/gallery/interactionsview.cpp)0
-rw-r--r--examples/charts/chartsgallery/interactionsview.h (renamed from examples/charts/gallery/interactionsview.h)0
-rw-r--r--examples/charts/chartsgallery/interactionswidget.cpp (renamed from examples/charts/gallery/interactionswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/interactionswidget.h (renamed from examples/charts/gallery/interactionswidget.h)0
-rw-r--r--examples/charts/chartsgallery/legendmarkerswidget.cpp (renamed from examples/charts/gallery/legendmarkerswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/legendmarkerswidget.h (renamed from examples/charts/gallery/legendmarkerswidget.h)0
-rw-r--r--examples/charts/chartsgallery/legendwidget.cpp (renamed from examples/charts/gallery/legendwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/legendwidget.h (renamed from examples/charts/gallery/legendwidget.h)0
-rw-r--r--examples/charts/chartsgallery/lightmarkerswidget.cpp (renamed from examples/charts/gallery/lightmarkerswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/lightmarkerswidget.h (renamed from examples/charts/gallery/lightmarkerswidget.h)0
-rw-r--r--examples/charts/chartsgallery/lineandbarwidget.cpp (renamed from examples/charts/gallery/lineandbarwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/lineandbarwidget.h (renamed from examples/charts/gallery/lineandbarwidget.h)0
-rw-r--r--examples/charts/chartsgallery/linewidget.cpp (renamed from examples/charts/gallery/linewidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/linewidget.h (renamed from examples/charts/gallery/linewidget.h)0
-rw-r--r--examples/charts/chartsgallery/logaxiswidget.cpp (renamed from examples/charts/gallery/logaxiswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/logaxiswidget.h (renamed from examples/charts/gallery/logaxiswidget.h)0
-rw-r--r--examples/charts/chartsgallery/main.cpp (renamed from examples/charts/gallery/main.cpp)0
-rw-r--r--examples/charts/chartsgallery/mainwidget.cpp (renamed from examples/charts/gallery/mainwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/mainwidget.h (renamed from examples/charts/gallery/mainwidget.h)0
-rw-r--r--examples/charts/chartsgallery/modeldatamodel.cpp (renamed from examples/charts/gallery/modeldatamodel.cpp)0
-rw-r--r--examples/charts/chartsgallery/modeldatamodel.h (renamed from examples/charts/gallery/modeldatamodel.h)0
-rw-r--r--examples/charts/chartsgallery/modeldatawidget.cpp (renamed from examples/charts/gallery/modeldatawidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/modeldatawidget.h (renamed from examples/charts/gallery/modeldatawidget.h)0
-rw-r--r--examples/charts/chartsgallery/multiaxiswidget.cpp (renamed from examples/charts/gallery/multiaxiswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/multiaxiswidget.h (renamed from examples/charts/gallery/multiaxiswidget.h)0
-rw-r--r--examples/charts/chartsgallery/nesteddonutswidget.cpp (renamed from examples/charts/gallery/nesteddonutswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/nesteddonutswidget.h (renamed from examples/charts/gallery/nesteddonutswidget.h)0
-rw-r--r--examples/charts/chartsgallery/pccbrushtool.cpp (renamed from examples/charts/gallery/pccbrushtool.cpp)0
-rw-r--r--examples/charts/chartsgallery/pccbrushtool.h (renamed from examples/charts/gallery/pccbrushtool.h)0
-rw-r--r--examples/charts/chartsgallery/pcccustomslice.cpp (renamed from examples/charts/gallery/pcccustomslice.cpp)0
-rw-r--r--examples/charts/chartsgallery/pcccustomslice.h (renamed from examples/charts/gallery/pcccustomslice.h)0
-rw-r--r--examples/charts/chartsgallery/pccpentool.cpp (renamed from examples/charts/gallery/pccpentool.cpp)0
-rw-r--r--examples/charts/chartsgallery/pccpentool.h (renamed from examples/charts/gallery/pccpentool.h)0
-rw-r--r--examples/charts/chartsgallery/pccwidget.cpp (renamed from examples/charts/gallery/pccwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/pccwidget.h (renamed from examples/charts/gallery/pccwidget.h)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownchart.cpp (renamed from examples/charts/gallery/piedrilldownchart.cpp)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownchart.h (renamed from examples/charts/gallery/piedrilldownchart.h)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownslice.cpp (renamed from examples/charts/gallery/piedrilldownslice.cpp)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownslice.h (renamed from examples/charts/gallery/piedrilldownslice.h)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownwidget.cpp (renamed from examples/charts/gallery/piedrilldownwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/piedrilldownwidget.h (renamed from examples/charts/gallery/piedrilldownwidget.h)0
-rw-r--r--examples/charts/chartsgallery/piewidget.cpp (renamed from examples/charts/gallery/piewidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/piewidget.h (renamed from examples/charts/gallery/piewidget.h)0
-rw-r--r--examples/charts/chartsgallery/pointconfigurationwidget.cpp (renamed from examples/charts/gallery/pointconfigurationwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/pointconfigurationwidget.h (renamed from examples/charts/gallery/pointconfigurationwidget.h)0
-rw-r--r--examples/charts/chartsgallery/polarchartview.cpp (renamed from examples/charts/gallery/polarchartview.cpp)0
-rw-r--r--examples/charts/chartsgallery/polarchartview.h (renamed from examples/charts/gallery/polarchartview.h)0
-rw-r--r--examples/charts/chartsgallery/polarchartwidget.cpp (renamed from examples/charts/gallery/polarchartwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/polarchartwidget.h (renamed from examples/charts/gallery/polarchartwidget.h)0
-rw-r--r--examples/charts/chartsgallery/scatterinteractionswidget.cpp (renamed from examples/charts/gallery/scatterinteractionswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/scatterinteractionswidget.h (renamed from examples/charts/gallery/scatterinteractionswidget.h)0
-rw-r--r--examples/charts/chartsgallery/scatterwidget.cpp (renamed from examples/charts/gallery/scatterwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/scatterwidget.h (renamed from examples/charts/gallery/scatterwidget.h)0
-rw-r--r--examples/charts/chartsgallery/selectedbarwidget.cpp (renamed from examples/charts/gallery/selectedbarwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/selectedbarwidget.h (renamed from examples/charts/gallery/selectedbarwidget.h)0
-rw-r--r--examples/charts/chartsgallery/splinewidget.cpp (renamed from examples/charts/gallery/splinewidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/splinewidget.h (renamed from examples/charts/gallery/splinewidget.h)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownchart.cpp (renamed from examples/charts/gallery/stackeddrilldownchart.cpp)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownchart.h (renamed from examples/charts/gallery/stackeddrilldownchart.h)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownseries.cpp (renamed from examples/charts/gallery/stackeddrilldownseries.cpp)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownseries.h (renamed from examples/charts/gallery/stackeddrilldownseries.h)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownwidget.cpp (renamed from examples/charts/gallery/stackeddrilldownwidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/stackeddrilldownwidget.h (renamed from examples/charts/gallery/stackeddrilldownwidget.h)0
-rw-r--r--examples/charts/chartsgallery/temperaturerecordswidget.cpp (renamed from examples/charts/gallery/temperaturerecordswidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/temperaturerecordswidget.h (renamed from examples/charts/gallery/temperaturerecordswidget.h)0
-rw-r--r--examples/charts/chartsgallery/themewidget.cpp (renamed from examples/charts/gallery/themewidget.cpp)0
-rw-r--r--examples/charts/chartsgallery/themewidget.h (renamed from examples/charts/gallery/themewidget.h)0
-rw-r--r--examples/charts/chartsgallery/themewidget.ui (renamed from examples/charts/gallery/themewidget.ui)0
-rw-r--r--examples/charts/qmlchartsgallery/CMakeLists.txt (renamed from examples/charts/qmlgallery/CMakeLists.txt)14
-rw-r--r--examples/charts/qmlchartsgallery/main.cpp (renamed from examples/charts/qmlgallery/main.cpp)2
-rw-r--r--examples/charts/qmlchartsgallery/qml/AreaSeries.qml (renamed from examples/charts/qmlgallery/qml/AreaSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeries.qml (renamed from examples/charts/qmlgallery/qml/BarSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeriesHorizontal.qml (renamed from examples/charts/qmlgallery/qml/BarSeriesHorizontal.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeriesPercent.qml (renamed from examples/charts/qmlgallery/qml/BarSeriesPercent.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeriesPercentHorizontal.qml (renamed from examples/charts/qmlgallery/qml/BarSeriesPercentHorizontal.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeriesStacked.qml (renamed from examples/charts/qmlgallery/qml/BarSeriesStacked.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BarSeriesStackedHorizontal.qml (renamed from examples/charts/qmlgallery/qml/BarSeriesStackedHorizontal.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/BoxPlotSeries.qml (renamed from examples/charts/qmlgallery/qml/BoxPlotSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/CandlestickSeries.qml (renamed from examples/charts/qmlgallery/qml/CandlestickSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/CategoryAxis.qml (renamed from examples/charts/qmlgallery/qml/CategoryAxis.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/CategoryAxisPolar.qml (renamed from examples/charts/qmlgallery/qml/CategoryAxisPolar.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/DateTimeAxis.qml (renamed from examples/charts/qmlgallery/qml/DateTimeAxis.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/DateTimeAxisPolar.qml (renamed from examples/charts/qmlgallery/qml/DateTimeAxisPolar.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/Donut.qml (renamed from examples/charts/qmlgallery/qml/Donut.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/LineSeries.qml (renamed from examples/charts/qmlgallery/qml/LineSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/Main.qml (renamed from examples/charts/qmlgallery/qml/Main.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/PieChart.qml (renamed from examples/charts/qmlgallery/qml/PieChart.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/ScatterSeries.qml (renamed from examples/charts/qmlgallery/qml/ScatterSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/SplineSeries.qml (renamed from examples/charts/qmlgallery/qml/SplineSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/TwoSeries.qml (renamed from examples/charts/qmlgallery/qml/TwoSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/TwoSeriesPolar.qml (renamed from examples/charts/qmlgallery/qml/TwoSeriesPolar.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/WheelOfFortune.qml (renamed from examples/charts/qmlgallery/qml/WheelOfFortune.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/AnimatedAreaSeries.qml (renamed from examples/charts/qmlgallery/qml/customlegend/AnimatedAreaSeries.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/ChartViewHighlighted.qml (renamed from examples/charts/qmlgallery/qml/customlegend/ChartViewHighlighted.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/ChartViewSelector.qml (renamed from examples/charts/qmlgallery/qml/customlegend/ChartViewSelector.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/ChartViewStacked.qml (renamed from examples/charts/qmlgallery/qml/customlegend/ChartViewStacked.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/CustomLegend.qml (renamed from examples/charts/qmlgallery/qml/customlegend/CustomLegend.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/customlegend/Main.qml (renamed from examples/charts/qmlgallery/qml/customlegend/Main.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/f1legends/F1Legends.qml (renamed from examples/charts/qmlgallery/qml/f1legends/F1Legends.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qml/f1legends/SpeedsList.qml (renamed from examples/charts/qmlgallery/qml/f1legends/SpeedsList.qml)0
-rw-r--r--examples/charts/qmlchartsgallery/qmlchartsgallery.pro (renamed from examples/charts/qmlgallery/qmlgallery.pro)4
-rw-r--r--examples/charts/qmlchartsgallery/qmlchartsgallery.qrc (renamed from examples/charts/qmlgallery/qmlgallery.qrc)0
163 files changed, 25 insertions, 25 deletions
diff --git a/examples/charts/CMakeLists.txt b/examples/charts/CMakeLists.txt
index 1379f99f..94fe9ac1 100644
--- a/examples/charts/CMakeLists.txt
+++ b/examples/charts/CMakeLists.txt
@@ -10,7 +10,7 @@ if(QT_FEATURE_charts_area_chart
AND QT_FEATURE_charts_candlestick_chart
AND QT_FEATURE_charts_scatter_chart
AND QT_FEATURE_charts_datetime_axis)
- qt_internal_add_example(gallery)
+ qt_internal_add_example(chartsgallery)
endif()
if(QT_FEATURE_charts_area_chart
@@ -23,7 +23,7 @@ if(QT_FEATURE_charts_area_chart
AND QT_FEATURE_charts_scatter_chart
AND QT_FEATURE_charts_datetime_axis
AND TARGET Qt::Quick)
- qt_internal_add_example(qmlgallery)
+ qt_internal_add_example(qmlchartsgallery)
endif()
if(QT_FEATURE_charts_line_chart AND TARGET Qt::Multimedia)
diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro
index f6cee434..224fb0d8 100644
--- a/examples/charts/charts.pro
+++ b/examples/charts/charts.pro
@@ -25,7 +25,7 @@ qtConfig(opengl) {
qtConfig(charts-line-chart):qtConfig(charts-spline-chart):qtConfig(charts-bar-chart):
qtConfig(charts-pie-chart):qtConfig(charts-boxplot-chart):qtConfig(charts-candlestick-chart):
qtConfig(charts-scatter-chart):qtConfig(charts-datetime-axis) {
- SUBDIRS += gallery
- qtHaveModule(quick): SUBDIRS += qmlgallery
+ SUBDIRS += chartsgallery
+ qtHaveModule(quick): SUBDIRS += qmlchartsgallery
}
diff --git a/examples/charts/gallery/CMakeLists.txt b/examples/charts/chartsgallery/CMakeLists.txt
index 69e524d5..b4fd03d6 100644
--- a/examples/charts/gallery/CMakeLists.txt
+++ b/examples/charts/chartsgallery/CMakeLists.txt
@@ -2,19 +2,19 @@
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
-project(gallery LANGUAGES CXX)
+project(chartsgallery LANGUAGES CXX)
if(NOT DEFINED INSTALL_EXAMPLESDIR)
set(INSTALL_EXAMPLESDIR "examples")
endif()
-set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/charts/gallery")
+set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/charts/chartsgallery")
find_package(Qt6 REQUIRED COMPONENTS Charts Core Gui Widgets)
qt_standard_project_setup()
-qt_add_executable(gallery
+qt_add_executable(chartsgallery
areawidget.cpp areawidget.h
barmodelmappermodel.cpp barmodelmappermodel.h
barmodelmapperwidget.cpp barmodelmapperwidget.h
@@ -76,12 +76,12 @@ qt_add_executable(gallery
themewidget.cpp themewidget.h themewidget.ui
)
-set_target_properties(gallery PROPERTIES
+set_target_properties(chartsgallery PROPERTIES
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE TRUE
)
-target_link_libraries(gallery PRIVATE
+target_link_libraries(chartsgallery PRIVATE
Qt::Charts
Qt::Core
Qt::Gui
@@ -112,7 +112,7 @@ set_source_files_properties("data/green_triangle.png"
PROPERTIES QT_RESOURCE_ALIAS "green_triangle"
)
-set(gallery_resource_files
+set(chartsgallery_resource_files
"data/boxplot_a.txt"
"data/boxplot_b.txt"
"data/candlestick.txt"
@@ -121,14 +121,14 @@ set(gallery_resource_files
"data/green_triangle.png"
)
-qt6_add_resources(gallery "gallery"
+qt6_add_resources(chartsgallery "chartsgallery"
PREFIX
"/"
FILES
- ${gallery_resource_files}
+ ${chartsgallery_resource_files}
)
-install(TARGETS gallery
+install(TARGETS chartsgallery
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
diff --git a/examples/charts/gallery/areawidget.cpp b/examples/charts/chartsgallery/areawidget.cpp
index a16ef53d..a16ef53d 100644
--- a/examples/charts/gallery/areawidget.cpp
+++ b/examples/charts/chartsgallery/areawidget.cpp
diff --git a/examples/charts/gallery/areawidget.h b/examples/charts/chartsgallery/areawidget.h
index 201659c9..201659c9 100644
--- a/examples/charts/gallery/areawidget.h
+++ b/examples/charts/chartsgallery/areawidget.h
diff --git a/examples/charts/gallery/barmodelmappermodel.cpp b/examples/charts/chartsgallery/barmodelmappermodel.cpp
index 294d85fe..294d85fe 100644
--- a/examples/charts/gallery/barmodelmappermodel.cpp
+++ b/examples/charts/chartsgallery/barmodelmappermodel.cpp
diff --git a/examples/charts/gallery/barmodelmappermodel.h b/examples/charts/chartsgallery/barmodelmappermodel.h
index 84d4664e..84d4664e 100644
--- a/examples/charts/gallery/barmodelmappermodel.h
+++ b/examples/charts/chartsgallery/barmodelmappermodel.h
diff --git a/examples/charts/gallery/barmodelmapperwidget.cpp b/examples/charts/chartsgallery/barmodelmapperwidget.cpp
index 1d73fe17..1d73fe17 100644
--- a/examples/charts/gallery/barmodelmapperwidget.cpp
+++ b/examples/charts/chartsgallery/barmodelmapperwidget.cpp
diff --git a/examples/charts/gallery/barmodelmapperwidget.h b/examples/charts/chartsgallery/barmodelmapperwidget.h
index 17b4eb58..17b4eb58 100644
--- a/examples/charts/gallery/barmodelmapperwidget.h
+++ b/examples/charts/chartsgallery/barmodelmapperwidget.h
diff --git a/examples/charts/gallery/barpercentwidget.cpp b/examples/charts/chartsgallery/barpercentwidget.cpp
index d9f2fcb1..d9f2fcb1 100644
--- a/examples/charts/gallery/barpercentwidget.cpp
+++ b/examples/charts/chartsgallery/barpercentwidget.cpp
diff --git a/examples/charts/gallery/barpercentwidget.h b/examples/charts/chartsgallery/barpercentwidget.h
index 4372f278..4372f278 100644
--- a/examples/charts/gallery/barpercentwidget.h
+++ b/examples/charts/chartsgallery/barpercentwidget.h
diff --git a/examples/charts/gallery/barstackedwidget.cpp b/examples/charts/chartsgallery/barstackedwidget.cpp
index 6dc377e1..6dc377e1 100644
--- a/examples/charts/gallery/barstackedwidget.cpp
+++ b/examples/charts/chartsgallery/barstackedwidget.cpp
diff --git a/examples/charts/gallery/barstackedwidget.h b/examples/charts/chartsgallery/barstackedwidget.h
index c40941c1..c40941c1 100644
--- a/examples/charts/gallery/barstackedwidget.h
+++ b/examples/charts/chartsgallery/barstackedwidget.h
diff --git a/examples/charts/gallery/barwidget.cpp b/examples/charts/chartsgallery/barwidget.cpp
index 78430cd1..78430cd1 100644
--- a/examples/charts/gallery/barwidget.cpp
+++ b/examples/charts/chartsgallery/barwidget.cpp
diff --git a/examples/charts/gallery/barwidget.h b/examples/charts/chartsgallery/barwidget.h
index 0de1785b..0de1785b 100644
--- a/examples/charts/gallery/barwidget.h
+++ b/examples/charts/chartsgallery/barwidget.h
diff --git a/examples/charts/gallery/boxplotdatareader.cpp b/examples/charts/chartsgallery/boxplotdatareader.cpp
index 47172704..47172704 100644
--- a/examples/charts/gallery/boxplotdatareader.cpp
+++ b/examples/charts/chartsgallery/boxplotdatareader.cpp
diff --git a/examples/charts/gallery/boxplotdatareader.h b/examples/charts/chartsgallery/boxplotdatareader.h
index 253b05ee..253b05ee 100644
--- a/examples/charts/gallery/boxplotdatareader.h
+++ b/examples/charts/chartsgallery/boxplotdatareader.h
diff --git a/examples/charts/gallery/boxplotwidget.cpp b/examples/charts/chartsgallery/boxplotwidget.cpp
index c2ca2936..c2ca2936 100644
--- a/examples/charts/gallery/boxplotwidget.cpp
+++ b/examples/charts/chartsgallery/boxplotwidget.cpp
diff --git a/examples/charts/gallery/boxplotwidget.h b/examples/charts/chartsgallery/boxplotwidget.h
index b498d438..b498d438 100644
--- a/examples/charts/gallery/boxplotwidget.h
+++ b/examples/charts/chartsgallery/boxplotwidget.h
diff --git a/examples/charts/gallery/callout.cpp b/examples/charts/chartsgallery/callout.cpp
index 2169286c..2169286c 100644
--- a/examples/charts/gallery/callout.cpp
+++ b/examples/charts/chartsgallery/callout.cpp
diff --git a/examples/charts/gallery/callout.h b/examples/charts/chartsgallery/callout.h
index 27ef57cb..27ef57cb 100644
--- a/examples/charts/gallery/callout.h
+++ b/examples/charts/chartsgallery/callout.h
diff --git a/examples/charts/gallery/calloutview.cpp b/examples/charts/chartsgallery/calloutview.cpp
index 3ea4ef39..3ea4ef39 100644
--- a/examples/charts/gallery/calloutview.cpp
+++ b/examples/charts/chartsgallery/calloutview.cpp
diff --git a/examples/charts/gallery/calloutview.h b/examples/charts/chartsgallery/calloutview.h
index 866846a6..866846a6 100644
--- a/examples/charts/gallery/calloutview.h
+++ b/examples/charts/chartsgallery/calloutview.h
diff --git a/examples/charts/gallery/calloutwidget.cpp b/examples/charts/chartsgallery/calloutwidget.cpp
index e3571f15..e3571f15 100644
--- a/examples/charts/gallery/calloutwidget.cpp
+++ b/examples/charts/chartsgallery/calloutwidget.cpp
diff --git a/examples/charts/gallery/calloutwidget.h b/examples/charts/chartsgallery/calloutwidget.h
index 0040f4eb..0040f4eb 100644
--- a/examples/charts/gallery/calloutwidget.h
+++ b/examples/charts/chartsgallery/calloutwidget.h
diff --git a/examples/charts/gallery/candlestickdatareader.cpp b/examples/charts/chartsgallery/candlestickdatareader.cpp
index 3913e3bd..3913e3bd 100644
--- a/examples/charts/gallery/candlestickdatareader.cpp
+++ b/examples/charts/chartsgallery/candlestickdatareader.cpp
diff --git a/examples/charts/gallery/candlestickdatareader.h b/examples/charts/chartsgallery/candlestickdatareader.h
index f7ee316d..f7ee316d 100644
--- a/examples/charts/gallery/candlestickdatareader.h
+++ b/examples/charts/chartsgallery/candlestickdatareader.h
diff --git a/examples/charts/gallery/candlestickwidget.cpp b/examples/charts/chartsgallery/candlestickwidget.cpp
index f21037c9..f21037c9 100644
--- a/examples/charts/gallery/candlestickwidget.cpp
+++ b/examples/charts/chartsgallery/candlestickwidget.cpp
diff --git a/examples/charts/gallery/candlestickwidget.h b/examples/charts/chartsgallery/candlestickwidget.h
index 05bfac4e..05bfac4e 100644
--- a/examples/charts/gallery/candlestickwidget.h
+++ b/examples/charts/chartsgallery/candlestickwidget.h
diff --git a/examples/charts/gallery/gallery.pro b/examples/charts/chartsgallery/chartsgallery.pro
index ea9adc16..b362ffad 100644
--- a/examples/charts/gallery/gallery.pro
+++ b/examples/charts/chartsgallery/chartsgallery.pro
@@ -121,9 +121,9 @@ SOURCES += \
temperaturerecordswidget.cpp \
themewidget.cpp
-RESOURCES += gallery.qrc
+RESOURCES += chartsgallery.qrc
FORMS += themewidget.ui
-target.path = $$[QT_INSTALL_EXAMPLES]/charts/gallery
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartsgallery
INSTALLS += target
diff --git a/examples/charts/gallery/gallery.qrc b/examples/charts/chartsgallery/chartsgallery.qrc
index 016e2241..016e2241 100644
--- a/examples/charts/gallery/gallery.qrc
+++ b/examples/charts/chartsgallery/chartsgallery.qrc
diff --git a/examples/charts/gallery/contentwidget.cpp b/examples/charts/chartsgallery/contentwidget.cpp
index 06ea8314..06ea8314 100644
--- a/examples/charts/gallery/contentwidget.cpp
+++ b/examples/charts/chartsgallery/contentwidget.cpp
diff --git a/examples/charts/gallery/contentwidget.h b/examples/charts/chartsgallery/contentwidget.h
index 780877a5..780877a5 100644
--- a/examples/charts/gallery/contentwidget.h
+++ b/examples/charts/chartsgallery/contentwidget.h
diff --git a/examples/charts/gallery/customchartwidget.cpp b/examples/charts/chartsgallery/customchartwidget.cpp
index dbe4ba6b..dbe4ba6b 100644
--- a/examples/charts/gallery/customchartwidget.cpp
+++ b/examples/charts/chartsgallery/customchartwidget.cpp
diff --git a/examples/charts/gallery/customchartwidget.h b/examples/charts/chartsgallery/customchartwidget.h
index dd8db49d..dd8db49d 100644
--- a/examples/charts/gallery/customchartwidget.h
+++ b/examples/charts/chartsgallery/customchartwidget.h
diff --git a/examples/charts/gallery/data/blue_triangle.png b/examples/charts/chartsgallery/data/blue_triangle.png
index 7790453c..7790453c 100644
--- a/examples/charts/gallery/data/blue_triangle.png
+++ b/examples/charts/chartsgallery/data/blue_triangle.png
Binary files differ
diff --git a/examples/charts/gallery/data/boxplot_a.txt b/examples/charts/chartsgallery/data/boxplot_a.txt
index 9511418d..9511418d 100644
--- a/examples/charts/gallery/data/boxplot_a.txt
+++ b/examples/charts/chartsgallery/data/boxplot_a.txt
diff --git a/examples/charts/gallery/data/boxplot_b.txt b/examples/charts/chartsgallery/data/boxplot_b.txt
index f1d49cf0..f1d49cf0 100644
--- a/examples/charts/gallery/data/boxplot_b.txt
+++ b/examples/charts/chartsgallery/data/boxplot_b.txt
diff --git a/examples/charts/gallery/data/candlestick.txt b/examples/charts/chartsgallery/data/candlestick.txt
index eaac318c..eaac318c 100644
--- a/examples/charts/gallery/data/candlestick.txt
+++ b/examples/charts/chartsgallery/data/candlestick.txt
diff --git a/examples/charts/gallery/data/green_triangle.png b/examples/charts/chartsgallery/data/green_triangle.png
index 29ae043f..29ae043f 100644
--- a/examples/charts/gallery/data/green_triangle.png
+++ b/examples/charts/chartsgallery/data/green_triangle.png
Binary files differ
diff --git a/examples/charts/gallery/data/sun_spots.txt b/examples/charts/chartsgallery/data/sun_spots.txt
index 91ef5982..91ef5982 100644
--- a/examples/charts/gallery/data/sun_spots.txt
+++ b/examples/charts/chartsgallery/data/sun_spots.txt
diff --git a/examples/charts/gallery/datetimeaxiswidget.cpp b/examples/charts/chartsgallery/datetimeaxiswidget.cpp
index c71e7291..c71e7291 100644
--- a/examples/charts/gallery/datetimeaxiswidget.cpp
+++ b/examples/charts/chartsgallery/datetimeaxiswidget.cpp
diff --git a/examples/charts/gallery/datetimeaxiswidget.h b/examples/charts/chartsgallery/datetimeaxiswidget.h
index 1baf6df9..1baf6df9 100644
--- a/examples/charts/gallery/datetimeaxiswidget.h
+++ b/examples/charts/chartsgallery/datetimeaxiswidget.h
diff --git a/examples/charts/gallery/donutbreakdownchart.cpp b/examples/charts/chartsgallery/donutbreakdownchart.cpp
index 7faf09e4..7faf09e4 100644
--- a/examples/charts/gallery/donutbreakdownchart.cpp
+++ b/examples/charts/chartsgallery/donutbreakdownchart.cpp
diff --git a/examples/charts/gallery/donutbreakdownchart.h b/examples/charts/chartsgallery/donutbreakdownchart.h
index 5cfc574e..5cfc574e 100644
--- a/examples/charts/gallery/donutbreakdownchart.h
+++ b/examples/charts/chartsgallery/donutbreakdownchart.h
diff --git a/examples/charts/gallery/donutbreakdownmainslice.cpp b/examples/charts/chartsgallery/donutbreakdownmainslice.cpp
index eb0dd4cb..eb0dd4cb 100644
--- a/examples/charts/gallery/donutbreakdownmainslice.cpp
+++ b/examples/charts/chartsgallery/donutbreakdownmainslice.cpp
diff --git a/examples/charts/gallery/donutbreakdownmainslice.h b/examples/charts/chartsgallery/donutbreakdownmainslice.h
index f0088400..f0088400 100644
--- a/examples/charts/gallery/donutbreakdownmainslice.h
+++ b/examples/charts/chartsgallery/donutbreakdownmainslice.h
diff --git a/examples/charts/gallery/donutbreakdownwidget.cpp b/examples/charts/chartsgallery/donutbreakdownwidget.cpp
index 63181601..63181601 100644
--- a/examples/charts/gallery/donutbreakdownwidget.cpp
+++ b/examples/charts/chartsgallery/donutbreakdownwidget.cpp
diff --git a/examples/charts/gallery/donutbreakdownwidget.h b/examples/charts/chartsgallery/donutbreakdownwidget.h
index 4b2f9b43..4b2f9b43 100644
--- a/examples/charts/gallery/donutbreakdownwidget.h
+++ b/examples/charts/chartsgallery/donutbreakdownwidget.h
diff --git a/examples/charts/gallery/donutwidget.cpp b/examples/charts/chartsgallery/donutwidget.cpp
index 2bee9974..2bee9974 100644
--- a/examples/charts/gallery/donutwidget.cpp
+++ b/examples/charts/chartsgallery/donutwidget.cpp
diff --git a/examples/charts/gallery/donutwidget.h b/examples/charts/chartsgallery/donutwidget.h
index cf27c2ae..cf27c2ae 100644
--- a/examples/charts/gallery/donutwidget.h
+++ b/examples/charts/chartsgallery/donutwidget.h
diff --git a/examples/charts/gallery/dynamicsplinewidget.cpp b/examples/charts/chartsgallery/dynamicsplinewidget.cpp
index fce79d79..fce79d79 100644
--- a/examples/charts/gallery/dynamicsplinewidget.cpp
+++ b/examples/charts/chartsgallery/dynamicsplinewidget.cpp
diff --git a/examples/charts/gallery/dynamicsplinewidget.h b/examples/charts/chartsgallery/dynamicsplinewidget.h
index 1389280b..1389280b 100644
--- a/examples/charts/gallery/dynamicsplinewidget.h
+++ b/examples/charts/chartsgallery/dynamicsplinewidget.h
diff --git a/examples/charts/gallery/horizontalbarwidget.cpp b/examples/charts/chartsgallery/horizontalbarwidget.cpp
index 5a903335..5a903335 100644
--- a/examples/charts/gallery/horizontalbarwidget.cpp
+++ b/examples/charts/chartsgallery/horizontalbarwidget.cpp
diff --git a/examples/charts/gallery/horizontalbarwidget.h b/examples/charts/chartsgallery/horizontalbarwidget.h
index cd459050..cd459050 100644
--- a/examples/charts/gallery/horizontalbarwidget.h
+++ b/examples/charts/chartsgallery/horizontalbarwidget.h
diff --git a/examples/charts/gallery/horizontalpercentbarwidget.cpp b/examples/charts/chartsgallery/horizontalpercentbarwidget.cpp
index 374b3dd4..374b3dd4 100644
--- a/examples/charts/gallery/horizontalpercentbarwidget.cpp
+++ b/examples/charts/chartsgallery/horizontalpercentbarwidget.cpp
diff --git a/examples/charts/gallery/horizontalpercentbarwidget.h b/examples/charts/chartsgallery/horizontalpercentbarwidget.h
index 33f7eb8f..33f7eb8f 100644
--- a/examples/charts/gallery/horizontalpercentbarwidget.h
+++ b/examples/charts/chartsgallery/horizontalpercentbarwidget.h
diff --git a/examples/charts/gallery/horizontalstackedbarwidget.cpp b/examples/charts/chartsgallery/horizontalstackedbarwidget.cpp
index 647e0e34..647e0e34 100644
--- a/examples/charts/gallery/horizontalstackedbarwidget.cpp
+++ b/examples/charts/chartsgallery/horizontalstackedbarwidget.cpp
diff --git a/examples/charts/gallery/horizontalstackedbarwidget.h b/examples/charts/chartsgallery/horizontalstackedbarwidget.h
index e36d9687..e36d9687 100644
--- a/examples/charts/gallery/horizontalstackedbarwidget.h
+++ b/examples/charts/chartsgallery/horizontalstackedbarwidget.h
diff --git a/examples/charts/gallery/interactionschart.cpp b/examples/charts/chartsgallery/interactionschart.cpp
index 740c9f64..740c9f64 100644
--- a/examples/charts/gallery/interactionschart.cpp
+++ b/examples/charts/chartsgallery/interactionschart.cpp
diff --git a/examples/charts/gallery/interactionschart.h b/examples/charts/chartsgallery/interactionschart.h
index dd087156..dd087156 100644
--- a/examples/charts/gallery/interactionschart.h
+++ b/examples/charts/chartsgallery/interactionschart.h
diff --git a/examples/charts/gallery/interactionsview.cpp b/examples/charts/chartsgallery/interactionsview.cpp
index 0bac0b77..0bac0b77 100644
--- a/examples/charts/gallery/interactionsview.cpp
+++ b/examples/charts/chartsgallery/interactionsview.cpp
diff --git a/examples/charts/gallery/interactionsview.h b/examples/charts/chartsgallery/interactionsview.h
index 04a27b41..04a27b41 100644
--- a/examples/charts/gallery/interactionsview.h
+++ b/examples/charts/chartsgallery/interactionsview.h
diff --git a/examples/charts/gallery/interactionswidget.cpp b/examples/charts/chartsgallery/interactionswidget.cpp
index 6be473ac..6be473ac 100644
--- a/examples/charts/gallery/interactionswidget.cpp
+++ b/examples/charts/chartsgallery/interactionswidget.cpp
diff --git a/examples/charts/gallery/interactionswidget.h b/examples/charts/chartsgallery/interactionswidget.h
index bc378a10..bc378a10 100644
--- a/examples/charts/gallery/interactionswidget.h
+++ b/examples/charts/chartsgallery/interactionswidget.h
diff --git a/examples/charts/gallery/legendmarkerswidget.cpp b/examples/charts/chartsgallery/legendmarkerswidget.cpp
index 0d739bb1..0d739bb1 100644
--- a/examples/charts/gallery/legendmarkerswidget.cpp
+++ b/examples/charts/chartsgallery/legendmarkerswidget.cpp
diff --git a/examples/charts/gallery/legendmarkerswidget.h b/examples/charts/chartsgallery/legendmarkerswidget.h
index 78b26623..78b26623 100644
--- a/examples/charts/gallery/legendmarkerswidget.h
+++ b/examples/charts/chartsgallery/legendmarkerswidget.h
diff --git a/examples/charts/gallery/legendwidget.cpp b/examples/charts/chartsgallery/legendwidget.cpp
index da5d3587..da5d3587 100644
--- a/examples/charts/gallery/legendwidget.cpp
+++ b/examples/charts/chartsgallery/legendwidget.cpp
diff --git a/examples/charts/gallery/legendwidget.h b/examples/charts/chartsgallery/legendwidget.h
index 2ca128be..2ca128be 100644
--- a/examples/charts/gallery/legendwidget.h
+++ b/examples/charts/chartsgallery/legendwidget.h
diff --git a/examples/charts/gallery/lightmarkerswidget.cpp b/examples/charts/chartsgallery/lightmarkerswidget.cpp
index ddb9b759..ddb9b759 100644
--- a/examples/charts/gallery/lightmarkerswidget.cpp
+++ b/examples/charts/chartsgallery/lightmarkerswidget.cpp
diff --git a/examples/charts/gallery/lightmarkerswidget.h b/examples/charts/chartsgallery/lightmarkerswidget.h
index 9add2b77..9add2b77 100644
--- a/examples/charts/gallery/lightmarkerswidget.h
+++ b/examples/charts/chartsgallery/lightmarkerswidget.h
diff --git a/examples/charts/gallery/lineandbarwidget.cpp b/examples/charts/chartsgallery/lineandbarwidget.cpp
index 49d1cfa1..49d1cfa1 100644
--- a/examples/charts/gallery/lineandbarwidget.cpp
+++ b/examples/charts/chartsgallery/lineandbarwidget.cpp
diff --git a/examples/charts/gallery/lineandbarwidget.h b/examples/charts/chartsgallery/lineandbarwidget.h
index 53f64bee..53f64bee 100644
--- a/examples/charts/gallery/lineandbarwidget.h
+++ b/examples/charts/chartsgallery/lineandbarwidget.h
diff --git a/examples/charts/gallery/linewidget.cpp b/examples/charts/chartsgallery/linewidget.cpp
index 5bbc9304..5bbc9304 100644
--- a/examples/charts/gallery/linewidget.cpp
+++ b/examples/charts/chartsgallery/linewidget.cpp
diff --git a/examples/charts/gallery/linewidget.h b/examples/charts/chartsgallery/linewidget.h
index a4022463..a4022463 100644
--- a/examples/charts/gallery/linewidget.h
+++ b/examples/charts/chartsgallery/linewidget.h
diff --git a/examples/charts/gallery/logaxiswidget.cpp b/examples/charts/chartsgallery/logaxiswidget.cpp
index ce72b2ce..ce72b2ce 100644
--- a/examples/charts/gallery/logaxiswidget.cpp
+++ b/examples/charts/chartsgallery/logaxiswidget.cpp
diff --git a/examples/charts/gallery/logaxiswidget.h b/examples/charts/chartsgallery/logaxiswidget.h
index 860107ee..860107ee 100644
--- a/examples/charts/gallery/logaxiswidget.h
+++ b/examples/charts/chartsgallery/logaxiswidget.h
diff --git a/examples/charts/gallery/main.cpp b/examples/charts/chartsgallery/main.cpp
index b6f7acae..b6f7acae 100644
--- a/examples/charts/gallery/main.cpp
+++ b/examples/charts/chartsgallery/main.cpp
diff --git a/examples/charts/gallery/mainwidget.cpp b/examples/charts/chartsgallery/mainwidget.cpp
index cb535217..cb535217 100644
--- a/examples/charts/gallery/mainwidget.cpp
+++ b/examples/charts/chartsgallery/mainwidget.cpp
diff --git a/examples/charts/gallery/mainwidget.h b/examples/charts/chartsgallery/mainwidget.h
index 8082812c..8082812c 100644
--- a/examples/charts/gallery/mainwidget.h
+++ b/examples/charts/chartsgallery/mainwidget.h
diff --git a/examples/charts/gallery/modeldatamodel.cpp b/examples/charts/chartsgallery/modeldatamodel.cpp
index af5bc9dd..af5bc9dd 100644
--- a/examples/charts/gallery/modeldatamodel.cpp
+++ b/examples/charts/chartsgallery/modeldatamodel.cpp
diff --git a/examples/charts/gallery/modeldatamodel.h b/examples/charts/chartsgallery/modeldatamodel.h
index e8b2e1d1..e8b2e1d1 100644
--- a/examples/charts/gallery/modeldatamodel.h
+++ b/examples/charts/chartsgallery/modeldatamodel.h
diff --git a/examples/charts/gallery/modeldatawidget.cpp b/examples/charts/chartsgallery/modeldatawidget.cpp
index 20d50aa6..20d50aa6 100644
--- a/examples/charts/gallery/modeldatawidget.cpp
+++ b/examples/charts/chartsgallery/modeldatawidget.cpp
diff --git a/examples/charts/gallery/modeldatawidget.h b/examples/charts/chartsgallery/modeldatawidget.h
index 245e6267..245e6267 100644
--- a/examples/charts/gallery/modeldatawidget.h
+++ b/examples/charts/chartsgallery/modeldatawidget.h
diff --git a/examples/charts/gallery/multiaxiswidget.cpp b/examples/charts/chartsgallery/multiaxiswidget.cpp
index 1979a59e..1979a59e 100644
--- a/examples/charts/gallery/multiaxiswidget.cpp
+++ b/examples/charts/chartsgallery/multiaxiswidget.cpp
diff --git a/examples/charts/gallery/multiaxiswidget.h b/examples/charts/chartsgallery/multiaxiswidget.h
index e61cc368..e61cc368 100644
--- a/examples/charts/gallery/multiaxiswidget.h
+++ b/examples/charts/chartsgallery/multiaxiswidget.h
diff --git a/examples/charts/gallery/nesteddonutswidget.cpp b/examples/charts/chartsgallery/nesteddonutswidget.cpp
index 25c103c9..25c103c9 100644
--- a/examples/charts/gallery/nesteddonutswidget.cpp
+++ b/examples/charts/chartsgallery/nesteddonutswidget.cpp
diff --git a/examples/charts/gallery/nesteddonutswidget.h b/examples/charts/chartsgallery/nesteddonutswidget.h
index 7dfc95c1..7dfc95c1 100644
--- a/examples/charts/gallery/nesteddonutswidget.h
+++ b/examples/charts/chartsgallery/nesteddonutswidget.h
diff --git a/examples/charts/gallery/pccbrushtool.cpp b/examples/charts/chartsgallery/pccbrushtool.cpp
index 63cdf0c3..63cdf0c3 100644
--- a/examples/charts/gallery/pccbrushtool.cpp
+++ b/examples/charts/chartsgallery/pccbrushtool.cpp
diff --git a/examples/charts/gallery/pccbrushtool.h b/examples/charts/chartsgallery/pccbrushtool.h
index 2e392b6a..2e392b6a 100644
--- a/examples/charts/gallery/pccbrushtool.h
+++ b/examples/charts/chartsgallery/pccbrushtool.h
diff --git a/examples/charts/gallery/pcccustomslice.cpp b/examples/charts/chartsgallery/pcccustomslice.cpp
index 6b4857b6..6b4857b6 100644
--- a/examples/charts/gallery/pcccustomslice.cpp
+++ b/examples/charts/chartsgallery/pcccustomslice.cpp
diff --git a/examples/charts/gallery/pcccustomslice.h b/examples/charts/chartsgallery/pcccustomslice.h
index b7ab879e..b7ab879e 100644
--- a/examples/charts/gallery/pcccustomslice.h
+++ b/examples/charts/chartsgallery/pcccustomslice.h
diff --git a/examples/charts/gallery/pccpentool.cpp b/examples/charts/chartsgallery/pccpentool.cpp
index 11bb1d76..11bb1d76 100644
--- a/examples/charts/gallery/pccpentool.cpp
+++ b/examples/charts/chartsgallery/pccpentool.cpp
diff --git a/examples/charts/gallery/pccpentool.h b/examples/charts/chartsgallery/pccpentool.h
index 14a48c89..14a48c89 100644
--- a/examples/charts/gallery/pccpentool.h
+++ b/examples/charts/chartsgallery/pccpentool.h
diff --git a/examples/charts/gallery/pccwidget.cpp b/examples/charts/chartsgallery/pccwidget.cpp
index 2f2e0e02..2f2e0e02 100644
--- a/examples/charts/gallery/pccwidget.cpp
+++ b/examples/charts/chartsgallery/pccwidget.cpp
diff --git a/examples/charts/gallery/pccwidget.h b/examples/charts/chartsgallery/pccwidget.h
index 3b0e617c..3b0e617c 100644
--- a/examples/charts/gallery/pccwidget.h
+++ b/examples/charts/chartsgallery/pccwidget.h
diff --git a/examples/charts/gallery/piedrilldownchart.cpp b/examples/charts/chartsgallery/piedrilldownchart.cpp
index 7d60f727..7d60f727 100644
--- a/examples/charts/gallery/piedrilldownchart.cpp
+++ b/examples/charts/chartsgallery/piedrilldownchart.cpp
diff --git a/examples/charts/gallery/piedrilldownchart.h b/examples/charts/chartsgallery/piedrilldownchart.h
index 66c54f9b..66c54f9b 100644
--- a/examples/charts/gallery/piedrilldownchart.h
+++ b/examples/charts/chartsgallery/piedrilldownchart.h
diff --git a/examples/charts/gallery/piedrilldownslice.cpp b/examples/charts/chartsgallery/piedrilldownslice.cpp
index a8612cde..a8612cde 100644
--- a/examples/charts/gallery/piedrilldownslice.cpp
+++ b/examples/charts/chartsgallery/piedrilldownslice.cpp
diff --git a/examples/charts/gallery/piedrilldownslice.h b/examples/charts/chartsgallery/piedrilldownslice.h
index 9579c42e..9579c42e 100644
--- a/examples/charts/gallery/piedrilldownslice.h
+++ b/examples/charts/chartsgallery/piedrilldownslice.h
diff --git a/examples/charts/gallery/piedrilldownwidget.cpp b/examples/charts/chartsgallery/piedrilldownwidget.cpp
index 59555f72..59555f72 100644
--- a/examples/charts/gallery/piedrilldownwidget.cpp
+++ b/examples/charts/chartsgallery/piedrilldownwidget.cpp
diff --git a/examples/charts/gallery/piedrilldownwidget.h b/examples/charts/chartsgallery/piedrilldownwidget.h
index cc2b16f1..cc2b16f1 100644
--- a/examples/charts/gallery/piedrilldownwidget.h
+++ b/examples/charts/chartsgallery/piedrilldownwidget.h
diff --git a/examples/charts/gallery/piewidget.cpp b/examples/charts/chartsgallery/piewidget.cpp
index feb67afe..feb67afe 100644
--- a/examples/charts/gallery/piewidget.cpp
+++ b/examples/charts/chartsgallery/piewidget.cpp
diff --git a/examples/charts/gallery/piewidget.h b/examples/charts/chartsgallery/piewidget.h
index c57200e9..c57200e9 100644
--- a/examples/charts/gallery/piewidget.h
+++ b/examples/charts/chartsgallery/piewidget.h
diff --git a/examples/charts/gallery/pointconfigurationwidget.cpp b/examples/charts/chartsgallery/pointconfigurationwidget.cpp
index 5c2970c3..5c2970c3 100644
--- a/examples/charts/gallery/pointconfigurationwidget.cpp
+++ b/examples/charts/chartsgallery/pointconfigurationwidget.cpp
diff --git a/examples/charts/gallery/pointconfigurationwidget.h b/examples/charts/chartsgallery/pointconfigurationwidget.h
index 92aba69d..92aba69d 100644
--- a/examples/charts/gallery/pointconfigurationwidget.h
+++ b/examples/charts/chartsgallery/pointconfigurationwidget.h
diff --git a/examples/charts/gallery/polarchartview.cpp b/examples/charts/chartsgallery/polarchartview.cpp
index 751ae45f..751ae45f 100644
--- a/examples/charts/gallery/polarchartview.cpp
+++ b/examples/charts/chartsgallery/polarchartview.cpp
diff --git a/examples/charts/gallery/polarchartview.h b/examples/charts/chartsgallery/polarchartview.h
index ee4e8fb9..ee4e8fb9 100644
--- a/examples/charts/gallery/polarchartview.h
+++ b/examples/charts/chartsgallery/polarchartview.h
diff --git a/examples/charts/gallery/polarchartwidget.cpp b/examples/charts/chartsgallery/polarchartwidget.cpp
index d0550c7c..d0550c7c 100644
--- a/examples/charts/gallery/polarchartwidget.cpp
+++ b/examples/charts/chartsgallery/polarchartwidget.cpp
diff --git a/examples/charts/gallery/polarchartwidget.h b/examples/charts/chartsgallery/polarchartwidget.h
index 8d151059..8d151059 100644
--- a/examples/charts/gallery/polarchartwidget.h
+++ b/examples/charts/chartsgallery/polarchartwidget.h
diff --git a/examples/charts/gallery/scatterinteractionswidget.cpp b/examples/charts/chartsgallery/scatterinteractionswidget.cpp
index b518c6da..b518c6da 100644
--- a/examples/charts/gallery/scatterinteractionswidget.cpp
+++ b/examples/charts/chartsgallery/scatterinteractionswidget.cpp
diff --git a/examples/charts/gallery/scatterinteractionswidget.h b/examples/charts/chartsgallery/scatterinteractionswidget.h
index ba757c53..ba757c53 100644
--- a/examples/charts/gallery/scatterinteractionswidget.h
+++ b/examples/charts/chartsgallery/scatterinteractionswidget.h
diff --git a/examples/charts/gallery/scatterwidget.cpp b/examples/charts/chartsgallery/scatterwidget.cpp
index 413a090b..413a090b 100644
--- a/examples/charts/gallery/scatterwidget.cpp
+++ b/examples/charts/chartsgallery/scatterwidget.cpp
diff --git a/examples/charts/gallery/scatterwidget.h b/examples/charts/chartsgallery/scatterwidget.h
index 6b836718..6b836718 100644
--- a/examples/charts/gallery/scatterwidget.h
+++ b/examples/charts/chartsgallery/scatterwidget.h
diff --git a/examples/charts/gallery/selectedbarwidget.cpp b/examples/charts/chartsgallery/selectedbarwidget.cpp
index d54d2201..d54d2201 100644
--- a/examples/charts/gallery/selectedbarwidget.cpp
+++ b/examples/charts/chartsgallery/selectedbarwidget.cpp
diff --git a/examples/charts/gallery/selectedbarwidget.h b/examples/charts/chartsgallery/selectedbarwidget.h
index 2e401dcd..2e401dcd 100644
--- a/examples/charts/gallery/selectedbarwidget.h
+++ b/examples/charts/chartsgallery/selectedbarwidget.h
diff --git a/examples/charts/gallery/splinewidget.cpp b/examples/charts/chartsgallery/splinewidget.cpp
index 1bda42f7..1bda42f7 100644
--- a/examples/charts/gallery/splinewidget.cpp
+++ b/examples/charts/chartsgallery/splinewidget.cpp
diff --git a/examples/charts/gallery/splinewidget.h b/examples/charts/chartsgallery/splinewidget.h
index 5d9d20cc..5d9d20cc 100644
--- a/examples/charts/gallery/splinewidget.h
+++ b/examples/charts/chartsgallery/splinewidget.h
diff --git a/examples/charts/gallery/stackeddrilldownchart.cpp b/examples/charts/chartsgallery/stackeddrilldownchart.cpp
index 89df4ec0..89df4ec0 100644
--- a/examples/charts/gallery/stackeddrilldownchart.cpp
+++ b/examples/charts/chartsgallery/stackeddrilldownchart.cpp
diff --git a/examples/charts/gallery/stackeddrilldownchart.h b/examples/charts/chartsgallery/stackeddrilldownchart.h
index 85f3a1a0..85f3a1a0 100644
--- a/examples/charts/gallery/stackeddrilldownchart.h
+++ b/examples/charts/chartsgallery/stackeddrilldownchart.h
diff --git a/examples/charts/gallery/stackeddrilldownseries.cpp b/examples/charts/chartsgallery/stackeddrilldownseries.cpp
index 39b8ca4d..39b8ca4d 100644
--- a/examples/charts/gallery/stackeddrilldownseries.cpp
+++ b/examples/charts/chartsgallery/stackeddrilldownseries.cpp
diff --git a/examples/charts/gallery/stackeddrilldownseries.h b/examples/charts/chartsgallery/stackeddrilldownseries.h
index 3161811e..3161811e 100644
--- a/examples/charts/gallery/stackeddrilldownseries.h
+++ b/examples/charts/chartsgallery/stackeddrilldownseries.h
diff --git a/examples/charts/gallery/stackeddrilldownwidget.cpp b/examples/charts/chartsgallery/stackeddrilldownwidget.cpp
index 5882c0c7..5882c0c7 100644
--- a/examples/charts/gallery/stackeddrilldownwidget.cpp
+++ b/examples/charts/chartsgallery/stackeddrilldownwidget.cpp
diff --git a/examples/charts/gallery/stackeddrilldownwidget.h b/examples/charts/chartsgallery/stackeddrilldownwidget.h
index a8c8acff..a8c8acff 100644
--- a/examples/charts/gallery/stackeddrilldownwidget.h
+++ b/examples/charts/chartsgallery/stackeddrilldownwidget.h
diff --git a/examples/charts/gallery/temperaturerecordswidget.cpp b/examples/charts/chartsgallery/temperaturerecordswidget.cpp
index 36b748be..36b748be 100644
--- a/examples/charts/gallery/temperaturerecordswidget.cpp
+++ b/examples/charts/chartsgallery/temperaturerecordswidget.cpp
diff --git a/examples/charts/gallery/temperaturerecordswidget.h b/examples/charts/chartsgallery/temperaturerecordswidget.h
index eb43717c..eb43717c 100644
--- a/examples/charts/gallery/temperaturerecordswidget.h
+++ b/examples/charts/chartsgallery/temperaturerecordswidget.h
diff --git a/examples/charts/gallery/themewidget.cpp b/examples/charts/chartsgallery/themewidget.cpp
index 31afc403..31afc403 100644
--- a/examples/charts/gallery/themewidget.cpp
+++ b/examples/charts/chartsgallery/themewidget.cpp
diff --git a/examples/charts/gallery/themewidget.h b/examples/charts/chartsgallery/themewidget.h
index e630040c..e630040c 100644
--- a/examples/charts/gallery/themewidget.h
+++ b/examples/charts/chartsgallery/themewidget.h
diff --git a/examples/charts/gallery/themewidget.ui b/examples/charts/chartsgallery/themewidget.ui
index 9ea2bb7c..9ea2bb7c 100644
--- a/examples/charts/gallery/themewidget.ui
+++ b/examples/charts/chartsgallery/themewidget.ui
diff --git a/examples/charts/qmlgallery/CMakeLists.txt b/examples/charts/qmlchartsgallery/CMakeLists.txt
index 71548990..bf92b491 100644
--- a/examples/charts/qmlgallery/CMakeLists.txt
+++ b/examples/charts/qmlchartsgallery/CMakeLists.txt
@@ -2,28 +2,28 @@
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
-project(qmlgallery LANGUAGES CXX)
+project(qmlchartsgallery LANGUAGES CXX)
if(NOT DEFINED INSTALL_EXAMPLESDIR)
set(INSTALL_EXAMPLESDIR "examples")
endif()
-set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/charts/qmlgallery")
+set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/charts/qmlchartsgallery")
find_package(Qt6 REQUIRED COMPONENTS Charts Core Gui Qml Quick)
qt_standard_project_setup()
-qt_add_executable(qmlgallery
+qt_add_executable(qmlchartsgallery
main.cpp
)
-set_target_properties(qmlgallery PROPERTIES
+set_target_properties(qmlchartsgallery PROPERTIES
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE TRUE
)
-target_link_libraries(qmlgallery PUBLIC
+target_link_libraries(qmlchartsgallery PUBLIC
Qt::Charts
Qt::Core
Qt::Gui
@@ -65,14 +65,14 @@ set(resources_resource_files
"qml/f1legends/SpeedsList.qml"
)
-qt6_add_resources(qmlgallery "qmlgallery"
+qt6_add_resources(qmlchartsgallery "qmlchartsgallery"
PREFIX
"/"
FILES
${resources_resource_files}
)
-install(TARGETS qmlgallery
+install(TARGETS qmlchartsgallery
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
diff --git a/examples/charts/qmlgallery/main.cpp b/examples/charts/qmlchartsgallery/main.cpp
index f489efbd..2376e72b 100644
--- a/examples/charts/qmlgallery/main.cpp
+++ b/examples/charts/qmlchartsgallery/main.cpp
@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
QString::fromLatin1("qml")));
QObject::connect(viewer.engine(), &QQmlEngine::quit, &viewer, &QWindow::close);
- viewer.setTitle(QStringLiteral("QML Gallery"));
+ viewer.setTitle(QStringLiteral("Qt Charts QML Example Gallery"));
viewer.setSource(QUrl("qrc:/qml/Main.qml"));
viewer.setResizeMode(QQuickView::SizeRootObjectToView);
viewer.show();
diff --git a/examples/charts/qmlgallery/qml/AreaSeries.qml b/examples/charts/qmlchartsgallery/qml/AreaSeries.qml
index 80062616..80062616 100644
--- a/examples/charts/qmlgallery/qml/AreaSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/AreaSeries.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeries.qml b/examples/charts/qmlchartsgallery/qml/BarSeries.qml
index 7f6a5639..7f6a5639 100644
--- a/examples/charts/qmlgallery/qml/BarSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeries.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeriesHorizontal.qml b/examples/charts/qmlchartsgallery/qml/BarSeriesHorizontal.qml
index bfdd7cec..bfdd7cec 100644
--- a/examples/charts/qmlgallery/qml/BarSeriesHorizontal.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeriesHorizontal.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeriesPercent.qml b/examples/charts/qmlchartsgallery/qml/BarSeriesPercent.qml
index 05ebf1cd..05ebf1cd 100644
--- a/examples/charts/qmlgallery/qml/BarSeriesPercent.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeriesPercent.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeriesPercentHorizontal.qml b/examples/charts/qmlchartsgallery/qml/BarSeriesPercentHorizontal.qml
index 28e913a3..28e913a3 100644
--- a/examples/charts/qmlgallery/qml/BarSeriesPercentHorizontal.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeriesPercentHorizontal.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeriesStacked.qml b/examples/charts/qmlchartsgallery/qml/BarSeriesStacked.qml
index 839119eb..839119eb 100644
--- a/examples/charts/qmlgallery/qml/BarSeriesStacked.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeriesStacked.qml
diff --git a/examples/charts/qmlgallery/qml/BarSeriesStackedHorizontal.qml b/examples/charts/qmlchartsgallery/qml/BarSeriesStackedHorizontal.qml
index f84fccda..f84fccda 100644
--- a/examples/charts/qmlgallery/qml/BarSeriesStackedHorizontal.qml
+++ b/examples/charts/qmlchartsgallery/qml/BarSeriesStackedHorizontal.qml
diff --git a/examples/charts/qmlgallery/qml/BoxPlotSeries.qml b/examples/charts/qmlchartsgallery/qml/BoxPlotSeries.qml
index 09e15ed2..09e15ed2 100644
--- a/examples/charts/qmlgallery/qml/BoxPlotSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/BoxPlotSeries.qml
diff --git a/examples/charts/qmlgallery/qml/CandlestickSeries.qml b/examples/charts/qmlchartsgallery/qml/CandlestickSeries.qml
index ad9ed52d..ad9ed52d 100644
--- a/examples/charts/qmlgallery/qml/CandlestickSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/CandlestickSeries.qml
diff --git a/examples/charts/qmlgallery/qml/CategoryAxis.qml b/examples/charts/qmlchartsgallery/qml/CategoryAxis.qml
index 21a4f368..21a4f368 100644
--- a/examples/charts/qmlgallery/qml/CategoryAxis.qml
+++ b/examples/charts/qmlchartsgallery/qml/CategoryAxis.qml
diff --git a/examples/charts/qmlgallery/qml/CategoryAxisPolar.qml b/examples/charts/qmlchartsgallery/qml/CategoryAxisPolar.qml
index b74fba2f..b74fba2f 100644
--- a/examples/charts/qmlgallery/qml/CategoryAxisPolar.qml
+++ b/examples/charts/qmlchartsgallery/qml/CategoryAxisPolar.qml
diff --git a/examples/charts/qmlgallery/qml/DateTimeAxis.qml b/examples/charts/qmlchartsgallery/qml/DateTimeAxis.qml
index 97aa4dd2..97aa4dd2 100644
--- a/examples/charts/qmlgallery/qml/DateTimeAxis.qml
+++ b/examples/charts/qmlchartsgallery/qml/DateTimeAxis.qml
diff --git a/examples/charts/qmlgallery/qml/DateTimeAxisPolar.qml b/examples/charts/qmlchartsgallery/qml/DateTimeAxisPolar.qml
index 87d69c45..87d69c45 100644
--- a/examples/charts/qmlgallery/qml/DateTimeAxisPolar.qml
+++ b/examples/charts/qmlchartsgallery/qml/DateTimeAxisPolar.qml
diff --git a/examples/charts/qmlgallery/qml/Donut.qml b/examples/charts/qmlchartsgallery/qml/Donut.qml
index dceed779..dceed779 100644
--- a/examples/charts/qmlgallery/qml/Donut.qml
+++ b/examples/charts/qmlchartsgallery/qml/Donut.qml
diff --git a/examples/charts/qmlgallery/qml/LineSeries.qml b/examples/charts/qmlchartsgallery/qml/LineSeries.qml
index bc41d2fd..bc41d2fd 100644
--- a/examples/charts/qmlgallery/qml/LineSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/LineSeries.qml
diff --git a/examples/charts/qmlgallery/qml/Main.qml b/examples/charts/qmlchartsgallery/qml/Main.qml
index 0670b810..0670b810 100644
--- a/examples/charts/qmlgallery/qml/Main.qml
+++ b/examples/charts/qmlchartsgallery/qml/Main.qml
diff --git a/examples/charts/qmlgallery/qml/PieChart.qml b/examples/charts/qmlchartsgallery/qml/PieChart.qml
index 2cd57ca7..2cd57ca7 100644
--- a/examples/charts/qmlgallery/qml/PieChart.qml
+++ b/examples/charts/qmlchartsgallery/qml/PieChart.qml
diff --git a/examples/charts/qmlgallery/qml/ScatterSeries.qml b/examples/charts/qmlchartsgallery/qml/ScatterSeries.qml
index 2f03bfc6..2f03bfc6 100644
--- a/examples/charts/qmlgallery/qml/ScatterSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/ScatterSeries.qml
diff --git a/examples/charts/qmlgallery/qml/SplineSeries.qml b/examples/charts/qmlchartsgallery/qml/SplineSeries.qml
index d9d8c287..d9d8c287 100644
--- a/examples/charts/qmlgallery/qml/SplineSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/SplineSeries.qml
diff --git a/examples/charts/qmlgallery/qml/TwoSeries.qml b/examples/charts/qmlchartsgallery/qml/TwoSeries.qml
index 767e091c..767e091c 100644
--- a/examples/charts/qmlgallery/qml/TwoSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/TwoSeries.qml
diff --git a/examples/charts/qmlgallery/qml/TwoSeriesPolar.qml b/examples/charts/qmlchartsgallery/qml/TwoSeriesPolar.qml
index ce5fd9fc..ce5fd9fc 100644
--- a/examples/charts/qmlgallery/qml/TwoSeriesPolar.qml
+++ b/examples/charts/qmlchartsgallery/qml/TwoSeriesPolar.qml
diff --git a/examples/charts/qmlgallery/qml/WheelOfFortune.qml b/examples/charts/qmlchartsgallery/qml/WheelOfFortune.qml
index b03d61a3..b03d61a3 100644
--- a/examples/charts/qmlgallery/qml/WheelOfFortune.qml
+++ b/examples/charts/qmlchartsgallery/qml/WheelOfFortune.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/AnimatedAreaSeries.qml b/examples/charts/qmlchartsgallery/qml/customlegend/AnimatedAreaSeries.qml
index 1b768878..1b768878 100644
--- a/examples/charts/qmlgallery/qml/customlegend/AnimatedAreaSeries.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/AnimatedAreaSeries.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/ChartViewHighlighted.qml b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewHighlighted.qml
index f29c944c..f29c944c 100644
--- a/examples/charts/qmlgallery/qml/customlegend/ChartViewHighlighted.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewHighlighted.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/ChartViewSelector.qml b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewSelector.qml
index c623af8c..c623af8c 100644
--- a/examples/charts/qmlgallery/qml/customlegend/ChartViewSelector.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewSelector.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/ChartViewStacked.qml b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewStacked.qml
index 063ceef6..063ceef6 100644
--- a/examples/charts/qmlgallery/qml/customlegend/ChartViewStacked.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/ChartViewStacked.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/CustomLegend.qml b/examples/charts/qmlchartsgallery/qml/customlegend/CustomLegend.qml
index 229fb834..229fb834 100644
--- a/examples/charts/qmlgallery/qml/customlegend/CustomLegend.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/CustomLegend.qml
diff --git a/examples/charts/qmlgallery/qml/customlegend/Main.qml b/examples/charts/qmlchartsgallery/qml/customlegend/Main.qml
index 354e3362..354e3362 100644
--- a/examples/charts/qmlgallery/qml/customlegend/Main.qml
+++ b/examples/charts/qmlchartsgallery/qml/customlegend/Main.qml
diff --git a/examples/charts/qmlgallery/qml/f1legends/F1Legends.qml b/examples/charts/qmlchartsgallery/qml/f1legends/F1Legends.qml
index 84c5071b..84c5071b 100644
--- a/examples/charts/qmlgallery/qml/f1legends/F1Legends.qml
+++ b/examples/charts/qmlchartsgallery/qml/f1legends/F1Legends.qml
diff --git a/examples/charts/qmlgallery/qml/f1legends/SpeedsList.qml b/examples/charts/qmlchartsgallery/qml/f1legends/SpeedsList.qml
index e618ee12..e618ee12 100644
--- a/examples/charts/qmlgallery/qml/f1legends/SpeedsList.qml
+++ b/examples/charts/qmlchartsgallery/qml/f1legends/SpeedsList.qml
diff --git a/examples/charts/qmlgallery/qmlgallery.pro b/examples/charts/qmlchartsgallery/qmlchartsgallery.pro
index ac53ad6e..a337811a 100644
--- a/examples/charts/qmlgallery/qmlgallery.pro
+++ b/examples/charts/qmlchartsgallery/qmlchartsgallery.pro
@@ -2,12 +2,12 @@ QT += charts qml quick
SOURCES += main.cpp
-RESOURCES += qmlgallery.qrc
+RESOURCES += qmlchartsgallery.qrc
DISTFILES += \
qml/* \
qml/customlegend/* \
qml/f1legends/*
-target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlgallery
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlchartsgallery
INSTALLS += target
diff --git a/examples/charts/qmlgallery/qmlgallery.qrc b/examples/charts/qmlchartsgallery/qmlchartsgallery.qrc
index f0d63650..f0d63650 100644
--- a/examples/charts/qmlgallery/qmlgallery.qrc
+++ b/examples/charts/qmlchartsgallery/qmlchartsgallery.qrc