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

Small fixes

This commit is contained in:
Elias Steurer 2021-09-30 14:56:20 +02:00
parent 2b5b7f0aad
commit 05304816b4
3 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,6 @@ Item {
font.pointSize: 18
color: Material.primaryTextColor
text: "Headline"
font.capitalization: Font.Capitalize
font.family: ScreenPlay.settings.font
}

View File

@ -59,13 +59,6 @@ Rectangle {
objectName: ""
}
ListElement {
headline: qsTr("Video import and convert (all types)")
source: "qrc:/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml"
category: "Video Wallpaper"
objectName: "videoImportConvert"
}
ListElement {
headline: qsTr("Video Import h264 (.mp4)")
source: "qrc:/qml/Create/Wizards/Importh264/Importh264.qml"
@ -80,6 +73,13 @@ Rectangle {
objectName: ""
}
ListElement {
headline: qsTr("Video import (all types)")
source: "qrc:/qml/Create/Wizards/ImportVideoAndConvert/CreateWallpaper.qml"
category: "Video Wallpaper"
objectName: "videoImportConvert"
}
ListElement {
headline: qsTr("GIF Wallpaper")
source: "qrc:/qml/Create/Wizards/GifWallpaper.qml"

View File

@ -1,5 +1,6 @@
import QtQuick
import QtQuick.Controls
import Qt.labs.platform
import QtQuick.Controls.Material
import QtQuick.Layouts
import Qt5Compat.GraphicalEffects