Skip to content
Snippets Groups Projects
Commit ad76b693 authored by Brook Cronin's avatar Brook Cronin
Browse files

add EodADAS example to examples model and set Screen01.ui.qml as main QtDS UI File

parent 6e512bd4
Branches adasExample
No related tags found
1 merge request!7add EodADAS example to examples model and set Screen01.ui.qml as main QtDS UI File
......@@ -94,5 +94,5 @@ Project {
primaryLanguage: "en"
mainUiFile: "content/ADAS.ui.qml"
mainUiFile: "content/Screen01.ui.qml"
}
......@@ -33,6 +33,20 @@ ListModel {
return Qt.resolvedUrl(source)
}
ListElement {
projectName: "EosADAS"
explicitQmlproject: "EosADAS.qmlproject"
qmlFileName: "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."
bannerText: "Recently Added"
}
ListElement {
projectName: "Outrun_Cluster"
explicitQmlproject: "Outrun_Cluster.qmlproject"
......@@ -72,7 +86,7 @@ ListModel {
showDownload: true
showUpdate: false
tagData: "Figma, Enterprise"
description: "Demo Project for an un-modified Qt Bridge for Figma import using Figma Variant Components"
description: "Demo Project for an un-modified Qt Bridge for Figma import using Figma Variant Components"
}
ListElement {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment