From 3b03d942e7bd257a1e9291e419f36cac8357bd75 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 14 Jul 2022 14:03:46 +0200 Subject: [PATCH] examples/automotive moved to playground/dashboard --- .../dashboard}/ButtonBar.cpp | 0 .../automotive => playground/dashboard}/ButtonBar.h | 0 .../dashboard}/MainWindow.cpp | 0 .../dashboard}/MainWindow.h | 0 .../dashboard}/README.images | 0 .../dashboard}/SkinFactory.cpp | 0 .../dashboard}/SkinFactory.h | 0 .../dashboard}/Speedometer.cpp | 0 .../dashboard}/Speedometer.h | 0 .../dashboard}/SpeedometerDisplay.cpp | 0 .../dashboard}/SpeedometerDisplay.h | 0 .../dashboard}/SpeedometerSkinlet.cpp | 0 .../dashboard}/SpeedometerSkinlet.h | 0 .../dashboard/dashboard.pro | 0 .../automotive => playground/dashboard}/images.qrc | 0 .../dashboard}/images/background.jpg | Bin .../dashboard}/images/bluetooth.svg | 0 .../dashboard}/images/bookmark.svg | 0 .../dashboard}/images/bus.svg | 0 .../dashboard}/images/car.svg | 0 .../dashboard}/images/cloud.svg | 0 .../dashboard}/images/compass.svg | 0 .../dashboard}/images/down.svg | 0 .../dashboard}/images/left.svg | 0 .../dashboard}/images/location.svg | 0 .../dashboard}/images/man.svg | 0 .../dashboard}/images/menu.svg | 0 .../dashboard}/images/phone.svg | 0 .../dashboard}/images/plane.svg | 0 .../dashboard}/images/right.svg | 0 .../dashboard}/images/train.svg | 0 .../dashboard}/images/up.svg | 0 .../dashboard}/images/user.svg | 0 .../automotive => playground/dashboard}/main.cpp | 0 .../dashboard}/qvg/bluetooth.qvg | Bin .../dashboard}/qvg/bookmark.qvg | Bin .../automotive => playground/dashboard}/qvg/bus.qvg | Bin .../automotive => playground/dashboard}/qvg/car.qvg | Bin .../dashboard}/qvg/cloud.qvg | Bin .../dashboard}/qvg/down.qvg | Bin .../dashboard}/qvg/left.qvg | Bin .../dashboard}/qvg/location.qvg | Bin .../automotive => playground/dashboard}/qvg/man.qvg | Bin .../dashboard}/qvg/menu.qvg | Bin .../dashboard}/qvg/phone.qvg | Bin .../dashboard}/qvg/plane.qvg | Bin .../dashboard}/qvg/right.qvg | Bin .../dashboard}/qvg/train.qvg | Bin .../automotive => playground/dashboard}/qvg/up.qvg | Bin .../dashboard}/qvg/user.qvg | Bin .../dashboard}/qvgfiles.qrc | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename {examples/automotive => playground/dashboard}/ButtonBar.cpp (100%) rename {examples/automotive => playground/dashboard}/ButtonBar.h (100%) rename {examples/automotive => playground/dashboard}/MainWindow.cpp (100%) rename {examples/automotive => playground/dashboard}/MainWindow.h (100%) rename {examples/automotive => playground/dashboard}/README.images (100%) rename {examples/automotive => playground/dashboard}/SkinFactory.cpp (100%) rename {examples/automotive => playground/dashboard}/SkinFactory.h (100%) rename {examples/automotive => playground/dashboard}/Speedometer.cpp (100%) rename {examples/automotive => playground/dashboard}/Speedometer.h (100%) rename {examples/automotive => playground/dashboard}/SpeedometerDisplay.cpp (100%) rename {examples/automotive => playground/dashboard}/SpeedometerDisplay.h (100%) rename {examples/automotive => playground/dashboard}/SpeedometerSkinlet.cpp (100%) rename {examples/automotive => playground/dashboard}/SpeedometerSkinlet.h (100%) rename examples/automotive/automotive.pro => playground/dashboard/dashboard.pro (100%) rename {examples/automotive => playground/dashboard}/images.qrc (100%) rename {examples/automotive => playground/dashboard}/images/background.jpg (100%) rename {examples/automotive => playground/dashboard}/images/bluetooth.svg (100%) rename {examples/automotive => playground/dashboard}/images/bookmark.svg (100%) rename {examples/automotive => playground/dashboard}/images/bus.svg (100%) rename {examples/automotive => playground/dashboard}/images/car.svg (100%) rename {examples/automotive => playground/dashboard}/images/cloud.svg (100%) rename {examples/automotive => playground/dashboard}/images/compass.svg (100%) rename {examples/automotive => playground/dashboard}/images/down.svg (100%) rename {examples/automotive => playground/dashboard}/images/left.svg (100%) rename {examples/automotive => playground/dashboard}/images/location.svg (100%) rename {examples/automotive => playground/dashboard}/images/man.svg (100%) rename {examples/automotive => playground/dashboard}/images/menu.svg (100%) rename {examples/automotive => playground/dashboard}/images/phone.svg (100%) rename {examples/automotive => playground/dashboard}/images/plane.svg (100%) rename {examples/automotive => playground/dashboard}/images/right.svg (100%) rename {examples/automotive => playground/dashboard}/images/train.svg (100%) rename {examples/automotive => playground/dashboard}/images/up.svg (100%) rename {examples/automotive => playground/dashboard}/images/user.svg (100%) rename {examples/automotive => playground/dashboard}/main.cpp (100%) rename {examples/automotive => playground/dashboard}/qvg/bluetooth.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/bookmark.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/bus.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/car.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/cloud.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/down.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/left.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/location.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/man.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/menu.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/phone.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/plane.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/right.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/train.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/up.qvg (100%) rename {examples/automotive => playground/dashboard}/qvg/user.qvg (100%) rename {examples/automotive => playground/dashboard}/qvgfiles.qrc (100%) diff --git a/examples/automotive/ButtonBar.cpp b/playground/dashboard/ButtonBar.cpp similarity index 100% rename from examples/automotive/ButtonBar.cpp rename to playground/dashboard/ButtonBar.cpp diff --git a/examples/automotive/ButtonBar.h b/playground/dashboard/ButtonBar.h similarity index 100% rename from examples/automotive/ButtonBar.h rename to playground/dashboard/ButtonBar.h diff --git a/examples/automotive/MainWindow.cpp b/playground/dashboard/MainWindow.cpp similarity index 100% rename from examples/automotive/MainWindow.cpp rename to playground/dashboard/MainWindow.cpp diff --git a/examples/automotive/MainWindow.h b/playground/dashboard/MainWindow.h similarity index 100% rename from examples/automotive/MainWindow.h rename to playground/dashboard/MainWindow.h diff --git a/examples/automotive/README.images b/playground/dashboard/README.images similarity index 100% rename from examples/automotive/README.images rename to playground/dashboard/README.images diff --git a/examples/automotive/SkinFactory.cpp b/playground/dashboard/SkinFactory.cpp similarity index 100% rename from examples/automotive/SkinFactory.cpp rename to playground/dashboard/SkinFactory.cpp diff --git a/examples/automotive/SkinFactory.h b/playground/dashboard/SkinFactory.h similarity index 100% rename from examples/automotive/SkinFactory.h rename to playground/dashboard/SkinFactory.h diff --git a/examples/automotive/Speedometer.cpp b/playground/dashboard/Speedometer.cpp similarity index 100% rename from examples/automotive/Speedometer.cpp rename to playground/dashboard/Speedometer.cpp diff --git a/examples/automotive/Speedometer.h b/playground/dashboard/Speedometer.h similarity index 100% rename from examples/automotive/Speedometer.h rename to playground/dashboard/Speedometer.h diff --git a/examples/automotive/SpeedometerDisplay.cpp b/playground/dashboard/SpeedometerDisplay.cpp similarity index 100% rename from examples/automotive/SpeedometerDisplay.cpp rename to playground/dashboard/SpeedometerDisplay.cpp diff --git a/examples/automotive/SpeedometerDisplay.h b/playground/dashboard/SpeedometerDisplay.h similarity index 100% rename from examples/automotive/SpeedometerDisplay.h rename to playground/dashboard/SpeedometerDisplay.h diff --git a/examples/automotive/SpeedometerSkinlet.cpp b/playground/dashboard/SpeedometerSkinlet.cpp similarity index 100% rename from examples/automotive/SpeedometerSkinlet.cpp rename to playground/dashboard/SpeedometerSkinlet.cpp diff --git a/examples/automotive/SpeedometerSkinlet.h b/playground/dashboard/SpeedometerSkinlet.h similarity index 100% rename from examples/automotive/SpeedometerSkinlet.h rename to playground/dashboard/SpeedometerSkinlet.h diff --git a/examples/automotive/automotive.pro b/playground/dashboard/dashboard.pro similarity index 100% rename from examples/automotive/automotive.pro rename to playground/dashboard/dashboard.pro diff --git a/examples/automotive/images.qrc b/playground/dashboard/images.qrc similarity index 100% rename from examples/automotive/images.qrc rename to playground/dashboard/images.qrc diff --git a/examples/automotive/images/background.jpg b/playground/dashboard/images/background.jpg similarity index 100% rename from examples/automotive/images/background.jpg rename to playground/dashboard/images/background.jpg diff --git a/examples/automotive/images/bluetooth.svg b/playground/dashboard/images/bluetooth.svg similarity index 100% rename from examples/automotive/images/bluetooth.svg rename to playground/dashboard/images/bluetooth.svg diff --git a/examples/automotive/images/bookmark.svg b/playground/dashboard/images/bookmark.svg similarity index 100% rename from examples/automotive/images/bookmark.svg rename to playground/dashboard/images/bookmark.svg diff --git a/examples/automotive/images/bus.svg b/playground/dashboard/images/bus.svg similarity index 100% rename from examples/automotive/images/bus.svg rename to playground/dashboard/images/bus.svg diff --git a/examples/automotive/images/car.svg b/playground/dashboard/images/car.svg similarity index 100% rename from examples/automotive/images/car.svg rename to playground/dashboard/images/car.svg diff --git a/examples/automotive/images/cloud.svg b/playground/dashboard/images/cloud.svg similarity index 100% rename from examples/automotive/images/cloud.svg rename to playground/dashboard/images/cloud.svg diff --git a/examples/automotive/images/compass.svg b/playground/dashboard/images/compass.svg similarity index 100% rename from examples/automotive/images/compass.svg rename to playground/dashboard/images/compass.svg diff --git a/examples/automotive/images/down.svg b/playground/dashboard/images/down.svg similarity index 100% rename from examples/automotive/images/down.svg rename to playground/dashboard/images/down.svg diff --git a/examples/automotive/images/left.svg b/playground/dashboard/images/left.svg similarity index 100% rename from examples/automotive/images/left.svg rename to playground/dashboard/images/left.svg diff --git a/examples/automotive/images/location.svg b/playground/dashboard/images/location.svg similarity index 100% rename from examples/automotive/images/location.svg rename to playground/dashboard/images/location.svg diff --git a/examples/automotive/images/man.svg b/playground/dashboard/images/man.svg similarity index 100% rename from examples/automotive/images/man.svg rename to playground/dashboard/images/man.svg diff --git a/examples/automotive/images/menu.svg b/playground/dashboard/images/menu.svg similarity index 100% rename from examples/automotive/images/menu.svg rename to playground/dashboard/images/menu.svg diff --git a/examples/automotive/images/phone.svg b/playground/dashboard/images/phone.svg similarity index 100% rename from examples/automotive/images/phone.svg rename to playground/dashboard/images/phone.svg diff --git a/examples/automotive/images/plane.svg b/playground/dashboard/images/plane.svg similarity index 100% rename from examples/automotive/images/plane.svg rename to playground/dashboard/images/plane.svg diff --git a/examples/automotive/images/right.svg b/playground/dashboard/images/right.svg similarity index 100% rename from examples/automotive/images/right.svg rename to playground/dashboard/images/right.svg diff --git a/examples/automotive/images/train.svg b/playground/dashboard/images/train.svg similarity index 100% rename from examples/automotive/images/train.svg rename to playground/dashboard/images/train.svg diff --git a/examples/automotive/images/up.svg b/playground/dashboard/images/up.svg similarity index 100% rename from examples/automotive/images/up.svg rename to playground/dashboard/images/up.svg diff --git a/examples/automotive/images/user.svg b/playground/dashboard/images/user.svg similarity index 100% rename from examples/automotive/images/user.svg rename to playground/dashboard/images/user.svg diff --git a/examples/automotive/main.cpp b/playground/dashboard/main.cpp similarity index 100% rename from examples/automotive/main.cpp rename to playground/dashboard/main.cpp diff --git a/examples/automotive/qvg/bluetooth.qvg b/playground/dashboard/qvg/bluetooth.qvg similarity index 100% rename from examples/automotive/qvg/bluetooth.qvg rename to playground/dashboard/qvg/bluetooth.qvg diff --git a/examples/automotive/qvg/bookmark.qvg b/playground/dashboard/qvg/bookmark.qvg similarity index 100% rename from examples/automotive/qvg/bookmark.qvg rename to playground/dashboard/qvg/bookmark.qvg diff --git a/examples/automotive/qvg/bus.qvg b/playground/dashboard/qvg/bus.qvg similarity index 100% rename from examples/automotive/qvg/bus.qvg rename to playground/dashboard/qvg/bus.qvg diff --git a/examples/automotive/qvg/car.qvg b/playground/dashboard/qvg/car.qvg similarity index 100% rename from examples/automotive/qvg/car.qvg rename to playground/dashboard/qvg/car.qvg diff --git a/examples/automotive/qvg/cloud.qvg b/playground/dashboard/qvg/cloud.qvg similarity index 100% rename from examples/automotive/qvg/cloud.qvg rename to playground/dashboard/qvg/cloud.qvg diff --git a/examples/automotive/qvg/down.qvg b/playground/dashboard/qvg/down.qvg similarity index 100% rename from examples/automotive/qvg/down.qvg rename to playground/dashboard/qvg/down.qvg diff --git a/examples/automotive/qvg/left.qvg b/playground/dashboard/qvg/left.qvg similarity index 100% rename from examples/automotive/qvg/left.qvg rename to playground/dashboard/qvg/left.qvg diff --git a/examples/automotive/qvg/location.qvg b/playground/dashboard/qvg/location.qvg similarity index 100% rename from examples/automotive/qvg/location.qvg rename to playground/dashboard/qvg/location.qvg diff --git a/examples/automotive/qvg/man.qvg b/playground/dashboard/qvg/man.qvg similarity index 100% rename from examples/automotive/qvg/man.qvg rename to playground/dashboard/qvg/man.qvg diff --git a/examples/automotive/qvg/menu.qvg b/playground/dashboard/qvg/menu.qvg similarity index 100% rename from examples/automotive/qvg/menu.qvg rename to playground/dashboard/qvg/menu.qvg diff --git a/examples/automotive/qvg/phone.qvg b/playground/dashboard/qvg/phone.qvg similarity index 100% rename from examples/automotive/qvg/phone.qvg rename to playground/dashboard/qvg/phone.qvg diff --git a/examples/automotive/qvg/plane.qvg b/playground/dashboard/qvg/plane.qvg similarity index 100% rename from examples/automotive/qvg/plane.qvg rename to playground/dashboard/qvg/plane.qvg diff --git a/examples/automotive/qvg/right.qvg b/playground/dashboard/qvg/right.qvg similarity index 100% rename from examples/automotive/qvg/right.qvg rename to playground/dashboard/qvg/right.qvg diff --git a/examples/automotive/qvg/train.qvg b/playground/dashboard/qvg/train.qvg similarity index 100% rename from examples/automotive/qvg/train.qvg rename to playground/dashboard/qvg/train.qvg diff --git a/examples/automotive/qvg/up.qvg b/playground/dashboard/qvg/up.qvg similarity index 100% rename from examples/automotive/qvg/up.qvg rename to playground/dashboard/qvg/up.qvg diff --git a/examples/automotive/qvg/user.qvg b/playground/dashboard/qvg/user.qvg similarity index 100% rename from examples/automotive/qvg/user.qvg rename to playground/dashboard/qvg/user.qvg diff --git a/examples/automotive/qvgfiles.qrc b/playground/dashboard/qvgfiles.qrc similarity index 100% rename from examples/automotive/qvgfiles.qrc rename to playground/dashboard/qvgfiles.qrc