summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2024-01-29 14:08:22 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2024-01-30 07:10:00 +0000
commit28042f4e7cb7ade04e032499e77d4fa49c679fa8 (patch)
tree7b3b7bd7662f7d4a2c07430c7a87d01edad1472f
parent4969bc3f2ef43d0809133e287814151dbb330d9b (diff)
Add more metadatas for new DemoLauncher demos
Change-Id: Icfa025f66cf2e30bed5e3e1a9e939b1434d6190a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--metadata/calqlatr/demo.xml7
-rw-r--r--metadata/calqlatr/preview.pngbin0 -> 15143 bytes
-rw-r--r--metadata/coffee/demo.xml2
-rw-r--r--metadata/robotarm/demo.xml7
-rw-r--r--metadata/robotarm/preview.pngbin0 -> 28840 bytes
-rw-r--r--metadata/samegame/demo.xml7
-rw-r--r--metadata/samegame/preview.pngbin0 -> 45216 bytes
-rw-r--r--metadata/startupscreen/preview.pngbin36833 -> 23630 bytes
-rw-r--r--metadata/stocqt/demo.xml2
-rw-r--r--metadata/todolist/demo.xml7
-rw-r--r--metadata/todolist/preview.pngbin0 -> 14260 bytes
11 files changed, 30 insertions, 2 deletions
diff --git a/metadata/calqlatr/demo.xml b/metadata/calqlatr/demo.xml
new file mode 100644
index 0000000..f118127
--- /dev/null
+++ b/metadata/calqlatr/demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Calqlatr" priority="2" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/calqlatr/calqlatrexample">
+ <description>
+ A Qt Quick app designed for landscape and portrait devices that uses custom components, responsive layouts, and JavaScript for the application logic.
+ </description>
+</application>
diff --git a/metadata/calqlatr/preview.png b/metadata/calqlatr/preview.png
new file mode 100644
index 0000000..9490814
--- /dev/null
+++ b/metadata/calqlatr/preview.png
Binary files differ
diff --git a/metadata/coffee/demo.xml b/metadata/coffee/demo.xml
index a6936d4..9adf313 100644
--- a/metadata/coffee/demo.xml
+++ b/metadata/coffee/demo.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application title="Coffee Machine" priority="5" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/coffee/coffee">
+<application title="Coffee Machine" priority="5" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/coffee/coffeemachine">
<description>
A Qt Quick application with a state-based custom user interface.
</description>
diff --git a/metadata/robotarm/demo.xml b/metadata/robotarm/demo.xml
new file mode 100644
index 0000000..5cf84cb
--- /dev/null
+++ b/metadata/robotarm/demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Robot Arm" priority="7" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/robotarm/RobotArmApp">
+ <description>
+ This example demonstrates adding a C++ backend to a 3D project created in Qt Design Studio. The example itself consists of an interactive industrial robot arm in a Qt Quick 3D scene. The 2D UI to control the robot arm is implement using Qt Quick Controls.
+ </description>
+</application>
diff --git a/metadata/robotarm/preview.png b/metadata/robotarm/preview.png
new file mode 100644
index 0000000..17efae1
--- /dev/null
+++ b/metadata/robotarm/preview.png
Binary files differ
diff --git a/metadata/samegame/demo.xml b/metadata/samegame/demo.xml
new file mode 100644
index 0000000..0187c1f
--- /dev/null
+++ b/metadata/samegame/demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Same Game" priority="5" scalable="0" icon="preview.png" binary="/usr/share/examples/demos/samegame/samegame">
+ <description>
+ Same Game demonstrates a QML game with custom types and logic written in JavaScript. The game uses various Qt Quick features such as particles, animation, and loading images.
+ </description>
+</application>
diff --git a/metadata/samegame/preview.png b/metadata/samegame/preview.png
new file mode 100644
index 0000000..2ddf43e
--- /dev/null
+++ b/metadata/samegame/preview.png
Binary files differ
diff --git a/metadata/startupscreen/preview.png b/metadata/startupscreen/preview.png
index 45c4e5a..f24be2f 100644
--- a/metadata/startupscreen/preview.png
+++ b/metadata/startupscreen/preview.png
Binary files differ
diff --git a/metadata/stocqt/demo.xml b/metadata/stocqt/demo.xml
index 60f23ff..00a7898 100644
--- a/metadata/stocqt/demo.xml
+++ b/metadata/stocqt/demo.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application title="Qt Quick Demo - StocQt" priority="2" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/stocqt/stocqt">
+<application title="Qt Quick Demo - StocQt" priority="7" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/stocqt/appStocQt">
<description>
The StocQt application presents a trend chart for the first stock in the list of NASDAQ-100 stocks. It allows the user to choose another stock from the list, and fetches the required data from the offline dataset using XMLHttpRequest.
</description>
diff --git a/metadata/todolist/demo.xml b/metadata/todolist/demo.xml
new file mode 100644
index 0000000..6df08a9
--- /dev/null
+++ b/metadata/todolist/demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="To Do List" priority="5" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/todolist/ToDoListApp">
+ <description>
+ A QML implementation of to do list application that demonstrates how to create application thats looks native on any platform.
+ </description>
+</application>
diff --git a/metadata/todolist/preview.png b/metadata/todolist/preview.png
new file mode 100644
index 0000000..ffe90c2
--- /dev/null
+++ b/metadata/todolist/preview.png
Binary files differ