1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add more example content sidebar menu

This commit is contained in:
Elias Steurer 2020-11-07 17:40:09 +01:00
parent 954bb11c7d
commit 1eff5f7e70

View File

@ -52,6 +52,12 @@ Rectangle {
category: "Video Import"
}
ListElement {
headline: "QML Wallpaper"
source: "qrc:/qml/Create/Wizards/CreateQMLWallpaper.qml"
category: "Create Wallpaper"
}
ListElement {
headline: "HTML5 Wallpaper"
source: "qrc:/qml/Create/Wizards/CreateHTMLWallpaper.qml"
@ -63,13 +69,6 @@ Rectangle {
source: "qrc:/qml/Create/Wizards/CreateHTMLWallpaper.qml"
category: "Create Wallpaper"
}
ListElement {
headline: "QML Wallpaper"
source: "qrc:/qml/Create/Wizards/CreateQMLWallpaper.qml"
category: "Create Wallpaper"
}
ListElement {
headline: "QML Widget"
source: "qrc:/qml/Create/Wizards/CreateQMLWidget.qml"
@ -88,6 +87,12 @@ Rectangle {
category: "Example Wallpaper"
}
ListElement {
headline: "Countdown Clock Wallpaper"
source: ""
category: "Example Wallpaper"
}
ListElement {
headline: "QML Water Shader Wallpaper"
source: ""
@ -170,7 +175,6 @@ Rectangle {
stackView.clear(StackView.PushTransition)
stackView.push("qrc:/qml/Create/StartInfo.qml")
}
}
@ -183,7 +187,6 @@ Rectangle {
listView.currentIndex = index
const item = stackView.push(source)
loaderConnections.target = item
}
text: headline
}