1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix source names

This commit is contained in:
Elias Steurer 2020-12-11 14:14:53 +01:00
parent ea367a75cd
commit 27ca55bcd6

View File

@ -54,39 +54,39 @@ Rectangle {
ListElement { ListElement {
headline: qsTr("GIF Import") headline: qsTr("GIF Import")
source: "qrc:/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml" source: "qrc:/qml/Create/Wizards/GifWallpaper.qml"
category: "Import Video" category: "Import Video"
} }
ListElement { ListElement {
headline: qsTr("QML Wallpaper") headline: qsTr("QML Wallpaper")
source: "qrc:/qml/Create/Wizards/CreateQMLWallpaper.qml" source: "qrc:/qml/Create/Wizards/QMLWallpaper.qml"
category: "Create Wallpaper" category: "Create Wallpaper"
} }
ListElement { ListElement {
headline: qsTr("HTML5 Wallpaper") headline: qsTr("HTML5 Wallpaper")
source: "qrc:/qml/Create/Wizards/CreateHTMLWallpaper.qml" source: "qrc:/qml/Create/Wizards/HTMLWallpaper.qml"
category: "Create Wallpaper" category: "Create Wallpaper"
} }
ListElement { ListElement {
headline: qsTr("Embedded Website Wallpaper") headline: qsTr("Website Wallpaper")
source: "qrc:/qml/Create/Wizards/CreateHTMLWallpaper.qml" source: "qrc:/qml/Create/Wizards/WebsiteWallpaper.qml"
category: "Create Wallpaper" category: "Create Wallpaper"
} }
ListElement { ListElement {
headline: qsTr("QML Widget") headline: qsTr("QML Widget")
source: "qrc:/qml/Create/Wizards/CreateQMLWidget.qml" source: "qrc:/qml/Create/Wizards/QMLWidget.qml"
category: "Create Widget" category: "Create Widget"
} }
ListElement { ListElement {
headline: qsTr("HTML Widget") headline: qsTr("HTML Widget")
source: "qrc:/qml/Create/Wizards/CreateHTMLWidget.qml" source: "qrc:/qml/Create/Wizards/HTMLWidget.qml"
category: "Create Widget" category: "Create Widget"
} }
/*
ListElement { ListElement {
headline: qsTr("QML Particle Wallpaper") headline: qsTr("QML Particle Wallpaper")
source: "" source: ""
@ -146,11 +146,12 @@ Rectangle {
source: "qrc:/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml" source: "qrc:/qml/Create/Wizards/CreateEmptyWidget/CreateEmptyWidget.qml"
category: "Example Widget" category: "Example Widget"
} }
*/
} }
ScrollBar.vertical: ScrollBar { ScrollBar.vertical: ScrollBar {
snapMode: ScrollBar.SnapOnRelease snapMode: ScrollBar.SnapOnRelease
policy: ScrollBar.AlwaysOn policy: ScrollBar.AsNeeded
} }
section.property: "category" section.property: "category"
section.delegate: Item { section.delegate: Item {