// Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 import QtQuick ListModel { function resolveUrl(source) { if (typeof(source) === "undefined") return "" return Qt.resolvedUrl(source) } ListElement { projectName: "FresnelDemo" explicitQmlproject: "FresnelDemo.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/fresnel_demo.png" displayName: "Fresnel Demo" url: "https://download.qt.io/learning/examples/qtdesignstudio/FresnelDemo.zip" showDownload: true showUpdate: false tagData: "Quick 3D, Demo, Qt 6" description: "Showcases the fresnel properties of the principled material." bannerText: "Recently Added" minQDSVersion: "4.5" } ListElement { projectName: "Flashlight" explicitQmlproject: "Flashlight.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/flashlight_demo.png" displayName: "Flashlight Demo" url: "https://download.qt.io/learning/examples/qtdesignstudio/Flashlight.zip" showDownload: true showUpdate: false tagData: "Quick 3D, Demo, Qt 6" description: "Showcases the glow effect in ExtendedSceneEnvironment." bannerText: "Recently Added" minQDSVersion: "4.5" } ListElement { projectName: "MaterialBundle" explicitQmlproject: "MaterialBundle.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/materials_demo_thumbnail.png" displayName: "Material Bundle" url: "https://download.qt.io/learning/examples/qtdesignstudio/MaterialBundle.zip" showDownload: true showUpdate: false tagData: "Quick 3D, Demo, Qt 6" description: "Showcases the materials in the content library and the real-time rendering capabilities of Qt Design Studio." } ListElement { projectName: "AnimationTutorialStart" explicitQmlproject: "AnimationTutorialStart.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/animation_tutorial_start.png" displayName: "Animation Tutorial Start" url: "https://download.qt.io/learning/examples/qtdesignstudio/AnimationTutorialStart.zip" showDownload: true showUpdate: false tagData: "Quick 3D, Tutorial, Qt 6" description: "The completed Timeline Animation tutorial including the original 3D assets that were used." bannerText: "Tutorial" } ListElement { projectName: "AnimationTutorial" explicitQmlproject: "AnimationTutorial.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/animation_tutorial_complete.png" displayName: "Animation Tutorial Done" url: "https://download.qt.io/learning/examples/qtdesignstudio/AnimationTutorial.zip" showDownload: true showUpdate: true tagData: "Quick 3D, Tutorial, Qt 6" description: "The Timeline Animation tutorial illustrates how to create timeline animations and bind them to properties in Qt Design Studio." bannerText: "Tutorial" } ListElement { projectName: "EosADAS" explicitQmlproject: "EosADAS.qmlproject" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/EosADAS_thumbnail.png" displayName: "Eos ADAS" url: "https://download.qt.io/learning/examples/qtdesignstudio/EosADAS.zip" showDownload: true showUpdate: false tagData: "Quick 3D" description: "A high-end ADAS demo project that demonstrates some of the new features in QtQuick3D in Qt 6.3, such as particle weather effects, realtime reflections, and skeletal animation." } ListElement { projectName: "Outrun_Cluster" explicitQmlproject: "Outrun_Cluster.qmlproject" qmlFileName: "Screen01.ui.qml" thumbnail: "images/outruncluster_thumbnail.png" displayName: "Outrun Cluster" url: "https://download.qt.io/learning/examples/qtdesignstudio/Outrun_Cluster.zip" showDownload: true showUpdate: false tagData: "Quick 3D" description: "A high-end cluster demo project using advanced Quick 3D." } ListElement { projectName: "OutrunHVAC" explicitQmlproject: "OutrunHVAC.qmlproject" qmlFileName: "Screen01.ui.qml" thumbnail: "images/outrunHVAC_thumbnail.png" displayName: "Outrun HVAC" url: "https://download.qt.io/learning/examples/qtdesignstudio/OutrunHVAC.zip" showDownload: true showUpdate: false tagData: "Quick 3D" description: "A high-end HVAC demo project based on the Outrun Cluster, using advanced Quick 3D effects such as particles." } ListElement { projectName: "FigmaVariants" explicitQmlproject: "FigmaVariants/FigmaVariants.qmlproject" qmlFileName: "content/FigmaVariants/ScreenDesign.ui.qml" thumbnail: "images/figmaVariantDemo_thumbnail.png" displayName: "Figma Variants" url: "https://download.qt.io/learning/examples/qtdesignstudio/FigmaVariants.zip" showDownload: true showUpdate: false tagData: "Figma, Enterprise" description: "Demo Project for an un-modified Qt Bridge for Figma import using Figma Variant Components" } ListElement { projectName: "robotarmExample" qmlFileName: "content/MainScreen.ui.qml" thumbnail: "images/robotArm_thumbnail.png" displayName: "Robot Arm Example" url: "https://download.qt.io/learning/examples/qtdesignstudio/robotarmExample.zip" showDownload: true showUpdate: false tagData: "Quick 3D" description: "Robot Arm Example built with Qt Quick 3D" } ListElement { projectName: "Simple3D" qmlFileName: "content/Scene.ui.qml" thumbnail: "images/simple3D_thumbnail.png" displayName: "Simple 3D Example" url: "https://download.qt.io/learning/examples/qtdesignstudio/Simple3D.zip" showDownload: true showUpdate: false tagData: "Quick 3D" description: "Simple 3D Example built with Qt Quick 3D" } ListElement { projectName: "ClusterTutorial" qmlFileName: "content/Cluster_Art.ui.qml" thumbnail: "images/tutorialclusterdemo_thumbnail.png" displayName: "Cluster Tutorial" showDownload: true showUpdate: false tagData: "Qt 6, Timeline, Effects" url: "https://download.qt.io/learning/examples/qtdesignstudio/ClusterTutorial.zip" description: "Simple example of a cluster that illustrates how to use the timeline to create custom gauges." } ListElement { projectName: "CoffeeMachine" qmlFileName: "content/ApplicationFlowForm.ui.qml" thumbnail: "images/coffeemachinedemo_thumbnail.png" displayName: "Coffee Machine" showDownload: true showUpdate: false tagData: "Qt 6, Timeline" url: "https://download.qt.io/learning/examples/qtdesignstudio/CoffeeMachine.zip" description: "Demo of a Coffee Machine that illustrates how to use the timeline and states to animate transitions in a UI." } ListElement { projectName: "SideMenu" qmlFileName: "content/MainForm.ui.qml" thumbnail: "images/sidemenu_demo.png" displayName: "Side Menu" showDownload: true showUpdate: false tagData: "Qt 6, Effects" url: "https://download.qt.io/learning/examples/qtdesignstudio/SideMenu.zip" description: "Demo that Illustrates how to create reusable components and an animated menu for applying 2D visual effects." } ListElement { projectName: "WebinarDemo" qmlFileName: "content/MainApp.ui.qml" thumbnail: "images/webinardemo_thumbnail.png" displayName: "Webinar Demo" showDownload: true showUpdate: false tagData: "Qt 6" url: "https://download.qt.io/learning/examples/qtdesignstudio/WebinarDemo.zip" description: "Demo that contains sources for the From Photoshop to Prototype video tutorial." } ListElement { projectName: "EBikeDesign" qmlFileName: "content/Screen01.ui.qml" thumbnail: "images/ebike_demo_thumbnail.png" displayName: "E-Bike Design" showDownload: true showUpdate: false tagData: "Qt 6, Timeline" url: "https://download.qt.io/learning/examples/qtdesignstudio/EBikeDesign.zip" description: "Demo of an Ebike UI that illustrates how to use the timeline and states to animate transitions in an application." } ListElement { projectName: "ProgressBar" qmlFileName: "content/ProgressBar.ui.qml" thumbnail: "images/progressbar_demo.png" displayName: "Progress Bar" showDownload: true showUpdate: false tagData: "Qt 6, Timeline" url: "https://download.qt.io/learning/examples/qtdesignstudio/ProgressBar.zip" description: "Simple demo on how to use timelines to create an animated progress bar." } ListElement { projectName: "washingMachineUI" qmlFileName: "RunningScreen.ui.qml" thumbnail: "images/washingmachinedemo_thumbnail.png" displayName: "Washing Machine" showDownload: true showUpdate: false tagData: "Qt for MCU" url: "https://download.qt.io/learning/examples/qtdesignstudio/washingMachineUI.zip" description: "The UI for a washing machine that demonstrates how to create a UI that can be run both on the desktop and on MCUs." } ListElement { projectName: "particles" qmlFileName: "Screen01.ui.qml" thumbnail: "images/particles_thumbnail.png" displayName: "Particle Demo" url: "https://download.qt.io/learning/examples/qtdesignstudio/particles.zip" showDownload: true showUpdate: false tagData: "Qt 6, 3D, Particles" description: "Simple demo showing the capabilities of 3D particles." } ListElement { projectName: "SimpleKeyboard" qmlFileName: "content/Measurements.ui.qml" thumbnail: "images/virtualkeyboard_thumbnail.png" displayName: "Virtual Keyboard" showDownload: true showUpdate: false tagData: "Keyboard" url: "https://download.qt.io/learning/examples/qtdesignstudio/SimpleKeyboard.zip" description: "Virtual Keyboard shows how to use a virtual keyboard in an application." } ListElement { projectName: "EffectDemo" qmlFileName: "Screen01.ui.qml" thumbnail: "images/effectdemo_thumbnail.png" displayName: "Effect Demo" url: "https://download.qt.io/learning/examples/qtdesignstudio/EffectDemo.zip" showDownload: true showUpdate: false tagData: "Qt 6, Effects" description: "Demo that shows how to use effects." } ListElement { projectName: "cppdemoproject" explicitQmlproject: "qml/qdsproject.qmlproject" qmlFileName: "WashingMachineHome/MainFile.ui.qml" thumbnail: "images/cppdemo_thumbnail.png" displayName: "C++ Demo Project" url: "https://download.qt.io/learning/examples/qtdesignstudio/cppdemoproject.zip" showDownload: true showUpdate: false tagData: "Qt 5, C++" description: "Demo that shows to integrate a Qt Design Studio based project with Qt 5." } ListElement { projectName: "thermo" qmlFileName: "thermo.ui.qml" thumbnail: "images/thermo_thumbnail.png" displayName: "Thermostat Demo" url: "https://download.qt.io/learning/examples/qtdesignstudio/thermo.zip" showDownload: true showUpdate: false tagData: "Qt for MCU" description: "Thermostat Demo compatible with Qt for MCU." } }