aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/nativestyle/.gitignore (renamed from examples/quickcontrols2/desktopgallery/.gitignore)0
-rw-r--r--tests/manual/nativestyle/Buttons.qml (renamed from examples/quickcontrols2/desktopgallery/Buttons.qml)0
-rw-r--r--tests/manual/nativestyle/CMakeLists.txt (renamed from examples/quickcontrols2/desktopgallery/CMakeLists.txt)0
-rw-r--r--tests/manual/nativestyle/CheckBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/CheckBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/ComboBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/ComboBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/ControlContainer.qml (renamed from examples/quickcontrols2/desktopgallery/ControlContainer.qml)0
-rw-r--r--tests/manual/nativestyle/CustomButtons.qml (renamed from examples/quickcontrols2/desktopgallery/CustomButtons.qml)0
-rw-r--r--tests/manual/nativestyle/CustomCheckBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/CustomCheckBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/CustomComboBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/CustomComboBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/CustomDials.qml (renamed from examples/quickcontrols2/desktopgallery/CustomDials.qml)0
-rw-r--r--tests/manual/nativestyle/CustomFrames.qml (renamed from examples/quickcontrols2/desktopgallery/CustomFrames.qml)0
-rw-r--r--tests/manual/nativestyle/CustomProgressBars.qml (renamed from examples/quickcontrols2/desktopgallery/CustomProgressBars.qml)0
-rw-r--r--tests/manual/nativestyle/CustomRadioButtons.qml (renamed from examples/quickcontrols2/desktopgallery/CustomRadioButtons.qml)0
-rw-r--r--tests/manual/nativestyle/CustomScrollBars.qml (renamed from examples/quickcontrols2/desktopgallery/CustomScrollBars.qml)0
-rw-r--r--tests/manual/nativestyle/CustomSliders.qml (renamed from examples/quickcontrols2/desktopgallery/CustomSliders.qml)0
-rw-r--r--tests/manual/nativestyle/CustomSpinBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/CustomSpinBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/CustomTextAreas.qml (renamed from examples/quickcontrols2/desktopgallery/CustomTextAreas.qml)0
-rw-r--r--tests/manual/nativestyle/CustomTextFields.qml (renamed from examples/quickcontrols2/desktopgallery/CustomTextFields.qml)0
-rw-r--r--tests/manual/nativestyle/Dials.qml (renamed from examples/quickcontrols2/desktopgallery/Dials.qml)0
-rw-r--r--tests/manual/nativestyle/Frames.qml (renamed from examples/quickcontrols2/desktopgallery/Frames.qml)0
-rw-r--r--tests/manual/nativestyle/ProgressBars.qml (renamed from examples/quickcontrols2/desktopgallery/ProgressBars.qml)0
-rw-r--r--tests/manual/nativestyle/RadioButtons.qml (renamed from examples/quickcontrols2/desktopgallery/RadioButtons.qml)0
-rw-r--r--tests/manual/nativestyle/ScrollBars.qml (renamed from examples/quickcontrols2/desktopgallery/ScrollBars.qml)0
-rw-r--r--tests/manual/nativestyle/Sliders.qml (renamed from examples/quickcontrols2/desktopgallery/Sliders.qml)0
-rw-r--r--tests/manual/nativestyle/SlidersMini.qml (renamed from examples/quickcontrols2/desktopgallery/SlidersMini.qml)0
-rw-r--r--tests/manual/nativestyle/SlidersSmall.qml (renamed from examples/quickcontrols2/desktopgallery/SlidersSmall.qml)0
-rw-r--r--tests/manual/nativestyle/SpinBoxes.qml (renamed from examples/quickcontrols2/desktopgallery/SpinBoxes.qml)0
-rw-r--r--tests/manual/nativestyle/TextAreas.qml (renamed from examples/quickcontrols2/desktopgallery/TextAreas.qml)0
-rw-r--r--tests/manual/nativestyle/TextFields.qml (renamed from examples/quickcontrols2/desktopgallery/TextFields.qml)0
-rw-r--r--tests/manual/nativestyle/checkbox-icon.png (renamed from examples/quickcontrols2/desktopgallery/checkbox-icon.png)bin258 -> 258 bytes
-rw-r--r--tests/manual/nativestyle/checkbox-icon16.png (renamed from examples/quickcontrols2/desktopgallery/checkbox-icon16.png)bin230 -> 230 bytes
-rw-r--r--tests/manual/nativestyle/checkbox-icon@2x.png (renamed from examples/quickcontrols2/desktopgallery/checkbox-icon@2x.png)bin336 -> 336 bytes
-rw-r--r--tests/manual/nativestyle/main.cpp (renamed from examples/quickcontrols2/desktopgallery/main.cpp)0
-rw-r--r--tests/manual/nativestyle/main.qml (renamed from examples/quickcontrols2/desktopgallery/main.qml)0
-rw-r--r--tests/manual/nativestyle/nativestyle.pro (renamed from examples/quickcontrols2/desktopgallery/desktopgallery.pro)2
-rw-r--r--tests/manual/nativestyle/qml.qrc (renamed from examples/quickcontrols2/desktopgallery/qml.qrc)0
36 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcontrols2/desktopgallery/.gitignore b/tests/manual/nativestyle/.gitignore
index fab7372d..fab7372d 100644
--- a/examples/quickcontrols2/desktopgallery/.gitignore
+++ b/tests/manual/nativestyle/.gitignore
diff --git a/examples/quickcontrols2/desktopgallery/Buttons.qml b/tests/manual/nativestyle/Buttons.qml
index 2a11dea3..2a11dea3 100644
--- a/examples/quickcontrols2/desktopgallery/Buttons.qml
+++ b/tests/manual/nativestyle/Buttons.qml
diff --git a/examples/quickcontrols2/desktopgallery/CMakeLists.txt b/tests/manual/nativestyle/CMakeLists.txt
index e4712a6e..e4712a6e 100644
--- a/examples/quickcontrols2/desktopgallery/CMakeLists.txt
+++ b/tests/manual/nativestyle/CMakeLists.txt
diff --git a/examples/quickcontrols2/desktopgallery/CheckBoxes.qml b/tests/manual/nativestyle/CheckBoxes.qml
index 50b81ec4..50b81ec4 100644
--- a/examples/quickcontrols2/desktopgallery/CheckBoxes.qml
+++ b/tests/manual/nativestyle/CheckBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/ComboBoxes.qml b/tests/manual/nativestyle/ComboBoxes.qml
index 37c6982c..37c6982c 100644
--- a/examples/quickcontrols2/desktopgallery/ComboBoxes.qml
+++ b/tests/manual/nativestyle/ComboBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/ControlContainer.qml b/tests/manual/nativestyle/ControlContainer.qml
index 30022540..30022540 100644
--- a/examples/quickcontrols2/desktopgallery/ControlContainer.qml
+++ b/tests/manual/nativestyle/ControlContainer.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomButtons.qml b/tests/manual/nativestyle/CustomButtons.qml
index edcdb086..edcdb086 100644
--- a/examples/quickcontrols2/desktopgallery/CustomButtons.qml
+++ b/tests/manual/nativestyle/CustomButtons.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomCheckBoxes.qml b/tests/manual/nativestyle/CustomCheckBoxes.qml
index fcec932f..fcec932f 100644
--- a/examples/quickcontrols2/desktopgallery/CustomCheckBoxes.qml
+++ b/tests/manual/nativestyle/CustomCheckBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomComboBoxes.qml b/tests/manual/nativestyle/CustomComboBoxes.qml
index 58793182..58793182 100644
--- a/examples/quickcontrols2/desktopgallery/CustomComboBoxes.qml
+++ b/tests/manual/nativestyle/CustomComboBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomDials.qml b/tests/manual/nativestyle/CustomDials.qml
index c1a0ac4e..c1a0ac4e 100644
--- a/examples/quickcontrols2/desktopgallery/CustomDials.qml
+++ b/tests/manual/nativestyle/CustomDials.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomFrames.qml b/tests/manual/nativestyle/CustomFrames.qml
index 0b74b220..0b74b220 100644
--- a/examples/quickcontrols2/desktopgallery/CustomFrames.qml
+++ b/tests/manual/nativestyle/CustomFrames.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomProgressBars.qml b/tests/manual/nativestyle/CustomProgressBars.qml
index 93932a5e..93932a5e 100644
--- a/examples/quickcontrols2/desktopgallery/CustomProgressBars.qml
+++ b/tests/manual/nativestyle/CustomProgressBars.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomRadioButtons.qml b/tests/manual/nativestyle/CustomRadioButtons.qml
index 9418b689..9418b689 100644
--- a/examples/quickcontrols2/desktopgallery/CustomRadioButtons.qml
+++ b/tests/manual/nativestyle/CustomRadioButtons.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomScrollBars.qml b/tests/manual/nativestyle/CustomScrollBars.qml
index fcac2eaf..fcac2eaf 100644
--- a/examples/quickcontrols2/desktopgallery/CustomScrollBars.qml
+++ b/tests/manual/nativestyle/CustomScrollBars.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomSliders.qml b/tests/manual/nativestyle/CustomSliders.qml
index 38cdf0a2..38cdf0a2 100644
--- a/examples/quickcontrols2/desktopgallery/CustomSliders.qml
+++ b/tests/manual/nativestyle/CustomSliders.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomSpinBoxes.qml b/tests/manual/nativestyle/CustomSpinBoxes.qml
index b632f311..b632f311 100644
--- a/examples/quickcontrols2/desktopgallery/CustomSpinBoxes.qml
+++ b/tests/manual/nativestyle/CustomSpinBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomTextAreas.qml b/tests/manual/nativestyle/CustomTextAreas.qml
index a729ea10..a729ea10 100644
--- a/examples/quickcontrols2/desktopgallery/CustomTextAreas.qml
+++ b/tests/manual/nativestyle/CustomTextAreas.qml
diff --git a/examples/quickcontrols2/desktopgallery/CustomTextFields.qml b/tests/manual/nativestyle/CustomTextFields.qml
index f781eb19..f781eb19 100644
--- a/examples/quickcontrols2/desktopgallery/CustomTextFields.qml
+++ b/tests/manual/nativestyle/CustomTextFields.qml
diff --git a/examples/quickcontrols2/desktopgallery/Dials.qml b/tests/manual/nativestyle/Dials.qml
index 56dff2a4..56dff2a4 100644
--- a/examples/quickcontrols2/desktopgallery/Dials.qml
+++ b/tests/manual/nativestyle/Dials.qml
diff --git a/examples/quickcontrols2/desktopgallery/Frames.qml b/tests/manual/nativestyle/Frames.qml
index 91cbec6d..91cbec6d 100644
--- a/examples/quickcontrols2/desktopgallery/Frames.qml
+++ b/tests/manual/nativestyle/Frames.qml
diff --git a/examples/quickcontrols2/desktopgallery/ProgressBars.qml b/tests/manual/nativestyle/ProgressBars.qml
index f19c05bd..f19c05bd 100644
--- a/examples/quickcontrols2/desktopgallery/ProgressBars.qml
+++ b/tests/manual/nativestyle/ProgressBars.qml
diff --git a/examples/quickcontrols2/desktopgallery/RadioButtons.qml b/tests/manual/nativestyle/RadioButtons.qml
index b9c49e7d..b9c49e7d 100644
--- a/examples/quickcontrols2/desktopgallery/RadioButtons.qml
+++ b/tests/manual/nativestyle/RadioButtons.qml
diff --git a/examples/quickcontrols2/desktopgallery/ScrollBars.qml b/tests/manual/nativestyle/ScrollBars.qml
index f7b78f86..f7b78f86 100644
--- a/examples/quickcontrols2/desktopgallery/ScrollBars.qml
+++ b/tests/manual/nativestyle/ScrollBars.qml
diff --git a/examples/quickcontrols2/desktopgallery/Sliders.qml b/tests/manual/nativestyle/Sliders.qml
index dba0794b..dba0794b 100644
--- a/examples/quickcontrols2/desktopgallery/Sliders.qml
+++ b/tests/manual/nativestyle/Sliders.qml
diff --git a/examples/quickcontrols2/desktopgallery/SlidersMini.qml b/tests/manual/nativestyle/SlidersMini.qml
index 542719e9..542719e9 100644
--- a/examples/quickcontrols2/desktopgallery/SlidersMini.qml
+++ b/tests/manual/nativestyle/SlidersMini.qml
diff --git a/examples/quickcontrols2/desktopgallery/SlidersSmall.qml b/tests/manual/nativestyle/SlidersSmall.qml
index bd1f85a6..bd1f85a6 100644
--- a/examples/quickcontrols2/desktopgallery/SlidersSmall.qml
+++ b/tests/manual/nativestyle/SlidersSmall.qml
diff --git a/examples/quickcontrols2/desktopgallery/SpinBoxes.qml b/tests/manual/nativestyle/SpinBoxes.qml
index 0b66e977..0b66e977 100644
--- a/examples/quickcontrols2/desktopgallery/SpinBoxes.qml
+++ b/tests/manual/nativestyle/SpinBoxes.qml
diff --git a/examples/quickcontrols2/desktopgallery/TextAreas.qml b/tests/manual/nativestyle/TextAreas.qml
index f0406146..f0406146 100644
--- a/examples/quickcontrols2/desktopgallery/TextAreas.qml
+++ b/tests/manual/nativestyle/TextAreas.qml
diff --git a/examples/quickcontrols2/desktopgallery/TextFields.qml b/tests/manual/nativestyle/TextFields.qml
index 75f2b720..75f2b720 100644
--- a/examples/quickcontrols2/desktopgallery/TextFields.qml
+++ b/tests/manual/nativestyle/TextFields.qml
diff --git a/examples/quickcontrols2/desktopgallery/checkbox-icon.png b/tests/manual/nativestyle/checkbox-icon.png
index ee669b3a..ee669b3a 100644
--- a/examples/quickcontrols2/desktopgallery/checkbox-icon.png
+++ b/tests/manual/nativestyle/checkbox-icon.png
Binary files differ
diff --git a/examples/quickcontrols2/desktopgallery/checkbox-icon16.png b/tests/manual/nativestyle/checkbox-icon16.png
index 8d89eab8..8d89eab8 100644
--- a/examples/quickcontrols2/desktopgallery/checkbox-icon16.png
+++ b/tests/manual/nativestyle/checkbox-icon16.png
Binary files differ
diff --git a/examples/quickcontrols2/desktopgallery/checkbox-icon@2x.png b/tests/manual/nativestyle/checkbox-icon@2x.png
index 51c5601d..51c5601d 100644
--- a/examples/quickcontrols2/desktopgallery/checkbox-icon@2x.png
+++ b/tests/manual/nativestyle/checkbox-icon@2x.png
Binary files differ
diff --git a/examples/quickcontrols2/desktopgallery/main.cpp b/tests/manual/nativestyle/main.cpp
index aee43242..aee43242 100644
--- a/examples/quickcontrols2/desktopgallery/main.cpp
+++ b/tests/manual/nativestyle/main.cpp
diff --git a/examples/quickcontrols2/desktopgallery/main.qml b/tests/manual/nativestyle/main.qml
index 6cf7a646..6cf7a646 100644
--- a/examples/quickcontrols2/desktopgallery/main.qml
+++ b/tests/manual/nativestyle/main.qml
diff --git a/examples/quickcontrols2/desktopgallery/desktopgallery.pro b/tests/manual/nativestyle/nativestyle.pro
index 6c6112db..9c700430 100644
--- a/examples/quickcontrols2/desktopgallery/desktopgallery.pro
+++ b/tests/manual/nativestyle/nativestyle.pro
@@ -37,5 +37,3 @@ OTHER_FILES += $$QML_FILES
RESOURCES += $$QML_FILES
RESOURCES += checkbox-icon.png checkbox-icon16.png checkbox-icon@2x.png
-target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/desktopgallery
-INSTALLS += target
diff --git a/examples/quickcontrols2/desktopgallery/qml.qrc b/tests/manual/nativestyle/qml.qrc
index fba642e5..fba642e5 100644
--- a/examples/quickcontrols2/desktopgallery/qml.qrc
+++ b/tests/manual/nativestyle/qml.qrc