2019-02-26 15:29:01 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** Copyright (C) 2019 The Qt Company Ltd.
|
|
|
|
|
** Contact: https://www.qt.io/licensing/
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator.
|
|
|
|
|
**
|
|
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
|
|
|
**
|
|
|
|
|
** GNU General Public License Usage
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
|
|
|
** General Public License version 3 as published by the Free Software
|
|
|
|
|
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
|
|
|
|
** included in the packaging of this file. Please review the following
|
|
|
|
|
** information to ensure the GNU General Public License requirements will
|
|
|
|
|
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
import QtQuick 2.0
|
|
|
|
|
|
|
|
|
|
ListModel {
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "ClusterTutorial"
|
2020-12-17 10:40:48 +01:00
|
|
|
qmlFileName: "ClusterTutorial.qml"
|
2019-02-26 15:29:01 +01:00
|
|
|
thumbnail: "images/tutorialclusterdemo_thumbnail.png"
|
|
|
|
|
displayName: "Cluster Tutorial"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "CoffeeMachine"
|
2020-09-01 15:36:24 +02:00
|
|
|
qmlFileName: "CoffeeMachine.qml"
|
2019-02-26 15:29:01 +01:00
|
|
|
thumbnail: "images/coffeemachinedemo_thumbnail.png"
|
|
|
|
|
displayName: "Coffee Machine"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "SideMenu"
|
2020-12-17 10:40:48 +01:00
|
|
|
qmlFileName: "SideMenu.qml"
|
2019-02-26 15:29:01 +01:00
|
|
|
thumbnail: "images/sidemenu_demo.png"
|
|
|
|
|
displayName: "Side Menu"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "WebinarDemo"
|
2020-12-17 10:40:48 +01:00
|
|
|
qmlFileName: "DesignStudioWebinar.qml"
|
2019-02-26 15:29:01 +01:00
|
|
|
thumbnail: "images/webinardemo_thumbnail.png"
|
|
|
|
|
displayName: "Webinar Demo"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "EBikeDesign"
|
2020-12-17 10:40:48 +01:00
|
|
|
qmlFileName: "EBikeDesign.qml"
|
2019-02-26 15:29:01 +01:00
|
|
|
thumbnail: "images/ebike_demo_thumbnail.png"
|
|
|
|
|
displayName: "E-Bike Design"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "ProgressBar"
|
|
|
|
|
qmlFileName: "ProgressBar.ui.qml"
|
|
|
|
|
thumbnail: "images/progressbar_demo.png"
|
|
|
|
|
displayName: "Progress Bar"
|
|
|
|
|
}
|
2021-02-05 14:47:25 +01:00
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "washingMachineUI"
|
|
|
|
|
qmlFileName: "washingMachineUI.qml"
|
|
|
|
|
thumbnail: "images/washingmachinedemo_thumbnail.png"
|
|
|
|
|
displayName: "Washing Machine"
|
|
|
|
|
}
|
2021-02-24 21:00:19 +01:00
|
|
|
|
2021-03-19 12:27:50 +01:00
|
|
|
ListElement {
|
|
|
|
|
projectName: "SimpleKeyboard"
|
|
|
|
|
qmlFileName: "SimpleKeyboard.qml"
|
|
|
|
|
thumbnail: "images/virtualkeyboard_thumbnail.png"
|
|
|
|
|
displayName: "Virtual Keyboard"
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-24 21:00:19 +01:00
|
|
|
ListElement {
|
|
|
|
|
projectName: "highendivisystem"
|
|
|
|
|
qmlFileName: "Screen01.ui.qml"
|
|
|
|
|
thumbnail: "images/highendivi_thumbnail.png"
|
|
|
|
|
displayName: "Highend IVI System"
|
|
|
|
|
url: "https://download.qt.io/learning/examples/qtdesignstudio/highendivisystem.zip"
|
|
|
|
|
showDownload: true
|
|
|
|
|
}
|
2021-03-19 12:27:50 +01:00
|
|
|
|
|
|
|
|
ListElement {
|
|
|
|
|
projectName: "highendivisystem"
|
|
|
|
|
qmlFileName: "Screen01.ui.qml"
|
|
|
|
|
thumbnail: "images/digital_cluster_thumbnail.png"
|
|
|
|
|
displayName: "Digital Cluster"
|
|
|
|
|
url: "https://download.qt.io/learning/examples/qtdesignstudio/digitalcluster.zip"
|
|
|
|
|
showDownload: true
|
|
|
|
|
}
|
2021-03-26 15:27:55 +01:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|
2019-02-26 15:29:01 +01:00
|
|
|
}
|