diff options
Diffstat (limited to 'metadata')
| -rw-r--r-- | metadata/calqlatr/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/calqlatr/preview.png | bin | 0 -> 15143 bytes | |||
| -rw-r--r-- | metadata/calqlatrexample/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/calqlatrexample/preview.png | bin | 0 -> 15143 bytes | |||
| -rw-r--r-- | metadata/coffee/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/coffee/preview.png | bin | 0 -> 22852 bytes | |||
| -rw-r--r-- | metadata/robotarm/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/robotarm/preview.png | bin | 0 -> 28840 bytes | |||
| -rw-r--r-- | metadata/samegame/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/samegame/preview.png | bin | 0 -> 45216 bytes | |||
| -rw-r--r-- | metadata/stocqt/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/stocqt/preview.png | bin | 0 -> 37743 bytes | |||
| -rw-r--r-- | metadata/thermostat/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/thermostat/preview.png | bin | 0 -> 35478 bytes | |||
| -rw-r--r-- | metadata/todolist/demo.xml | 7 | ||||
| -rw-r--r-- | metadata/todolist/preview.png | bin | 0 -> 14260 bytes |
16 files changed, 56 insertions, 0 deletions
diff --git a/metadata/calqlatr/demo.xml b/metadata/calqlatr/demo.xml new file mode 100644 index 0000000..b881dfc --- /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="demos/calqlatr/bin/calqlatr"> + <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 Binary files differnew file mode 100644 index 0000000..9490814 --- /dev/null +++ b/metadata/calqlatr/preview.png diff --git a/metadata/calqlatrexample/demo.xml b/metadata/calqlatrexample/demo.xml new file mode 100644 index 0000000..00951c5 --- /dev/null +++ b/metadata/calqlatrexample/demo.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<application title="Calqlatr" priority="2" scalable="1" icon="preview.png" binary="demos/calqlatr/bin/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/calqlatrexample/preview.png b/metadata/calqlatrexample/preview.png Binary files differnew file mode 100644 index 0000000..9490814 --- /dev/null +++ b/metadata/calqlatrexample/preview.png diff --git a/metadata/coffee/demo.xml b/metadata/coffee/demo.xml new file mode 100644 index 0000000..2363722 --- /dev/null +++ b/metadata/coffee/demo.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<application title="Coffee Machine" priority="5" scalable="1" icon="preview.png" binary="demos/coffee/bin/coffeemachine"> + <description> + A Qt Quick application with a state-based custom user interface. + </description> +</application> diff --git a/metadata/coffee/preview.png b/metadata/coffee/preview.png Binary files differnew file mode 100644 index 0000000..7435373 --- /dev/null +++ b/metadata/coffee/preview.png diff --git a/metadata/robotarm/demo.xml b/metadata/robotarm/demo.xml new file mode 100644 index 0000000..628f27b --- /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="demos/robotarm/bin/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 Binary files differnew file mode 100644 index 0000000..17efae1 --- /dev/null +++ b/metadata/robotarm/preview.png diff --git a/metadata/samegame/demo.xml b/metadata/samegame/demo.xml new file mode 100644 index 0000000..5ba5ed9 --- /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="demos/samegame/bin/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 Binary files differnew file mode 100644 index 0000000..2ddf43e --- /dev/null +++ b/metadata/samegame/preview.png diff --git a/metadata/stocqt/demo.xml b/metadata/stocqt/demo.xml new file mode 100644 index 0000000..f034de1 --- /dev/null +++ b/metadata/stocqt/demo.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<application title="Qt Quick Demo - StocQt" priority="7" scalable="1" icon="preview.png" binary="demos/stocqt/bin/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> +</application> diff --git a/metadata/stocqt/preview.png b/metadata/stocqt/preview.png Binary files differnew file mode 100644 index 0000000..6caf3d2 --- /dev/null +++ b/metadata/stocqt/preview.png diff --git a/metadata/thermostat/demo.xml b/metadata/thermostat/demo.xml new file mode 100644 index 0000000..fb208c9 --- /dev/null +++ b/metadata/thermostat/demo.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<application title="Thermostat" priority="8" scalable="1" icon="preview.png" binary="demos/thermostat/bin/ThermostatApp"> + <description> + A user interface for a home thermostat, implemented in Qt Quick. It demonstrates how to create responsive applications that scale from large desktop displays to mobile and small embedded displays. + </description> +</application> diff --git a/metadata/thermostat/preview.png b/metadata/thermostat/preview.png Binary files differnew file mode 100644 index 0000000..20ecf62 --- /dev/null +++ b/metadata/thermostat/preview.png diff --git a/metadata/todolist/demo.xml b/metadata/todolist/demo.xml new file mode 100644 index 0000000..9b9a66c --- /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="demos/todolist/bin/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 Binary files differnew file mode 100644 index 0000000..ffe90c2 --- /dev/null +++ b/metadata/todolist/preview.png |
